@charset "utf-8";
#contenido {
	padding-top: 50px;
	padding-left: 15px;
	margin-bottom: 50px;
	background-image: url(../img/fondo02.jpg);
	background-repeat: repeat-y;
	height: auto;
}


#contenido h1.noticias {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2em;
	background-image: url(../img/H1noticias.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	height: 90px;
	margin-bottom: 30px;
}

#noticia {
	margin-right: 50px;
	margin-left: 30px;
	border: thin solid #999;
	padding: 10px;
	margin-bottom: 20px;
}
#noticia ul.cabecera {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #930;
	height: 3em;
}
#noticia ul.cabecera   p{
	float: left;
	background-image: url(../img/HHaya.png);
	height: 78px;
	width: 80px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 5px;
}
#noticia .cabecera h4{
	padding-left: 10px;
	font-family: "Comic Sans MS", cursive;
	font-size: 2.4em;
	float: left;
	color: #930;
}
#noticia .cabecera h5{
	font-family: "Comic Sans MS", cursive;
	font-size: 1.4em;
	float: left;
	padding-left: 300px;
}
#noticia .cabecera h6 {
	float: right;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 40px;
	margin-right: 10px;
}

#noticia p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 30px;
}
#imagenizda img {
	display: block;
	float: left;
	border: thin solid #FFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#imagendcha img {
	display: block;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: thin solid #FFF;
}
#noticia p .mail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #000;
}




#noticia .clean {
	clear: both;
}
