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

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(composicion/fondo1.jpg);
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


.titular {
	font-size: 26px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: justify ;
}
.titular_noticias{
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
}
.contenido {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify ;
}
.periodista {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.creditos {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.infocontacto {
	font-size: 12px;
	color: #b7cb18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center ;
}


