@media (max-width: 1024px) 
{
	.container {
		width: 980px;
	}
	
	.siguenos {
		width: 120px;
		font-size: 12px;
	}
}

@media (max-width: 991px) 
{
	.noticiaDestacada {
		width: 50%;
		margin-bottom: 10px;
	}	
	
	.barra_descarga img {
		width: 70px;
		top: -60px;
		right: 0px;
	}
	
	.container {
		width: 768px;
	}
	
	.modal-dialog {
		width: 95%;
	}
	
	.fondoNoticia06 .closeBlanc {
		opacity: .2;
		color: #000;
	}
	
	.fondoNoticia06 {
		background: #ffffff;
	}
	
	.fondoNoticia08 {
		background: #ffffff;
	}
	
	.fondoNoticia09 {
		background: #ffffff;
		padding-top: 0px;
	}
	
}


@media (max-width: 768px) 
{
	
	.fondoNoticia04 {
		background-size: 50%;
		background-position-x: -40px;
	}

	
	.backgroundRed h2 {
		width: 100%;
	}

	.imagenNot2 {
		width: 100px;
	}

	.modal-content {
		padding: 50px 20px;
	}
	
	.close {
		right: 10px;
	}

	.container {
		width: 100%;
	}
	
	.noticiaDestacada {
		width: 100%;
	}	
	
	.siguenos {
		background-color: transparent;
		width: 50px;
	}
	
	.siguenosIMG {
		background: url(../images/face_movil_.png) no-repeat;
		background-position: top right;
	}
	
	.nombre_revista {
		width: 100%;
		display: block;
		border-radius: 12px;
		text-align: center;
		margin-bottom: 10px;
		padding: 15px 10px;
		font-size: 16px;
	}
	
	.descarga_revista {
		width: 100%;
		display: block;
		border-radius: 12px;
		padding: 10px 10px;
		font-size: 16px;
	}
	
	.barra_descarga img {
		width: 60px;
		top: -50px;
	}

	.noticiasNews {
		padding: 0px 20px 20px 40px;
	}
	
	.textSiguenos {
		display: none;
	}
	
	.pastillaGrey {
		padding: 20px;
	}
	
	.twoColumns {
		-webkit-column-count: 1;
		-moz-column-count: 1; 
		column-count: 1;
	}
	
	.threeColumns {
		-webkit-column-count: 1;
		-moz-column-count: 1; 
		column-count: 1;
	}
	
	.modal-content h2 {
		font-size: 25px !important;
	}

	.cajaNegra {
		position: static;
		width: 100%;
	}
	
	.pastillaBlack {
		margin-top: -20px;
	}
	
	.textTop {
		margin-top: -30px;
	}
	
	.menosPaddingLeft {
		padding-left: 15px;
	}

	.menosPaddingRight {
		padding-right: 15px;
	}
	
	.pastillaRed {
		padding: 15px;
	}
}

@media (max-width: 500px) 
{
.botella {
    width: 250px;
}
}

@media (max-width: 380px) 
{
	.botella {
		width: 200px;
		left: -80px;
	}
}


