/* del css */
BODY {
	MARGIN: 50px;
	BACKGROUND-COLOR: #FFFFFF;
}

/* LISTAS */
ul {
	margin-top: 10px;
	margin-left: 30px;
	padding: 0px;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: ;
	text-align: left;
}

/* LINKS NEGROS */
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #006892;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* NOTICIAS */
.titulo {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.tipo {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
.fecha {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
/* Parrafos dentro de una clase .txt */
.txt p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	text-indent: 0px;
}


.txt {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0px;
}


.imagen {
	padding: 10px;
	margin-top: 10px;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.imagen img {
	max-width: 540px;
}


