html, h1, h2 , h3, h4{
	font-weight:normal;
}

.page-header {
    margin: 0 auto;
}

.banner h1 {
    font-size: 16px;
}

.activo h2 {
    color: #ffffff;
}

.instrucciones {
    margin-top: 20px;
}

.instrucciones p {
    color: #7b7979;
}

.form-group h3{
    color: #7b7979;
    font-size: 18px;
}

.form-group select{
    width: 100%;
}

.form-group input{
    width: 100%;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -30px;
}

.continuar-btn {
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  display: block;
  font-size: 11px;
  height: 42px;
  left: 50%;
  margin-left: -126px;
  margin-top: 30px;
  padding-left: 15px;
  padding-top: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 252px;
}
.continuar-btn:hover {
    color: rgba(255,255,255,0);
    text-decoration: none;
}

.continuar-btn:link {
    color: #ffffff;
    text-decoration: none;
}

.continuar-btn:visited {
    color: #ffffff;
    text-decoration: none;
}

.regresar-btn {
  background-image: url("../images/regresar-btn.png");
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  font-size: 11px;
  height: 32px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}

.regresar-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.regresar-btn:link {
    color: #ffffff;
    text-decoration: none;
}

.regresar-btn:visited {
    color: #ffffff;
    text-decoration: none;
}

.cajas-texto div {
    border: 1px solid #626262;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+13 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 13%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/*fin formulario*/

/*inicio pop up*/

.contratar-btn {
  background-image: url("../images/celular-contratar.png");
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  font-size: 8px;
  height: 23px;
  margin-top: 3px;
  padding-left: 7px;
  padding-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 70px;
}

.contratar-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
    

.contratar-btn:link {
    color: #ffffff;
    text-decoration: none;
}

.contratar-btn:visited {
    color: #ffffff;
    text-decoration: none;
}

input[type=submit] {
    border: none;
    background-color: #ffffff;
}

/*fin pop up*/

.espaciador-1 {
    height: 30px;
}

.espaciador-2 {
    height: 75px;
}

.espaciador-3 {
    height: 95px;
}


@media screen and (max-width: 980px) {
    
    .banner h1 {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        width: 240px;
    }
    
    .instrucciones p {
        text-align: center;
    }
    
    .texto {
        font-size: 16px;
    }
	
	.vivienda{
		margin-top:10px;
	}
}
/*fin estilos responsive*/

.masinfo{
	margin-bottom:5px;
}

.popupcontenedor {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.SelectStyleModelo
{
  	width: 100%;
  	position:relative;
}
  
.SelectStyleMarca
{
  	width: 100%;
	position: relative;
}
  
  
.SelectStyle 
{
	width: 100%;
	position: relative;
}

select {
	width: 100%;
	background: #F3F3F3;
	color: #585757;
	padding: 5px;
	font-size: 13px;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 20px;
	height: 30px;
	-webkit-appearance: none;
	margin: 10px 0;
}

option 
{
	padding: 10px;
}

.SelectStyle:after, .SelectStyleMarca:after, .SelectStyleModelo:after 
{
	width: 30px;
	height: 30px;
	display: block;
	content: '';
	position: absolute;
	top: 0;right: 0;
	pointer-events: none;
	border: 1px solid #C1C1C1;
	background:#9e2a2b;
	background-image: url('bullet--arrow--down.gif');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /*  Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-radius: 0 20px 20px 0;
	margin: 10px 0;
}

.labelIngresoDatos 
{
	color: #808284; 
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial;
	display: block; 
	width: 100%; 
	float: left; 
}


.label
{
  color: #808284;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  width: 100%;
  white-space:normal !important;
  text-align:left;
}


.labelMensaje 
{
	color: #965759 ; 
	font-weight: bold; 
	font-size: 18px;
	font-family: Arial;
	display: block; 
	text-align : center ;
}

.labelMensajeCadena {
	color: Black; 
	font-weight: bold; 
	font-size: 18px;
	font-family: Arial;
	display: block; 
	text-align : center ;
}

.labelMensajeCabecera {
	color: #965759 ; 
	font-weight: bold; 
	font-size: 18px;
	font-family: Arial;
	display: block; 
	width:100%; 
	text-align : center ;
}

.labelMensajePie {
	color: #965759 ; 
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial;
	display: block; 
	width:100%; 
	text-align : center ;
}





    .onoffswitch1, .onoffswitch2, .onoffswitch3, .onoffswitch4{
        position: relative; width: 58px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox1, .onoffswitch-checkbox2, .onoffswitch-checkbox3, .onoffswitch-checkbox4 {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 1px solid #CFCFCE; border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 35px; padding: 0; line-height: 35px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "";
        padding-left: 10px;
        background-color: #9D2A2B; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #FFFFFF; color: #9D2A2B;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 33px; margin: 1px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 24px;
        border: 1px solid #CFCFCE; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
		height: 35px;
    }
    .onoffswitch-checkbox1:checked + .onoffswitch-label .onoffswitch-inner, .onoffswitch-checkbox2:checked + .onoffswitch-label .onoffswitch-inner, .onoffswitch-checkbox3:checked + .onoffswitch-label .onoffswitch-inner, .onoffswitch-checkbox4:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox1:checked + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox2:checked + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox3:checked + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox4:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }