@charset "UTF-8";
/* CSS Document */

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.a {	
	outline:0px;
	text-decoration:none;
	}

.contenedor_total {
	border: 1px solid white;
	margin:auto;
	width:900px;
	background-image:url(../elementos/fondo_general.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.cabecera {
	margin:auto;
	width:815px;
	height:189px;
	background-image:url(../elementos/cabecera.jpg);
	background-repeat:no-repeat;
	margin-top:26px;
	margin-bottom:12px;
	}	
.pie {
	margin:auto;
	clear:both;
	width:804px;
	height:50px;
	margin-top:12px;
	border-top:4px solid #CCC;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#83B81A;
	}	
.pie a{
	margin:auto;
	clear:both;
	width:804px;
	height:50px;
	margin-top:12px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#83B81A;
	text-decoration:none;
	}
.pie a:visited{
	margin:auto;
	clear:both;
	width:804px;
	height:50px;
	margin-top:12px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#83B81A;
	text-decoration:none;
}

.pie a:hover{
	margin:auto;
	clear:both;
	width:804px;
	height:50px;
	margin-top:12px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#83B81A;
	text-decoration:none;

}	
.columna_01 {
	width:392px;
	margin-right:18px;
	float:left;
	margin-bottom:12px;
	}	

.columna_02 {
	width:392px;
	float:right;
	margin-bottom:12px;
	}	
	
.contenedor_noticias {
	margin-top:10px;
	width:392px;
	overflow:auto;
	height:780px;
	}

.noticia {
	width:368px;
	padding:10px 0 10px 0;
	border-bottom: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
.titulo {
	font-size:17px;
	line-height:120%;
	color:#83B81A;
	}
	
.titulo_gris {
	font-size:17px;
	line-height:120%;
	color:#999;
	}
	
.fecha {
	font-size:11px;
	color:#999;
	}
.parrafo {
	font-size:12px;
	line-height:140%;
	color:#808080;
	}	
.descarga{
	background-image:url(../elementos/fondo_descarga.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:108px;
	font-size:12px;
	color:#999;
	padding-left:80px;
	padding-top:40px;
	}
.formulario {
	width:186px;
	height:20px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#CCC;
	border-top-style:solid;
	border-top-width:1px;	
	border-left-color:#CCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCC;
	border-right-style:solid;
	border-right-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:5px;
	padding-top:3px;
	
	}	
	

/* Easy Slider */
	
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:392px;
		height:293px;
		overflow:hidden; 
		}	
													

/* // Easy Slider */

		

