@charset "utf-8";

#container_noticias
{
	width:100%;
	background-color:#fff;
	float:left;
	position:relative;
	padding-bottom:30px;
}

#titulo_noticias
{
	background-color:#EBEBEC;
	width:98%;
	margin-left:10px;
	height:70px;
	margin-top:10px;
	
border-radius: 4px;
}

#titulo_noticia_txt
{
	text-transform:uppercase;
	color:#778C9B;
	padding-top:30px;
	padding-left:10px;
	font-weight:bold
}

#contenido_noticias
{
	float:left;
	position:relative;
	width:50%;
	margin-left:5%;
	margin-top:30px;
	font-size:13px;
	color:#000;
	line-height:17px;
}

#imagen_noticias
{
	float:left;
	position:relative;
	width:35%;
	margin-left:5%;
	height:400px;
	margin-top:30px;
}


.noticias_row
{
	float:left;
	position:relative;
	width:55%;
	font-size:13px;
	color:#000;
	margin-bottom:20px;
	text-decoration:none;
}
.noticias_row:hover
{
	text-decoration: underline;
}


.noticias_mas
{
	font-size:12px;
	float:left;
	position:left;
	background-color:#778C9B;
	color:#FFF;
	padding:5px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration:none;
}

#todas_noticias
{
	float:left;
	position:relative;
	margin-left:5%;
	width:90%;
	margin-top:30px;
	
}
#butonga{ background-color: #EBEBEC;
height: 70px;
width: 100%;
max-width:1261px;
text-align:center
padding: 5px;
margin-top:5px;
}
@media screen and (max-width:1279px), screen and (max-device-width: 1279px) {
#titulo_noticia_txt
{
	padding-top:15px;
}
#contenido_noticias
{
	width:91%;
}
table[class="container"] {
               width: 100% !important;	

            }
			.noticias_row
{
	
	width:85%;
}
}



