@charset "utf-8";
/* CSS Document */
.wrapper-orientacion{
width:100%;
margin-top:20px;
background:#C9AC76;

}

.orientacion{
	margin:1px;
	display:-webkit-box;
	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;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	}
.orientacion h4{ font-family:"Arial Black";}
.orientacion h3{ font-family:"Arial Black";}
.orientacion h5{ font-family:"Arial Black";}
.orientacion h6{ font-family:"Arial Black";}
.orientacion h7{ font-family:"Arial Black"; color:#bb9156;}
.orientacion p{ text-align:justify;}	
/*====Alcances 1===*/	
.orientacion .orientacion1{
	width:944px; 
	padding:3px;
	}


/*====Alcances 2===*/		
.orientacion .orientacion2{width:472px; padding:10px;}
.alcances2 .alcances2a{ text-align:center;} 

/*====Alcances 3===*/		
.orientacion .orientacion3{width:944px; padding:3px;}
.orientacion .orientacion3a{width:100%; padding:10px 15px 10px 15px;}
.orientacion .orientacion3b{width:100%; padding:10px 15px 10px 15px;}
.orientacion .orientacion3c{width:100%; height:160px; padding:10px;}
.orientacion .orientacion3f{width:100%; height:860px; padding:10px; background:black;}

/*====Alcances 4===*/		
.orientacion .orientacion4{width:472px; padding:3px;}
.orientacion4a{width:100%; padding:10px;}
.orientacion4b{width:100%; padding:10px;}

ul.disc{list-style-type:disc; margin-left:10px; padding-left:20px; line-height:1.2em; text-align:
justify;}

/*========================
Inicio de la Queryes
==========================*/
@media only screen and (max-width:320px){
body{/*background:silver;*/ max-width:99%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:321px) and (max-width:480px){
body{/*background:orange;*/ max-width:99%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:481px) and (max-width:640px){
body{/*background:green;*/ max-width:99%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:641px) and (max-width:768px){
body{/*background:blue;*/ max-width:99.5%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:769px) and (max-width:1024px){
body{/*background:red;*/ max-width:99.5%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
body{/*background:brown;*/ max-width:99.5%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion3 {width:99.5%;}
.orientacion3 .orientacion3c{ display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
body{/*background:black;*/ max-width:99.5%;}
/*==Régimen en Condominio===*/
.wrapper-orientacion{width: 100%;}
.orientacion .orientacion2 { display:none;}
.orientacion .orientacion4 {width:99.5%;}
.orientacion4a, .orientacion4b{display:none;}
}

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