body{
	margin: 0px
}

.bg-header{
	background-color: #333399
}

.main-title{
	margin-left: 15px;
	font-size: 18px; 
	font-weight: bold; 
	font-family: arial; 
	color: #FFFFFF
}

.main-subtitle{
	margin-left: 15px; 
	margin-top: 8px; 
	font-size: 15px; 
	font-weight: bold; 
	font-family: arial; 
	color: #9999CC
}

a.menu-link{
	font-size: 11px; 
	font-family: arial; 
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}

a.menu-link:hover{
	color: #333333;
	text-decoration: underline
}
a.procesos-link{
	font-size: 15px; 
	font-family: arial; 
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
a.procesos-link:hover{
	color: #333333;
	text-decoration: underline
}
span.selected{
	font-size: 11px; 
	font-family: arial; 
	color: #333333;
	font-weight: bold;
	text-decoration: none
}

#menu-table{
}

#menu-table td{
	padding-top: 8px;
	padding-bottom: 8px
}

.content{
	font-size: 11px; 
	font-family: arial; 
	color: #000080
}

h2{
	font-family: arial; 
	color: #000080;
	margin: 10px
}
h3{
	font-family: arial; 
	color: #000080;
	margin: 10px
}

hr{
	border-top: 2px solid #4040A0;
	height: 2px;
	color: #000080;
	width: 100%	
}

img.border-image{
	border: 1px solid #000080;
}
img.none{
	border: 0px;	
}
