/* CSS Document */

/*CLASES GENERALES */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}
#contenedor {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* PARTE SUPERIOR */

#superior {
	height: 150px;
	background-image: url(../fondos/superior.gif);
	background-repeat: no-repeat;
}
#escudover {
	float:right;
	height: 149px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 90px;
}

#navimg {
	list-style-type: none;
	margin-left: 230px;
	padding: 0;
}
#navimg li {
margin: 0;
padding: 0;
float: left;
}

#navimg a {
float: left;
width: 45px;
text-align: center;
text-decoration: none;
line-height: 30px;
}

/*NAVEGACION */
#nav {
	padding: 0;
	list-style-type: none;
	width: 760px;
	float: left;
	margin: 0;
	background-color: #F00000;	
}
#nav li {
margin: 0;
padding: 0;
float: left;
}

#nav a {
float: left;
width: 152px;
text-align: center;
color:#FFFFFF;
text-decoration: none;
line-height: 25px;
}

#nav a:hover {
background: #CCCC99;
}

/* SECCION DE MAPA DE NAVEGACION Y FECHA */
#mapafecha{
	border-bottom: 3px solid #DCE8C1;
	height: 30px;
}
#fecha {
	text-align: right;
	height: 13px;
	padding-right: 10px;
	float: right;
	width: 190px;
	padding-top: 5px;
}
#mapa{
	text-align: left;
	margin-right: 205px;
	height: 13px;
	padding-left: 5px;
	padding-top: 5px;
}
#mapa a:link, #mapa a:visited, #mapa a:active{
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}
#mapa a:hover, #mapa a:focus{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/* PARTE DERECHA  */
#columnader {
	text-align: left;
	float: right;
	width: 200px;
	padding-top: 5px;
}
#columnader a:link, #columnader a:visited, #columnader a:active{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#columnader a:hover, #columnader a:focus{
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#columnader h2 {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background: #DCE8C1 url(../fondos/seccionlink2.png) repeat-y left;
	padding-left: 8px;
}
#columnader p{
	padding-top: 3px;
	padding-left: 10px;
}
#columnader ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
#columnader ul li{
	list-style-type: none;
}

#columnader ul li a:link, #columnader ul li a:visited, #columnader ul li a:active{
	font-size: 10px;
	color: #009900;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#columnader ul li a:hover, #columnader ul li a:focus{
	text-decoration: underline;
}
#columnader form {
	padding-left: 10px;
}
#columnader img {
	margin-left: 20px;
}

#columnader .registro{
	margin-left: 20px;
}

/* ESTILOS PARA EL CONTENIDO */
#contenido {
	text-align: justify;
	margin-right: 205px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#contenido h1 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../fondos/contenidoh1.png);
	background-repeat: no-repeat;
	font-style: normal;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 3px;
}
#contenido h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-left: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(../fondos/contenidoh2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contenido h3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	height: 20px;
	padding-left: 2px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(../fondos/contenidoh2.png);
	background-repeat: no-repeat;
}
#contenido h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	height: 20px;
	padding-left: 2px;
	margin-top: 5px;
}

#contenido a:link, #contenido a:visited, #contenido a:active{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}
#contenido a:hover, #contenido a:focus{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#contenido ul{
	padding: 0px;
	list-style-type: circle;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contenido ul li{
	list-style-type: disc;
	list-style-image: url(../fondos/vineta.png);
	margin-left: 5px;
}

#contenido ul li a:link, #contenido ul li a:visited, #contenido ul li a:active{
	font-size: 11px;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#contenido ul li a:hover, #contenido ul li a:focus{
	text-decoration: underline;
}

#contenido form {
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: 5px;
}
#contenido .espacio {
	margin-bottom: 2px;
}
#contenido .espaciobotones {
	margin-top: 15px;
	margin-left: 170px;
}
#contenido label {
	display: block;
	float: left;
	width: 170px;
}
#contenido form ul{
	margin: 0px 15px;
	padding: 0px;
	list-style-type: circle;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
#contenido form ul li{
	list-style-type: disc;
	list-style-image: url(../fondos/vineta.png);
	margin-left: 20px;
}
#contenidoform a:link, #contenidoform a:visited, #contenidoform a:active{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contenidoform a:hover, #contenidoform a:focus{
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#contenido .arriba {
	font-size: 10px;
	color: #990000;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-left: 450px;
	background-image: url(../imagenes/vinetaarriba.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#contenido .arriba a:link, #contenido .arriba a:visited, #contenido .arriba a:active{
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#contenido .arriba a:hover, #contenido .arriba a:focus{
	text-decoration: underline;
}
#contenido .observacion {
	font-size: 10px;
	font-style: oblique;
	margin-top: 5px;
}
#contenido .observacion a:link, #contenido .observacion a:visited, #contenido .observacion a:active{
	text-decoration: underline;
	color: #990000;
	background-color: #FFFFFF;
}
#contenido .observacion a:hover, #contenido .observacion a:focus {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#contenido .imagenizquierda{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contenido .limpiar{
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 0px;
	width: 0px;
}
/*PARTE INFERIOR DE EVERACRUZ*/
#everacruz{
	background: url(../imagenes/everacruz.gif) no-repeat center;
	text-align: center;
	clear: both;
	height: 33px;
}


.limpiar{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}

/*SECCION AL PIE DE PAGINA */
#piepagina {
	text-align: center;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#piepagina a:link, #piepagina a:visited, #piepagina a:active{
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}
#piepagina a:hover, #piepagina a:focus{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#navinferior {
	border-top: 3px solid #DCE8C1;
	text-align: center;
	height: 22px;
}
#navinferior ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#extras {
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px;
}
.boton {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #66CC99;
	margin-top: 5px;
	font-size: 12px;
}
.boton:hover, .boton:focus{
	color: #333333;
	border: 1px solid #CCCCCC;
	background: #99CC99;
}
.campotexto {
	font-size: 10px;
	color: #006600;
	background: #FFFFFF;
	border: 1px solid #66CC99;
}
.label {
	display: block;
	float: left;
	width: 170px;
}
.mensaje {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}
#flashindex {
	height: 150px;
	width: 540px;
}


.lineaverde {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DCE8C1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.usuario {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}
.imagenizquierda{
	float: left;
	margin: 0 10px 10px 0;
}
.imagenderecha{
	float: right;
	margin: 0 15px 10px;
	border: 1px solid #000000;
	width: 150px;
}
#respuesta {
	margin-top: 10px;
	margin-bottom: 5px;
}
#respuesta p.prueba {
color: #ff9900;
background-color: #FFFFFF;
}
#respuesta em{
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
		float: left;
	width: 120px;
}
#respuesta strong {
	color: #990000;
	background-color: #FFFFFF;
	margin-left: 5px;
}
