
body{
	/* background-image: url('../2017-img/fondo-noticias.gif'); */
	letter-spacing: 0.2px;
}
section{
	margin-left: 27%;
	width: 45%;
	float: left;
}
aside{
	float: left;
	width: 15%;
	margin-left: 3%;
}
	aside h2{
		padding-top: 0;
		margin-top: 0;
}

article h3{
	font-size: 23px;
	padding-bottom: 8px;
	line-height: 25px;
}
article a{
	color: #D00002;
}
.fecha{
	padding-bottom: 20px;

}
ul{
	 padding-left: 0px;
}
#menu-responsive ul{
	padding-left: 40px;
}
.caja-buscar{
	float: left;
	padding-right: 0.5%;
	width: 59.5%;

}
	.caja-buscar input{
		width: 100%;
		height: 25px;
	}
.boton-buscar{
	float: left;
	width: 30%;
	border-style: solid;
    border-color: black;
    border-width: 2px;
    font-size: 11px;
    text-align: center;
    padding: 2px 3px;
    font-family:'PTSans-CaptionBold', Sans-Serif;
}

@media (min-width : 0px)  and (max-width : 767px)  {
	.altoheadermovil{
		height: 120px;
	}
	section{
		width: 90%;
		margin-left: 5%;
	}
	aside{
		display: none;
	}

}
@media (min-width : 484px)  and (max-width : 767px)  {
	.boton-buscar{
		font-size: 8px; 
	}
}

@media (min-width : 768px)  and (max-width : 991px)  {
	.boton-buscar{
		font-size: 8px; 
	}
}
@media (min-width : 992px)  and (max-width : 1200px)  {

}