﻿#nav ul {
  	padding: 0px;
  	margin: 0px;
  	list-style: none;
}

#nav li {
  	float: left;
  	position: relative;
	height: 20px;
}

#nav li ul {
  	display: none;
  	position: absolute; 
  	top: 20px;
 	left: 0px;
}

#nav li:hover ul { 
	display: block;
	top: 20px;
}

#nav li.sfhover ul { 
	width: 0px;
	display: block;
}

html {
	height:100%;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-x;
	height:100%;
}

a:link {
	text-decoration: underline;
	color: #0A5CA9;
}
a:visited {
	text-decoration: underline;
	color: #0A5CA9;
}
a:hover {
	text-decoration: none;
	color: #40B5C9;
}
a:active {
	text-decoration: underline;
	color: #0A5CA9;
}

a.validar:link {
	text-decoration: none;
	color: #ffffff;
}
a.validar:visited {
	text-decoration: none;
	color: #ffffff;
}
a.validar:active {
	text-decoration: none;
	color: #ffffff;
}
a.validar:hover {
	text-decoration: none;
	color: #40B5C9;
}



.central {
	padding-left: 15px;
	padding-right: 15px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.textos {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
}

.imagen {
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	border-color: #0A5CA9;
	border-width: 1;
	border-style: solid;
}

.portada {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

.volver {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
	background-color: #ffffff;
}


.izq {
	padding-right: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
	background-color: #FDF5B2;
	border-color: #ffffff;
	border-width: 2;
	border-style: solid;
}


.der {
	padding-right: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #FDF5B2;
	border-color: #ffffff;
	border-width: 2;
	border-style: solid;
}

.fecha {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 520px;
	padding-right: 5px;
	padding-left: 5px;
}

.titulo {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0A5CA9;
}

.autentificar {
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

.box{
	color: #000000;
	text-align: left;
	border-color: #0A5CA9;
	border-width: 1;
	border-style: solid;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: lighter;
} 

.boton{
	color: #0A5CA9;    
	text-align: center;
	border-width: 1;
	border-color: #0A5CA9;
	border-style: solid;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Verdana;
}

.boxV{
	color: #000000;
	text-align: left;
	border-color: #000000;
	border-width: 1;
	border-style: solid;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: lighter;
} 

.botonV{
	color: #ffffff;    
	text-align: center;
	border-width: 0;
	background-color: #0A5CA9;
	font-size: 8pt;
	font-family: Verdana;
}

.entrar{
	color: #ffffff;    
	text-align: center;
	border-width: 0;
	background-color: #0A5CA9;
	font-size: 8pt;
	font-family: Trebuchet MS;
}

.copyright {
	text-align: center;
	color: #505050;    
	font-size: 7pt;
	font-family: Verdana;
	font-weight: lighter;
	background-image: url(imagenes/fondo_centro.gif);
} 