body, html {
    /*overflow:hidden;*/
		/*height: 100%;*/

}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000;
	background: #FFF;

	display: flex;
	flex-direction: column;
	min-height: 100vh;


}
img{
	border: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #F00;
}
.caja{
	float: left;
	width: 100%;
}
.separa{
	float: left;
	width: 100%;
	height: 15px;
}
.fondo01{
	background: #CCC;
}
.fondo02{
	background: #000;
}
.fondo03{
	background: #FFF;
}
.fondo04{
	background: #333;
}
.fondo05{
	background: #FCEE21;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}


.debug{
	float: left;
	width: 200px;
	padding: 10px;
	position: absolute;
	color: #FFF;
	display: block;
	background: #000;
	z-index: 9999;
	left: 0;
}
.box-login{
	display: block;
	max-width: 400px;
	background: #000;
	color: #FFF900;
	text-align: center;
	font-size: 14px;
	padding: 20px 10px;
	font-family: 'latolight';
}
.box-login h2{
	font-family: 'latobold';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
}
.box-login h3{
	font-family: 'latolight';
	font-size: 16px;
	font-weight: normal;
	color: #FFF900;
}
.box-login a{ 
	color: #FFF900;
	text-decoration: none;
}
.box-login a:hover{ 
	color: #F00;
	text-decoration: none;
}
.box-login-registro{
	display: block;
	width: 100%;
	max-width: 850px;
	background: #000;
	color: #FFF900;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	font-family: 'latolight';
}
.box-login-registro h2{
	font-family: 'latobold';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
}

#menu{
	float: left;
	display: block;
	position: absolute;
	margin: 0;
	width: 98%;
	max-width: 300px;
	padding: 1%;
	background: #000;
	right: 15px;
	top: 30px;
	z-index: 99999;
}
#menu div.m a{
	float: left;
	width: 100%;
	font-family: 'latolight';
	color: #FFF;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
	padding: 10px 5px;
	background: #000;

}
#menu div.m a:hover{
	float: left;
	width: 100%;
	font-family: 'latolight';
	color: #F00;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
	padding: 10px 5px;
	background: #000;

}


.td1{
	width: 125px;
}
.td2{
	width: 200px;
}
.td3{
	width: 100px;
}
.td4{
	width: 150px;
}
input.campo{
	width: 300px;
	border: 1px solid #000;
	padding: 5px;
}
input.campo2{
	width: 250px;
	border: 1px solid #000;
	padding: 5px;
}
td.campos{
	font-family: 'latolight';
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
td.campos span{
	font-size: 14px;
	font-weight: lighter;
	line-height: 120%;
	color: #F00;
	font-weight: bold;
}

.custom-select{
	border: 1px solid #000;
	border-radius: 0;
}
.nuevoMensaje, .versionMensaje{
	float: left;
	width: 100%;
	text-align: center;
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
}

.login-campo{
	width: 100%;
	background: #FFF;
	border: 2px solid #000;
	padding: 5px;
}
.login-campo2{
	width: 100%;
	background: #FEFB0A;
	border: 2px solid #FEFB0A;
	padding: 5px;
	color: #000;
}
.login-boton{
	background: #000;
	color: #FFF;
	border: 2px solid #000;
	padding: 5px 10px;
	cursor: pointer;
}
.login-boton:hover{
	background: #CCC;
	border: 2px solid #000;
	padding: 5px 10px;
	color: #000;
}

.container-h{
	min-height: 90vh;
}

.version-espe{
	width: 100%;
}

div.n1{
	float: left;
	width: 250px;
}
div.n2{
	font-family: 'latolight';
	font-size: 16px;

}
div.n3{
	float: left;
	font-family: 'latolight';
	font-size: 16px;
	color: #FFF;
	position: absolute;
	right: 0;
}
div.n3 a{
	color: #FFF;
	text-decoration: none;
	font-family: 'latolight';
}
div.n3 a:hover{
	color: #F00;
	text-decoration: none;
	font-family: 'latolight';
}
.texto-verfoto a{
	color: #F00;
	font-family: 'latolight';
	font-size: 14px;
	text-decoration: none;
}
.texto-verfoto a:hover{
	text-decoration: underline;
}

.cajaManual{
	margin: auto;
	width: 100%;
	max-width: 500px;
	text-align: center;
	font-size: 14px;
}
.cajaManual a{
	font-weight: bold;
}

.header{
	min-height: 90px;
}
.head01{
	float: left;
	width: 167px;
	height: 75px;
	position: absolute;
	display: inline-block;
	left: 0%;
}
.head02{
	float: left;
	display: inline-block;
  width:197px;
  height: 75px;
  position: absolute;
  left: 50%;
  margin-left: -98px !important;
}
.head03{
	float: left;
	display: inline-block;
  width:197px;
  height: 75px;
  position: absolute;
  right: 0;
  color: #FFF;
}
.head03 a{
	color: #FFF;
	text-decoration: none;
}
.head03 a:hover{
	color: #F00;
	text-decoration: none;
}
.header-01{
	float: left;
	width: 100%;
	max-width: 197px;
	display: block;
}
.header-02{
	margin: auto;
	width: 100%;
	max-width: 197px;
	display: block;
}
.header-03{
	float: left;
	width: 100%;
	display: block;
	color: #FFF;
}
.header-03 h3, .header-03 h3 a{
	color: #FFF;
	font-size: 16px;
}
.header-03 h2, .header-03 h2 a{
	color: #FFF;
	font-size: 14px;
}

.header-03 h2 a:hover, .header-03 h3 a:hover{
	color: #F00;
}
.h3-01, .h3-02, .h3-03{
	width: auto;
}

.logo-autoshow{
	margin: auto;
	width: 250px;
	display: block;
	text-align: center;
}
/*.logo-autoshow{
	margin: auto;
	width: 175px;
	display: block;
}*/
#login-home{
	margin: auto;
	width: 50px;
	text-align: center;
	/*background: #CCC;*/
	display: inline-block;
	overflow: hidden;
}
#login-home-box{
	font-family: 'latobold';
	color: #FEFB0A;
}
#modlgn-username{

}
.home-boton a{
	margin: auto;
	width: 250px;
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #FEFB0A;
	display: block;
	font-family: 'latobold';
	font-size: 14px;
}
.home-boton a:hover{
	color: #000;
	background: #FFF;
}
.modal.fade {
  z-index: 10000000 !important;
}
.modal-dialog#modalBases,
.modal-content {
  height: 80%;
}
.modal-body {
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}
.home-boton-menor a{
	margin: auto;
	width: 100%;
	max-width: 415px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	background: #000;
	display: block;
	font-family: 'latobold';
	font-size: 14px;
}
.home-boton-menor a:hover{
	color: #000;
	background: #FFF;
}

#login-home #form-login-username, #login-home #form-login-password, #login-form #form-login-submit{
	display: none;
}

.boton-cuenta a{
	margin: auto;
	width: 175px;
	padding: 5px;
	text-align: center;
	background: #FEFB0A;
	color: #000;
	display: block;
	font-weight: bold;
}
.boton-cuenta a:hover{
	background: #FFF;
	color: #000;
}
.caja-home-text{
	margin: auto;
	width: 94%;
	padding: 3%;
	max-width: 600px;
	text-align: center;
	color: #FFF;
	font-family: 'latobold';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
}
.caja-logos h2{
	font-family: 'latolight';
	color: #4D4D4D;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.box-login-registro #firstname,
.box-login-registro #lastname,
.box-login-registro #username,
.box-login-registro #email,
.box-login-registro #password,
.box-login-registro #password__verify,
.box-login-registro #cb_telefono,
.box-login-registro #cb_dpi,
#modlgn-username,
#modlgn-passwd,
.reg4Campo{
	background: #FFF900;
	border-radius: 0;
	border: 0;
}
.reg4Campo{
	padding: 5px 5px;
	color: #000;
	font-family: 'latolight';
}
#cbfv_83, #cbfv_84{
	color: #000;
	content: '';
}
.cbRegistrationButtons{
	margin-top: 20px;
}

footer {
	margin: auto auto 0 auto;
	background: #000;
	color: #FFF;
	text-align: center;
}

footer h6 a{
	font-family: 'latolight';
	color: #FFF;
	font-size: 14px;
}
footer h6 a:hover{
	font-family: 'latolight';
	color: #FEFB0A;
	font-size: 14px;
}
.footer-social{
	font-family: 'latomedium';
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.footer-social h3{
	font-family: 'latobold';
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.footer-social a{
	color: #FFF;
	text-decoration: none;
}
.footer-social a:hover{
	color: #F00;
	text-decoration: none;
}

.cbRegistrationHeader{
	display: none;
}
.cbRegistrationSubmit, .login-boton{
	font-family: 'latobold' !important;
	background: #FEFB0A !important;
	color: #000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-transform: uppercase;
}
.cbRegistrationSubmit:hover, .login-boton:hover{
	background: #FFF !important;
}

.reg2{
	font-family: 'latobold';
	color: #FFF;
	font-size: 16px;
}
.reg2 h2{
	font-family: 'latothin';
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: 1px;
}
.reg2-campo a{
	width: 100%;
	padding: 5px;
	text-align: center;
	font-family: 'latothin';
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	display: block;
}
.reg2-campo a:hover, .reg2-campo-activo a{
	width: 100%;
	padding: 5px;
	text-align: center;
	background: #FEFB0A;
	border: 1px solid #FEFB0A;
	color: #000;
	font-family: 'latobold';
	border-radius: 5px;
	display: block;
}
.reg2-campo-activo a:hover{
	color: #000;
}
.regMensaje, .cm-mensaje, .cf-mensaje, .coti-mensaje{
	width: 100%;
	text-align: center;
	color: #F00;
	font-family: 'latothin';
	font-size: 16px;
}
.regBoton a{
	margin: auto;
	width: 125px;
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #FEFB0A;
	display: block;
}
.regBoton a:hover{
	color: #000;
	background: #FFF;
}

.cajaReg3{
	width: 100%;
	max-width: 450px;
	text-align: center;
	color: #F8EC23;
	font-family: 'latothin';
	font-size: 16px;
	background: #000;
}
.cajaReg3 a{
	color: #F8EC23;
	text-decoration: none;
}
.cajaReg3 a:hover{
	color: #F00;
	text-decoration: none;
}
.cajaReg3 h2{ 
	font-family: 'latomedium';
	font-size: 26px;
	color: #F8EC23;
	margin: 0;
	padding: 0;
}
.cajaReg3 h3{ 
	font-family: 'latothin';
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.cajaReg3 h4{ 
	font-family: 'latothin';
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.cajaReg4{
	width: 100%;
	max-width: 450px;
	text-align: center;
	color: #F8EC23;
	font-family: 'latothin';
	font-size: 16px;
	background: #000;
}
.cajaReg4 a{
	color: #F8EC23;
	text-decoration: none;
}
.cajaReg4 a:hover{
	color: #F00;
	text-decoration: none;
}
.cajaReg4 h2{ 
	font-family: 'latomedium';
	font-size: 18px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.cajaReg4 h3{ 
	font-family: 'latothin';
	font-size: 16px;
	color: #F8EC23;
	margin: 0;
	padding: 0;
}
.cajaReg4-form-ya{
	font-family: 'latothin';
	font-size: 16px;
	color: #FFF;
}
.reg4Campo{
	max-width: 325px;
	width: 100%;
}
.reg4-boton a{
	margin: auto;
	width: 200px;
	padding: 5px 0;
	background: #F8EC23;
	color: #000;
	text-align: center;
	display: block; 
	font-family: 'latobold';
}
.reg4-boton a:hover{
	background: #FFF;
	color: #000;
}


.reg3-boton a{
	margin: auto;
	width: 165px;
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #FEFB0A;
	display: block;
	font-family: 'latobold';
	font-size: 16px;
}
.reg3-boton a:hover{
	color: #000;
	background: #FFF;
}
.cbConnectButtonIconOnly{
	background: #FFF !important;
	color: #000 !important;
	border: 1px solid #FFF !important;
}
.cbConnectButtonIconOnly:hover{
	background: #FEFB0A !important;
	color: #000 !important;
	border: 1px solid #FEFB0A !important;
}
/** autoshow **/
.auto-head01{
	font-family: 'latolight';
	color: #FFF;
	font-size: 16px;
}
.auto-head02{
	font-family: 'latomedium';
	color: #000;
	font-size: 14px;
}
.auto-head02 h3{
	font-family: 'latomedium';
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
.auto-head03{
	font-family: 'latomedium';
	color: #000;
	text-align: center;
	font-size: 16px;
}
.auto-head03 h3{
	font-family: 'latobold';
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.auto-head03 span{
	font-family: 'latolight';
	font-size: 26px;
	vertical-align: bottom;
}
.auto-barra{
	background: #333;
	color: #FFF;
}
.auto-barra h2{
	font-family: 'latobold';
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: normal;

}

.auto-izq-01{
	width: 100%;
	font-family: 'latomedium';
	color: #000;
	text-align: center;
	font-size: 16px;
}
.auto-izq-01 h2{
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.auto-der-01{
	width: 100%;
	font-family: 'latolight';
	color: #000;
	text-align: left;
	font-size: 16px;
	/*border-left: 1px solid #CCC;*/
}
.auto-der-01 h2{
	font-size: 17px;
	font-family: 'latolight';
	margin: 0;
	padding: 0;
}

.auto-izq-conte{
	background: #F2F2F2;
	text-align: left;
	color: #000;
	font-family: 'latomedium';
	font-size: 16px;
}
.auto-izq-conte h3{
	background: #FCEE21;
	text-align: center;
	color: #000;
	font-family: 'latomedium';
	font-size: 18px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.auto-izq-conte h4{
	text-align: left;
	color: #000;
	font-family: 'latolight';
	font-size: 14px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.auto-izq-conte h4 b{
	font-family: 'latobold';
}

.auto-comparte a{
	margin: auto;
	width: 100%;
	max-width: 215px;
	padding: 5px 0;
	border: 1px solid #000;
	text-align: center;
	display: inline-block;
}
.auto-comparte a:hover{
	background: #000;
	color: #FFF;
}

.auto-info{
	text-align: left;
	color: #000;
	font-family: 'latolight';
	font-size: 16px;
}
.auto-info h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'latolight';
	text-transform: uppercase;
}
.auto-info h4{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'latolight';
	text-transform: uppercase;
}
.auto-info-02{
	font-size: 16px;
	font-weight: normal;
	font-family: 'latolight';
	font-size: 14px;
}
.auto-data{
	text-align: left;
	color: #000;
	font-family: 'latolight';
	font-size: 14px;
}
.auto-data h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'latolight';
}
.auto-data h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'latolight';
}
.auto-data-regresar{
	font-size: 14px;
	font-weight: normal;
	font-family: 'latolight';	
}
.auto-data-regresar a{
	color: #000;
	text-decoration: none;
}
.auto-data-regresar a:hover{
	color: #F00;
	text-decoration: none;
}
.auto-data-ver{
	font-family: 'latobold';
	color: #4D4D4D;
	width: 100%;
	min-width: 150px;
	max-width: 150px;
	border-bottom: 1px solid #4D4D4D;
}
.auto-data-modelo{
	font-size: 14px;
	font-weight: normal;
	font-family: 'latomedium';
	color: #000;
}
.auto-data-modelo h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'latobold';
	color: #000;
}
.auto-data-modelo h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'latomedium';
	color: #000;
}
.auto-data-logo{
	max-width: 300px;
}
.auto-data-boton a{
	display: block;
	width: 100%;
	max-width: 175px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	padding: 5px 0;
	font-size: 14px;
	font-family: 'latolight';	
	background: #FFF;
}
.auto-data-boton a:hover{
	color: #FFF;
	background: #000;
}
.auto-data-boton-off a{
	display: block;
	width: 100%;
	max-width: 175px;
	color: #CCC;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 5px 0;
	font-size: 14px;
	font-family: 'latolight';	
	background: #FFF;
}
.auto-data-boton-off a:hover{
	color: #CCC;
	background: #FFF;
}

.auto-data-coti{
	font-family: 'latobold';
	color: #4D4D4D;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4D4D4D;
	font-size: 22px;
	max-width: 375px;
}

.cbRegistration .cbFieldsContentsTab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.cbRegistration .cbFieldsContentsTab > .row {
	-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	max-width: 48%;
	margin-left: 10px;
}

.invita-box{

}

.cotiza-form{
	font-family: 'latolight';	
	color: #000;
	font-size: 16px;
	font-style: italic;
}

.cotiza-campo{
	padding: 10px;
	border: 1px solid #000;
	width: 90%;
}
.cotiza-boton a{
	margin: auto;
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: block;
	background: #FFF;
	border: 1px solid #000;
	padding: 10px 0;
}
.cotiza-boton a:hover, .cotiza-boton-activo a{
	margin: auto;
	width: 100%;
	max-width: 200px;
	text-align: center;
	display: block;
	background: #000;
	border: 1px solid #000;
	color: #999;
}

.cotiza-boton-enviar a{
	margin: auto;
	width: 100%;
	max-width: 225px;
	text-align: center;
	display: block;
	background: #FCEE21;
	padding: 10px 0;
	font-family: 'latobold';
	font-size: 16PX;
}
.cotiza-boton-enviar a:hover{
	background: #000;
	color: #FFF;
}



.fav-ico{
	color: #FF7BAC;
}
.fav-ico a{
	color: #CCC;
}
.fav-ico a:hover{
	color: #666;
}
.fav-data{
	font-family: 'latolight';	
	color: #000;
	font-size: 10px;
}

.version-carro{
	cursor: pointer;
}

/** marcas **/
.marcas-box{
	margin: auto;
	width: 100%;
	max-width: 1300px;
	display: inline-block;
}
.marcas-logo{
	width: 100%;
	min-width: 125px;
	max-width: 200px;
	background: #FFF;
	box-shadow: 5px 5px 5px #CCC;
	display: inline-block;
	border-radius: 15px;
}
.marcas-logo a{
	display: inline-block;
	border-radius: 15px;
}
.marcas-logo a:hover{
	background: #EEE;
	border-radius: 15px;
}

.mapa-box{
	margin: auto;
	width: 100%;
	max-width: 1400px;
}

.modal-dialog#modalChat,
.modal-dialog#modalChat div.modal-content {
	padding: 0 !important;
  width: 350px !important;
}

.comprate-box{
	font-family: 'latolight';	
	color: #000;
}
.comprate-box h2{
	font-family: 'latobold';	
	color: #000;
	font-size: 14px;
}
input.comparteCampo{
	width: 100%;
	border: 1px solid #000;
	color: #000;
}
.comparte-boton a, .comparte-fav-boton a{
	margin: auto;
	width: 125px;
	padding: 5px 0;
	text-align: center;
	background: #000;
	color: #FFF;
	display: block;
	font-family: 'latobold';	
}
.comparte-boton a:hover, .comparte-fav-boton a:hover{
	background: #FCEE21;
	color: #000;
}
.cm-mensaje, .cf-mensaje, .coti-mensaje{
	font-family: 'latobold';
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media (max-width: 768px) {

	.cbRegistration .cbFieldsContentsTab > .row {
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.header-01, .h3-01, .h3-02{
		display: none;
	}


}
@media (max-width: 480px) {
	.header{
		min-height: 70px;
	}
	.head01, #cbfr_81, #cbfv_83{
		display: none;
	}
	.head02{
	  width:131px;
	  height: 50px;
	  position: relative;
	  left: 0;
	  margin-left: 0 !important;
	}
	.header-02{
		float: left;
		max-width: 100px;
	}

	.auto-der-01 > h2{
		display: none;
	}

	.oculta{
		/*display: none;*/
	}



}

