﻿/* CSS Document */

/* Base*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #e1e2c8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.whitefooter {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.rightTitle {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
.fondohome1 {
	background-image: url(images/fondohome1.jpg);
	background-repeat: repeat-x;
}
.fondohome2 {
	background-image: url(images/fondohome2.jpg);
	background-repeat: repeat-x;
}



/* Interiores */
.fondolight {
	background-image: url(images/textfondo_light.jpg);
	background-repeat: repeat-x;
}
.fondodark {
	background-image: url(images/textfondo_dark.jpg);
	background-repeat: repeat-x;
}
.titulo {
	font-size: 13px;
	color: #3a3937;
	line-height: 10px;
	font-weight:bold;
}
.titulo a:link {
	font-size: 13px;
	color: #3a3937;
	line-height: 10px;
	font-weight:bold;
	text-decoration:none;
}
.titulo a:hover {
	font-size: 13px;
	color: #ec6a27;
	line-height: 10px;
	font-weight:bold;
	text-decoration:none;
}
.subtitulo {
	color: #ec6a27;
	font-size: 15px;
	font-weight: bold;
	line-height: 10px;
}
.texto {
	font-size: 11px;
	color: #3a3937;
}
.textoBlanco {
	font-size: 11px;
	color: #FFFFFF;
}
.logoFloat {
	float: left;
	padding-right: 5px;
}

.formfield {
	border: 1px inset #666666;
}
.verMas {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.verMas a:link {
	color: #000000;
	text-decoration: none;
}
.verMas a:hover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.verMasBlanco {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.verMasBlanco a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.verMasBlanco a:hover {
	color: #EC6A27;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.rightTitle_rojo {
	color: e00000;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
.texto_archivo {
	font-size: 10px;
	color: #000000;
}
.fondohome3 {
	background-image: url(images/fondohome2.jpg);
	background-repeat: repeat-x;
}
.titulo_negros {
	font-size: 13px;
	color: #000000;
	line-height: 10px;
	font-weight:normal;
}
.texto_derechos {
	font-size: 9px;
	color: #3a3937;
}

/*Menu item*/

.Menu
{
}