.t0 {
	transition-duration: 0.2s;
}
.t {
	transition-duration: 0.5s;
}
.t1 {
	transition-duration: 1s;
}
.t2 {
	transition-duration: 3s;
}
.hover {
	opacity: 0.8;
}
.hover:hover {
	opacity: 1;
}
.indent-10 {
	text-indent: 10px;
}
.ul, .li {
    list-style: outside none none;
}
.alinea-centro {
	text-align: center;
}
.alinea-izquierda {
	text-align: left;
}
.alinea-derecha {
	text-align: right;
}
.alinea-vertical {
 vertical-align: top;
}
.alinea-vertical-centro {
	vertical-align: middle;
}
.box-shadow-bottom {
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -ms-box-shadow: 0 0 20px #000;
    -o-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}
.box-shadow-bottom2{
    box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    -ms-box-shadow: 0 0 2px #999;
    -o-box-shadow: 0 0 2px #999;
    -webkit-box-shadow: 0 0 2px #999;
}
.cont-box-shadow {
	box-shadow: 0 0 0 1px #ddd;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    -moz-box-shadow: 0 0 0 1px #ddd;
    -ms-box-shadow: 0 0 0 1px #ddd;
    -o-box-shadow: 0 0 0 1px #ddd;
    position: relative;

}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  // IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+
    -o-text-overflow: ellipsis;  // for Opera 9 & 10
}
.no-overflow {
	overflow: hidden;
}
.ancho-maximo {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.ancho-49 {
	max-width: 49%;
}
.ancho-45 {
	max-width: 45%;
}
.ancho-60 {
	max-width: 60%;
}
.ancho-38 {
	max-width: 38%;
}
.ancho-30 {
	max-width: 30%;
}
.ancho-33 {
    width: 33%;
}
.img-ancho-max-100 {
	max-width: 100%;
}
.img-alto-max-100 {
	max-height: 100%;
}
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.cont100,.floatl100 {
	float: left;
	width: 100%;
}
.floatr100 {
	float: right;
	width: 100%;
}
.negrita {
	font-weight: 500;
}
.medio-negrita {
	font-weight: 400;
}
.fcnaranja {
	color: #EE6B11;
}
.fcrojo {
	color: #e74c3c;
}
.fcblanco {
	color: #fff;
}
.fcazul-oscuro {
	color: #34495E;
}
.fcgris {
    color: #999;
}
.fcgris1 {
	color: #6E6E6E;
}
.fcasfalto {
    color: #34495e;
}
.prelative {
	position: relative;
}
.cnaranja {
	background-color: #EE6B11;
}
.crojo {
	background-color: #e74c3c;
}
.cblanco {
	background-color: #ffffff;
}
.bcblanco {
	border-color: #ffffff;
}
.cazul {
	background-color: #3498db;
}
.cgris {
	background-color: #dfdfdf;
}
.bcgris {
	border-color: #dfdfdf;
}
.cgris0 {
	background-color: #ededed;
}
.cgris1 {
	background-color: #6E6E6E;
}
.cverde {
	background-color: #2ecc71;
}
.cverde2 {
	background-color: #27ae60;
}
.cazul-marino {
	background-color: #6C7A89;
}
.cazul-oscuro {
	background-color: #34495E;
}
.bcgris-oscuro {
	border-color: #666666;
}
.cazul-facebook {
	background-color:#3b5998;
}
.cazul-twitter {
	background-color:#55ACEE;
}
.crojo-youtube {
	background-color: #cd201f;
}
.bcgris0 {
	border-color: #ededed;
}
.display-tabla {
	display: table;
    table-layout: fixed;
}
.display-celda {
	display: table-cell;
}
.iblock {
	display: inline-block;
}
.block {
	display: block;
}
.sin-borde {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.borde-i-1 {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.gris {
	color: #DADFE1;
}
.bg-gris
{
    background-color: #F5F2EE;
}
.bg-gris-oscuro
{
    background-color: #dddddd;
}
.bg-azul
{
	background-color: #34495E;
}
.bg-naranja,.cnaranja,.bg-naranja-img {
	background-color: #E67817;
	background-image: url("../imagenes/bg-pattern.png");
}
.fcnaranja {
	color: #EE6B11;
}
.bcnaranja {
	border-color: #EE6B11;
}
.naranja {
	color: #EE6B11;
}
.gris2 {
	color: #ABB7B7;
}
.rojo {
	color: #EF4836;
}
.azul2 {
	color: #2574A9;
}
.padding-s-20 {
	padding-top: 20px;
}
.padding-i-20 {
	padding-bottom: 20px;
}
.padding-s-10 {
	padding-top: 10px;
}
.padding-i-10 {
	padding-bottom: 10px;
}
.padding-s-5 {
	padding-top: 5px;
}
.padding-i-5 {
	padding-bottom: 5px;
}
.bg-cover {
    background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}

.icono-100 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 2px 2px 0;
    background-color: #fff;
}
#iconos-categorias ul li {
    min-width: 120px;
    width: 13%;
}
.icono-categoria {
    border: 20px solid #E67817;
    height: 80px;
    line-height: 80px;
    margin: 20px 0;
    position: relative;
    width: 80px;
}
.icono-categoria:hover {
    border-color: #ededed;
}
.icono-categoria:hover img {
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
}
.icono-categoria:hover img {
    transform: rotate(-25deg);
}
.icono-categoria img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.financiacion-r-24:before {
    content: "\f09d";
}
.taller-r-24:before {
    content: "\f0ad";
}
.garantia-r-24:before {
    content: "\f00c";
}
.seguros-r-24:before {
    content: "\f132";
}
.mini-icono:hover {
    background-color: #27AE60;
}
.radius100 {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.radius5px {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.radius25px {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.margen-r-4 {
	margin-right: 4px;
}
.margen-r-10 {
	margin-right: 10px;
}
.margen-20 {
	margin: 20px;
}
.margen-40 {
	margin: 40px;
}
.margen-5 {
	margin: 5px;
}
.margen-s-5 {
	margin-top: 5px;
}
.margen-s-60 {
	margin-top: 60px;
}
.margen-s-20 {
	margin-top: 20px;
}
.margen-s-25 {
	margin-top: 25px;
}
.margen-s-10 {
	margin-top: 10px;
}
.margen-i-5 {
	margin-bottom: 5px;
}
.margen-i-20 {
	margin-bottom: 20px;
}
.margen-i-60 {
	margin-bottom: 60px;
}
.margen-l-p2 {
	margin-left: 2%;
}
.clear {
	clear: both;
}
.fuente42 {
	font-size: 42px;
}
.fuente32 {
	font-size: 32px;
}
.fuente28 {
	font-size: 28px;
}
.fuente24 {
	font-size: 24px;
}
.fuente22 {
	font-size: 22px;
}
.fuente20 {
	font-size: 20px;
}
.fuente18 {
	font-size: 18px;
}
.fuente11 {
	font-size: 11px;
}
.fuente12 {
	font-size: 12px;
}


.boton-flat {
    box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
    -o-box-shadow: 0px -3px 0 rgba(0,0,0,0.2) inset;
}
.bg-pattern {
    background-image: url("../imagenes/bg-pattern.png");
    background-repeat: repeat;
    background-position: 0 0;
}
.bg-transparencia-negra {
    background-image: url("../imagenes/bg-transparencia-negra.png");
    background-repeat: repeat;
    background-position: 0 0;
}



.separador_cont {
    float: left;
    width: 100%;
    text-align: center;
}

.separador_cont::after, .separador_cont::before {
background-color: #E67817;
display: inline-block;
vertical-align: middle;
content: "";
width: 70px;
height: 1px;
margin-top: -6px;
}

.separador_1_circulo {
display: inline-block;
width: 8px;
height: 8px;
border: 3px solid #E67817;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

.separador_2_circulo {
float: left;
width: 4px;
height: 4px;
background-color: #E67817;
border: 2px solid #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.oculto {
	display: none;
}
.cargando {
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 999;
    background: #fff;
    padding: 40px;
	border: 1px solid #ccc;
}
.cargando span{
	height: 100%;
}
.labelinput {
	position: relative;
}
.labelinput .icono-checkbox {
    display: inline-block;
}
.labelinput .icono-checkbox-activo {
    display: none;
}
/* Estado marcado */
.labelinput .checkbox:checked + label .icono-checkbox {
    display: none;
}
.labelinput .checkbox:checked + label .icono-checkbox-activo {
    display: inline-block;
}
.labelinput .placeholder-label {
	display:none;
	font-size: 11px;
	padding: 1px 5px;
	position: absolute;
	top: -18px;
	left: 16px;
	border-radius: 10px;
	color: #999;
}
.labelinput .icono {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index:1;
	width: 14px;
	height: 14px;
	padding: 15px 12px;
	border-radius: 20px 0 0 20px;
	box-shadow: 2px 0 5px 0px #c2c2c2;
}
.labelinput .icono * {
	color: #999;
}
.inputbox, .textarea {
    background: #f5f5f5;
	border-radius: 20px;
	color: #303641;
	box-shadow: 0 0 0 2px #d9d9d9;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.inputbox::placeholder, .textarea::placeholder {
	color:rgb(0 0 0 / 50%) ;
}
.inputbox {
    height: 46px;
    line-height: 23px;
    padding: 10px 10px 10px 46px;
    position: relative;
    width: 100%;
}
.textarea {
    min-height: 80px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.boton-form {
	position:relative;
	padding: 14px 14px 14px 42px;
	border-radius: 20px;
	box-shadow: 0 0 0 2px #d9d9d9;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.boton-form .texto {
	color: #6e6e6e;
}
.boton-form .icono {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 12px;
	height: 12px;
	padding: 8px;
	border-radius: 25px;
	box-shadow: 2px 0 5px 0px inset #c2c2c2;
}
.boton-form .icono * {
	color: #999999;
}
.boton-form:hover {
	cursor: pointer;
	box-shadow: 0 0 0 2px #3498db;
}
.boton-form:hover .icono * {
	color: #1185e0;
}
.inputbox:focus, .textarea:focus {
    box-shadow: 0 0 0 2px #3498db;
}

a {
    color: #8e44ad;
}