/*
SETTINGS GENERALES
*/
@charset "utf-8";
/*para simplificar*/
.loaderDiv{ 
	background-image:url('../img/inmobanner/loader.gif');
	width: 60px;
	height: 60px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	position: absolute;
	top: calc( 50% - 30px);
	left: calc( 50% - 30px);
	z-index: 32;
}

.newbiBanner{z-index:10;}
.oldbiBanner{z-index:20;}
.capaOpaca{
	height:100%; 
	width:100%; 
	position:absolute;
	top:0; 
	left:0; 
	z-index:22;
	background-color:rgba(100,100,100,0.5);
}
.cm_bi_contenido{
	height:100%; width:100%; position:absolute; top:0; left:0; display:table; z-index:25;
}
.cm_bi_contenidoEnMedio{
	width:100%; display:table-cell; vertical-align: middle;
}

/*Inicio*/

.bi_nextArrowIcon{ background-image:url('../img/inmobanner/ico_next.png'); right:0;}
.bi_prevArrowIcon{ background-image:url('../img/inmobanner/ico_prev.png'); left:0;}


.cm_imgContainer {
	 height:100%;
	 width:100%;
	 position:absolute;
	 top:0;
	 left:0;
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size:cover;
	 -webkit-background-size:cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
 } 
 
.cm_textoGrande {
	 width:100%;
	 color:#FFFFFF;
	 text-shadow:0px 0px 5px rgba(0,0,0,0.6);
	 font-size:2em;
	 font-weight:800;
	 margin: 0;
	 padding: 0;
 } 
 
.cm_bi_nextPrevBtns {
	 height:60px;
	 width:60px;
	 position:absolute;
	 top:calc( 50% - 30px );
	 z-index:35;
	 cursor:pointer;
	 background-position:center top;
	 background-repeat:no-repeat;
	 background-size:100% auto;
 } 
 
.cm_bi_btnControl {
	 float:left;
	 height:30px;
	 width:30px;
	 cursor:pointer;
	 background-position:center top;
	 background-repeat:no-repeat;
	 background-size:100% auto;
	 margin: 0;
	 padding: 0;
	 background-image:url('../img/inmobanner/ico_dot.png');
 } 
 
.cm_bi_btnSelected {
 	background-position:center bottom;
 } 
 
.cm_btnSel:hover{
 	background-position:center bottom;
 } 

.cm_bi_descrtiption {
	 width:100%;
	 margin:15px 0 0 0;
	 color:#FFFFFF;
	 font-size:1.4em;
	 font-weight:400;
	 margin: 0;
	 padding: 0;
 } 
 
.cm_bi_btnContent{
	width:180px;
	margin:15px 0 0 0;
	padding:10px 0;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	text-shadow:0px 0px 5px rgba(0,0,0,0.7);
	font-size:1.8em;
	border:solid;
	border-color:#FFFFFF;
	border-width:3px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.3);
 } 
 .cm_bi_btnContent:hover{
 	 border-color:#26C9FF;
 	 color:#26C9FF;
 }

.cm_bi_contenidoWrap {
	 height:100%;
	 width:calc(100% - 150px);
	 margin:0 auto;
	 z-index:30;
	 max-width:960px;
 } 
 
@media screen and (min-width: 500px) and (max-width: 1024) {

} 
@media screen and (min-width: 200px) and (max-width: 499px) {
	.cm_textoGrande {
		font-size:1.4em;
	 } 
	 
	.cm_bi_nextPrevBtns {
		height:40px; 
		width:40px; 
		top:calc( 50% - 20px ); 
	 } 
	 
	.cm_bi_btnControl {
		height:30px; 
		width:30px; 
	 } 
	 
	.cm_bi_descrtiption {
		font-size:1.1em; 
		text-align:center;
	 } 
	 
	.cm_bi_btnContent {
		pertenece:0; 
		width:90%; 
		margin:15px auto; 
		font-size:1.6em;
	 } 
	 
	.cm_bi_contenidoWrap {
		width:calc(100% - 80px);
	 }
}


