@charset "utf-8";
/* CSS Document */
body{
	background-image:url(img/fondo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px;
	margin:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}
.tablaContenido{
	font-size:12px;
	color:#333;
	background-color:#FFF;
}
.contenido{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:80px;
	padding-right:20px;
	font-size:11px;
	line-height:20px;
	
}
.contenido li{
	line-height:20px;
}
/*.fondoAzul{
	height:20px;
	background-color:#063151;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;

}
.fondoAzulB{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	background-color:#063151;
	z-index:1;
	height:31px;
	position:relative;
	top:120px;
}*/
.menuPrincipal{
	/*z-index:2;
	position:relative;
	top:148px;
	left:0px;*/
	text-align:left;
	font-weight:normal;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:right;
	background-image:url(img/fondoMenu.png);
	margin-top:6px;
	padding:6px;
	padding-left:0px;
	padding-right:0px;
	
}
.menuPrincipal a:link, .menuPrincipal a:visited{
	border-right:0px solid #FFF;
	border-top:none;
	border-bottom:none;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	
	letter-spacing:2px;
	font-size:12px;
	background-image:url(img/fondoMenuOver.png);
	
}
.menuPrincipal a:hover{
	color:#CCC;
background-image:url(img/fondoMenu.png);
	
	
}
.header{
	background-image:url(img/banner_inicio.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:190px;
}
.principal{
	border:1px solid #063151;
}
.footer{
 /*border-top:5px solid #9D301B;*/
 background-color:#063151;
 color:#FFF;
 font-size:9px;
 text-align:center;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 padding:5px;
 height:51px;
}
.footerPeque{
  font-size:8px;
}
.footer a:link, .footer a:visited{
	color:#FFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;	
}

li{ 
	background-image:url(img/vineta.png);
	list-style-type:none;
	background-position:left 5;
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:-15px;
	margin-bottom:5px;
	
	
}

.menuSecundario {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	float:none;
	letter-spacing:1px;
	font-size:11px;
	margin-top:8px;
	padding-left:0px;
	margin-bottom:20px;
	margin-left:10px;
	z-index:10;
	position:absolute;
	float:right;
	color:#333;
	font-weight:bold;
	width:220px;
	background-image:url(img/fondoMenu.png);
}
.menuSecundario a:link,.menuSecundario  a:visited{
	text-decoration:none;
	color:#CCC;
	border-left:#9D301B 3px solid;
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	
	
	
	
	
}
.menuSecundario  a:hover{
	border-left:#063151 6px solid;
	
	color:#666;
	background-image:url(img/fondoMenuOver.png);
}
.actual{
	
	color:#333;
	
	display:block;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;

	border-left:#063151 3px solid;
	cursor:default;
	background-image:url(img/fondoMenuOver.png);	
}

.titulo{
	color:#063151;
	font-variant:small-caps;
	font-size:20;
	letter-spacing:3px;
}
.resalte{
	font-size:13px;
	color:#063151;
}
form{
	display:inline;
	float:left;
}
form .text{
	width:250px;
	height:20px;
	background-image:url(img/inputText.jpg);
	border:none;
	padding-left:5px;
	padding-top:2px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	letter-spacing:1px;
	font-size:11px;
}

form .textArea{
	width:300px;
	height:122px;
	background-image:url(img/textArea.jpg);
	border:1px solid #9CABBE;
	border-top:2px solid #9CABBE;
	border-right:1px solid #BFCCDF;
	border-bottom:1px solid #BFCCDF;
	padding-left:5px;
	padding-top:2px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	letter-spacing:1px;
	font-size:11px;
}
form .submit{
	width:60px;
	height:25px;
	background-image:url(img/submit.jpg);
	border:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	font-size:11px;
	color:#FFF;
}