/* Encabezado */

#encabezado {
	height: 70px;
	/* Margen para que quede centrado*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-image: url(images/encabezado.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	background-color: #003399;
	}
	
#encabezado h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#encabezado a{
	text-decoration:none;
	}	
	
#encabezado a:hover{
	text-decoration:none;
	}	
	
#encabezado p {
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	}		


#encabezado  {
	color: #006699;
	}		

#top
	{
	padding: 0px;
	list-style:none;
	height:68px;
	float:right;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0;
}

#top .contenido
	{
	padding: 0;
	width: 300px;
	height: 20px;
	float:right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#top .buscar {
	display:inline;
}
#top a{
	color: #FFFFFF;
	text-decoration:none;
	}	

#top a:hover{
	color: #FFFFFF;
	text-decoration:none;
	}	

#top input
	{
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	margin: 5px auto;
	padding:0;
	height: 16px;
}

.sform
	{
	float: left;
	margin: 4px;
	padding:0;
	
}

.sform input
	{
	text-align:right;	
}

.inputsearch {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	margin: 5px auto;
	padding: 0;
	height: 16px;
	border:0px;
	text-align: right;
}


.inputbutton {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	margin: 2px auto;
	padding: 0;
	height: 23px;
	width: 55px;
	border:0px;
	text-align: right;
	background-attachment: scroll;
	background-color: #0D3D91;
	background-image: url(images/buscar.jpg);
	background-repeat: no-repeat;
/*	background-position: 1px 1px;*/
}


#top img
	{
	padding: 0;
	margin: 0;
}


#top ul
	{
	margin:0;
	padding:0;
	list-style:none;
}
#top ul li
	{
	margin: 0;
	display:block;
	float: left;
	position:relative;
	width:auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#barra_menu
	{
	margin:0 auto;
	padding:0;
	width:100%;
	height:20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	background-color: #1F509C;
	line-height:20px;
}

#menu
	{
	margin:0px;
	padding:0;
	list-style:none;
	width:100%;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	z-index: 1;
	line-height:20px;
	text-align:left;
}


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
	z-index: 1;
}

#cssdropdown li {
float: left;
position: relative;
	z-index: 1;

}

.mainitems{
	margin-left: 1px;
	color:#FFFFFF;
	line-height: 20px;
/*		
border: 1px solid #0C3E8F;
background-color: #DAE5EF;*/
}

.mainitems .link {
	color:#FFFFFF;
}

.mainitems .link a {
	color:#FFFFFF;
}

.mainitems .link a:hover {
	color:#FFFFFF;
}

.mainitems a:hover{
	color:#FFFFFF;
}

.mainitems a{
	color:#FFFFFF;
}

.mainitems ul {
	color: #0C3E8F;
	text-decoration:none;
	padding: 5px;
}

.mainitems ul a{
	color: #0C3E8F;
	text-decoration:none;
	}	

.mainitems ul a:hover{
	color: #DAE5EF;
	background-color: #0C3E8F;
	text-decoration: none;
}


.subuls{
	display: none;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #DAE5EF;
	border: 1px solid #0C3E8F;
	color: #0C3E8F;
	opacity:0.93;
	filter:alpha(opacity=93);
}

.subuls a{
	color: #0C3E8F;
	text-decoration:none;
	}	

.subuls a:hover{
	color: #DAE5EF;
	background-color: #0C3E8F;
	text-decoration:none;
	}	

.subuls li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 196px;
}

.subuls  li a{
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	display: block;
	color: #fff;
	text-decoration:none;
	width: 100%;
}
.subuls  li a:hover{
	text-decoration: underline;
	background-color: #0C3E8F;
}

.subuls li a{
	color: #0C3E8F;
	text-decoration: none;
}



#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

.flecha {
	color: #80ADDB;
}


/* Fin Encabezado */