@charset "utf-8";
#header {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
	background-image: url(imagenes/fontop.png);
	height: 200px;
	position: absolute;
	z-index: 0;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
	background-image: url(imagenes/footer.png);
	height: auto;
	position: absolute;
	top: 398px;
	z-index: 0;
}
.fondo {
	background-image: url(imagenes/linea1.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #e2e3e3;
}
.borde {
	border: 1px solid #CCCCCC;
}

.fondo2 {
	background-image: url(imagenes/borde2.gif);
	background-repeat:  no-repeat;
	background-position: center bottom;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	text-decoration: none;
	text-align: justify;
}
.fondo3 {
	background-image: url(imagenes/c1.gif);
	background-repeat:  no-repeat;
	background-position: center bottom;
}
.texto_bajo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.texto_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	white-space: normal;
}
.botones {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.boton {
	background-image: url(imagenes/ver.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

 a.botones:visited {  text-decoration: none; color: #000000; }
 a.botones:hover { color: #D00000; }

