/* CSS Document */

body{
	background: url(../images/degradado.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;

}
td {
	color: #434343;
	font-family: Verdana;
	font-size: 12px;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	color: #000;
}

/*fondos*/

.fondo1{
	background-color: #c3c7b8;
	padding: 2px 2px 0px 2px;
	height: 100%;
}
.fondo2{
	background-color: #c3c7b8;
	padding: 0px 2px;
}

.fondoBody{
	background-color: #ffffff;
	background-image: url(../images/fondo1.gif);
	background-repeat: no-repeat;
 	background-position:left bottom;
	padding: 10px 15px 10px 15px;
}

.fondoHeader{

	background-image: url(../images/fondoHeader.gif);
	background-repeat: repeat-x;

}

.fondoGallery{
	background-color: #FFFFFF;
	
	padding: 12px;
}
.celdaPie{
	background-color: #709E12;
	height: 24px;	
}

/* formularios */
.textfield {
	background-color: #E7E7E7;
	border: 1px solid #91928F;
	height: 18px;
	width: 150px;
	font-family: Verdana;
	font-size: 11px;
}
.areafield{
	background-color: #E7E7E7;
	border: 1px solid #91928F;
	width: 300px;
	font-family: Verdana;
	font-size: 11px;
}


/*tamaņos*/
.size_24{font-size: 24px;}
.size_14{font-size: 14px;}
.size_12{font-size: 12px;}
.size_11{font-size: 11px;}
.size_10{font-size: 10px;}
.size_9{font-size: 9px;}
/* COLORES */

.blanco {color: #FFFFFF;text-decoration: none;}
.rojo {color: #FF0000;text-decoration: none;}
.negro {color: #000000;text-decoration: none;}
.gris{ color: #323232;}
.oscuro{color: #16380C; text-decoration: none; font-weight: bold;}
.verder{color:#6c9a11;text-decoration: none;}
.verder:hover{color:#16380C;}
.enlace{
	background-image: url(../images/circuloP.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	color: #6D766C;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
}
.enlace1{
	background-image: url(../images/circuloP1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	color: #8CBA42;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
}
.enlace: hover,.enlace1:hover{
	text-decoration: underline;
}
/* tipos letras */ 
.listas{
	color: #6c9a11;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.listas:hover{
	text-decoration: underline;	
	color: #c3c7b8;
}
.oscuro:hover{
	color: #16380C; font-weight: bold; text-decoration: underline;
}
.linkM1{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
}
.linkM1:hover{
	text-decoration: underline;	
	color: #000;
}
.titulo{
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.error{
	color: #6D766C;
	font-family: Verdana;
	font-size:11px;
}
/*otros*/
.blanco:hover{
	color: #ffffff;
	text-decoration: underline;
}
.boton{
	color: #374951;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	background: url("../img/boton1.gif") ;
	border-bottom: 1px solid #CDCECB;
	border-top: 1px solid #91928F;
	border-left: 1px solid #91928F;
	border-right: 1px solid #CDCECB;	
}
#logo{
	width:352px;
	height: 183px;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
}
#slideshow1{
margin:0 auto;
padding:0px;
width:780px;
height:189px;
overflow: hidden;	
}
#titular{
	background:url(../images/fondoTitular.gif) repeat-x;
	width:100%;
	text-align:center;
	margin: 5px 0px 12px;
}