/* CSS Document */

.fecha {
	color: #FFA217;
	font-size: 14px;
	float: left;
	width: 80%;
	font-weight: bold;
}
.compartir_facebook {
	float: right;
	width: 100px;
}

#contenido {
	padding-right: 50px;
	padding-left: 50px;
}

.titulo {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	width: 100%;
}
.texto_noticias p {
	color: #999999;
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.texto_noticias a {
	color: #FFA41D;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.texto_noticias a:hover {
	color: #333333;
}

.texto_noticias img {
    margin-bottom: 10px;
    margin-right: 10px;
}
.ver_mas {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
.ver_mas a {
	text-decoration: none;
	color: #000000;
}
