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

.contenedor-noticias {
	width:1000px;
	margin:20px auto 0px auto;
	}

.cuerpo-noticia {
	width:660px;
	margin-right:40px;
	float:left;
	}

.cuerpo-noticia>h1{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:24px;
	margin:15px 0px 15px 0px;
	text-align:justify;
	line-height:30px;
	color:#40627d;
	}

.cuerpo-noticia-fecha{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:3px 10px 3px 0px;
	text-align:right;
	color:#40627d;
	background-color:#eaeaea;
	width:650px;
	display:block;
	margin-bottom:10px;
	}

.cuerpo-noticia-texto{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:justify;
	color: #333;
	}

.cuerpo-noticia-texto p{
	max-width:660px;
	}

.cuerpo-noticia-texto img{
	max-width:660px;
	height:auto;
	}

/*.cuerpo-noticia a{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color: #40627d;
	target-new: tab !important ;
	}
*/
.cuerpo-noticia a:hover{
	color: #333;
	}
	
	
	
/********************************** barra *******************************/

.barra-noticias {
	width:300px;
	float:right;
	}

.barra-noticias h1{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:24px;
	text-align:justify;
	line-height:30px;
	color:white;
	background-color:#40627d;
	height:40px;
	width:290px;
	padding:10px 0px 0px 10px;
	margin:auto;
	}

.barra-noticias a{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:20px;
	margin:0px;
	text-align:justify;
	line-height:26px;
	color:#26393d;
	display:block;
	height:55px;
	overflow:hidden;
	padding-top:10px;
	}

.barra-noticias a:hover{
	color: #999;
	}

.texto-noticia-lateral-fecha{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:3px 10px 3px 0px;
	text-align:right;
	color:#40627d;
	background-color:#eaeaea;
	width:290px;
	display:block;
	margin-bottom:10px;
	}

.texto-noticia-lateral {
	height:95px;
	overflow:hidden;
	margin:0px 0px 20px 0px;
	}

.texto-noticia-lateral-div{
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:justify;
	color: #333;
	margin:0px;
	overflow:hidden;
	height:110px;
	}

.ver-mas-noticias a{
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:white;
	background-color:#40627d;
	display:block;
	width:150px;
	height:30px;
	padding:7px 0px 5px 0px;
	float:right;
	}

.ver-mas-noticias a:hover{
	color: #666;
	background-color: #CCC;
	}