/* CSS Document */

.box_contenido{ font-size:0px; text-align:left; }
.box_contenido a{ text-decoration: none;  }

.rayapuntos{
    display:inline-block;
    text-align:left;
	/*background:url(../imagenes/punto.gif) repeat-y;*/
	width:1px;
	height:280px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

/*.ancho955{ font-size:0px; text-align:left; }
.ancho955 a{ text-decoration: none;  }*/

.noticia{
	display:inline-block; 
	text-align:left;
	width:267px;
	color:#768693;
	font-weight:regular;
	font-size:16px;
	text-decoration:none;
	margin-top:5px;
	min-height:340px;
	vertical-align:top;	
}

.noticia:hover{
	
	width:267px;
	background-color:#acc02f;
	color:#768693;
	font-weight:regular;
	font-size:16px;
	text-decoration:none;
	margin-top:5px;	
	border-radius: 40px;
}

.fotonoticia{
	box-sizing: border-box;
	width:267px;
	/*max-height: 221px;*/
	text-align:left;
	align:left;
	padding:15px 0px 10px 0px;
	overflow: hidden;
}

.cuerponoti{
	width:252px;
	padding:10px 5px 10px 10px;
}

.masinfo{
	width:247px;
	padding:0px 10px 10px 10px;
 	/*background:url(../imagenes/flechita.png) 86px 5px no-repeat;*/
}

.notislateral{
	float:left;
	padding:20px 0px 30px 0;
	width:900px;
}

.pagi{
	float:left;
	margin:0 4px 0 0;
	/*background:url(../imagenes/flexa.png) 76px 8px no-repeat ;*/
	width:60px;
	padding:2px 0px 0px 24px; 
	font-size: 14px;
}

.pagover{

	width: 20px;
	height: 20px;	
	float:left;
	box-sizing: border-box;
	background-color:#0074bd;
	margin:0 0 0 3px;
	padding:2px 0;
	font-size: 14px;
	text-align:center;
	color: white;
}

.pagover .normal{    
	color:#ffffff;
}

.pagout{
	width:20px;
	height:20px;
	float:left;
	box-sizing: border-box;
	background-color:#acc02f;
	margin:0 0 0 3px;
	padding:2px 0;
	font-size: 14px;
	text-align:center;
	cursor: pointer;
}


@media screen and (max-width:1023px) { 
	
	.box_contenido{ font-size:0px; text-align:center; }
	.rayapuntos{ display:none; }	
	
	
	
}
