/* CSS Document */

body{
	background-color:#7A7977;
	margin:20px 0px 20px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006AB0;
}
#contenedor{
	text-align: left;
	width: 750px;
	background-color: #FFFFFF;
	margin: auto;
}
#banner{
	width: 750px;
	height: 100px;
	background-color: #FFFFFF;
}
#botonera{
	background-image: url(../images/fondo_botonera.jpg);
	background-color: #0083D7;
	padding: 4px 15px 5px 15px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 500px;
}
a.enlacesbotonera, a.enlacesbotonera:Visited, a.enlacesbotonera:Active, a.enlacesbotonera:Focus, a.enlacesbotonera:Link {
	color: #FFFFFF;
	text-decoration: none;
}
a.enlacesbotonera, a.enlacesbotonera:Hover {
	color: #0E3954;
}
#logobotonera{
	float: right;
	width: 220px;
	height: 25px;
	background-color: #0083D7;
}
#linea{
	clear: both;
	background-color: #FFFFFF;
	border-bottom: solid #0083D7 1px;
	padding-top: 4px;
}
td.iquierdasup{
	vertical-align: top;
	width: 165px;
}
#submenu{
	color: #0083D7;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 165px;
	height: 400px;
	padding-top: 10px;
	margin: 10px 0px 35px 0px;
}
.linesub{
	clear:both;
	padding: 5px 0px 4px 0px;
	}
.subenlaces{
	padding: 3px 0px 3px 0px;
}
#icoprincipal{
	float: left;
	padding-left: 15px;
}
#subprincipal{
	padding-left: 35px;
}
.icosecundarios{
	float: left;
	padding-left: 30px;
}
.subsecundarios{
	padding-left: 50px;
}
a.secundarios, a.secundarios:Visited, a.secundarios:Active, a.secundarios:Focus, a.secundarios:Link {
	color: #0068aa;
	text-decoration: none;
}
a.secundarios, a.secundarios:Hover {
	color: #7A7977;
}
td.derecha{
	width: 550px;
	padding: 25px 0px 25px 35px;
	vertical-align: top;
	background: url(../images/logo_fondo.jpg) no-repeat right center;
}
#enlace{
	width: 535px;
	height: 45px;
	padding-right: 15px;
}
#tituloenlace{
	text-align: right;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 15px 50px 0px 0px;
	color: #FFFFFF;
}
#texto{
	text-align: justify;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#texto  li {
	text-align: justify;
	padding-top: 4px;
}

td.iquierdainf{
	width: 165px;
	height: 150px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#pie{
	clear: both;
	background-color: #0083D7;
	padding: 5px 15px 5px 15px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
	text-align: center;
}
.imagenlink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input, textarea, select 
{
	background-color:#E3E1FF;
	color:#444444;
	font-family:"Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size:1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #979CDF;
	border-right-color: #BCBFEB;
	border-bottom-color: #BCBFEB;
	border-left-color: #979CDF;
}
