/* TEXTOS GENERALES */
html, body {
	margin: 0px;
	padding:0px;
	background-image: url(../images/plecaFondoHome.gif);
	background-color:#5A0421;
	background-repeat: repeat-x;	
}
.cuerpoTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-position: left top;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.cuerpoTexto a{
color: #951516;
text-decoration:none;
}
.cuerpoTexto a:hover{
color: #951516;
text-decoration:underline;
}
/**/
.textoFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #BEBEBE;
}
.textoFooter a{
	color: #bebebe;
	text-decoration:none;
}
.textoFooter a:hover{
	color: #ffffff;
	text-decoration:underline;
}

.noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align: justify;
	padding-right: 20px;
	padding-left: 48px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.noticia a{
color: #CCCCCC;
text-decoration:none;
}
.noticia a:hover{
color: #FFFFFF;
text-decoration:underline;
}

#pagina {
position:absolute;
width:100%;
clear:both;
}
#principal {
	width:760px; /*ancho total de la pagina*/
	border:0px; /*encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/
	margin: auto; /*auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/
	text-align:justify; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/
	height: 100%;
}
#cabecera  {
	width:760px;
	height:120px;
	background-color:#ffffff; 
	border:0px;	
}
#menu  {
	width:760px;
	height:20px;
	background-color:#951516; 
	border:0px; 
}
#contenidos  {
	width:760px;;
	border:0px;
}

/*	CORRECCIÓN HOME	*/
#fotoPortada{ width:420px; height:420px; float:left;}
#listadoNoticias{ width:320px; float:right;}
#itemNoticia{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#CCCCCC;text-align:justify;
	margin-left:48px; margin-top:10px; margin-bottom:10px; padding-bottom:10px;
	border-bottom:#999999 1px dotted;

}
#itemNoticia a{text-decoration:none;color:#CCCCCC;}
#itemNoticia a:hover{text-decoration:underline; color:#FFFFFF;}




#footer  {
	width:760px;
	height:25px;
	background-color:#000000;
	border:0px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

.mapa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-align:center;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mapa a{
	color: #CCCCCC;
	text-decoration:none;
	background-color: none;
}
.mapa a:hover{
	color: #FFFFFF;
	/*text-decoration:underline;*/
background-color: #A70700;
	padding: 2px;
	}
