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

/*News Home*/
.news_links {
	font-size: 11px;
	color: #6D6D6D;
	background-image: url(../images/images_2/down.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.news_links a {
	color: #434343;
}
.news_links a:hover {
	color: #585858;
	font-size: 12px;
}
.news_title {
	font-size: 14px;
	color: #191919;
	font-weight: normal;
}
.news_title a {
	color: #585858;
	font-size: 14px;
	font-weight: bold;
}
.news_title a:hover {
	color: #6D6D6D;
}

/*noticias*/
.noticias{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.noticias_info{
	margin: 0px;
	padding: 0px;
}
.noticias_info img {
	width: 600px;
	height: 300px;
}
.noticias_content{
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 30px;
}
.noticias_footer{
	margin-bottom: 30px;
}

/*comentarios*/
.comentarios{
	margin: 5px;
	border: 1px solid #D6D6D6;
	background-color: #FFF;
}
.comentarios_name{
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: small-caps;
	text-transform: capitalize;
}
.comentarios_name a{
	color: #6D6D6D;
	text-decoration: underline;
}
.comentarios_name a:hover{
	color: #979797;
	text-decoration: underline;
}
.comentarios_comments {
	margin: 10px;
}
.comentarios_fecha{
	font-size: 10px;
	color: #828282;
	font-style: italic;
	float: right;
	width: 150px;
	text-align: right;
}

