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

.wrapper-anuncios{
width:100%;
margin-top:20px;
background:#C9AC76;
padding:1px;
}

.anuncios-item{margin:2px; display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	}
.anuncios-item .item30{ width: 472px; padding:3px; background: url(../_imagenes/torre-lbl-3a.jpg) no-repeat center center;}
.anuncios-item .item31{ width: 944px; padding:3px;
}
.item31 .item31a{ 
margin:2px; 
padding:3px; 
display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	
}	
.item31a .item31abis{width:100%; padding:3px; }
.item31a .item31a p{text-align:justify;}
.item31a .item31a h3{font-family:"Arial Black"; color:#bb9156;}
.item31a .item31a h4{font-family:"Arial Black";}
.item31a .item31a-0{width:100%; padding:10px 3px 10px 3px; }
.item31a-0 .item31a-0a{width:265px; height:170px;  padding:3px; background: url(../_imagenes/ejemplo1.jpg) no-repeat center center; text-align:center;}
.item31a-0 .item31a-0b{width:645px; padding:15px 10px 5px 10px;}
.item31a .item31a-1{width:100%; padding:10px 3px 10px 3px; }
.item31a-1 .item31a-1a{width:265px; height:170px;  padding:3px; background: url(../_imagenes/ejemplo2.jpg) no-repeat center center; text-align:center;}
.item31a-1 .item31a-1b{width:645px; padding:15px 10px 5px 10px;}
.item31a .item31a-2{width:100%; padding:10px 3px 10px 3px; }
.item31a-2 .item31a-2a{width:265px; height:170px;  padding:3px; background: url(../_imagenes/ejemplo3.jpg) no-repeat center center; text-align:center;}
.item31a-2 .item31a-2b{width:645px; padding:15px 10px 5px 10px;}


/*========================
Inicio de la Queryes
==========================*/
@media only screen and (max-width:320px){
body{/*background:silver;*/ max-width:99%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
.anuncios-item .item31{width: 100%;}
}

@media only screen and (min-width:321px) and (max-width:480px){
body{/*background:orange;*/ max-width:100%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
.anuncios-item .item31{width: 100%;}
}

@media only screen and (min-width:481px) and (max-width:640px){
body{/*background:green;*/ max-width:100%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
.anuncios-item .item31{width: 100%;}

}

@media only screen and (min-width:641px) and (max-width:768px){
body{/*background:blue;*/ max-width:100%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
.anuncios-item .item31{width: 100%;}

}

@media only screen and (min-width:769px) and (max-width:1024px){
body{/*background:red;*/ max-width:100%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
.anuncios-item .item31{width: 100%;}
.item31a-0 .item31a-0a{width:30%;}
.item31a-0 .item31a-0b{width:65%;}
.item31a-1 .item31a-1a{width:30%;}
.item31a-1 .item31a-1b{width:65%;}
.item31a-2 .item31a-2a{width:30%;}
.item31a-2 .item31a-2b{width:65%;}
}


@media only screen and (min-width:1025px) and (max-width:1280px) {
body{/*background:brown;*/ max-width:99.5%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
body{/*background:black;*/ max-width:99.5%;}
.wrapper-anuncios{width: 100%;}
.anuncios-item .item30{ display:none;}
}

@media only screen and (min-width:1367px)  {
body{/*background:#bb9156;*/ max-width:100%;}
.wrapper-anuncios{width: 100%;}

}
