.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;
}
.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-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;
}
.foto-vehiculo-portada {
    margin: 40px;
    max-width: 352px;
}
.foto-vehiculo-portada .enlace-animado {
    height: 100%;
    left: 50%;
    margin: -60px 0 0 -60px;
    max-height: 120px;
    max-width: 120px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 120px;
}
.foto-vehiculo-portada .cont:hover .enlace-animado {
    left: 50%;
    top: 50%;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
}
.foto-vehiculo-portada .enlace-animado:before {
    font-family: "fontawesome";
    font-size: 100px;
    content: "\f055";
}
.foto-vehiculo-todos {
    margin: 20px;
    max-width: 305px;
}
.foto-vehiculo-todos a span.icono-animado {
    height: 128px;
    left: 50%;
    margin: -64px 0 0 -64px;
    position: absolute;
    top: 50%;
    width: 128px;
    font-size: 110px;
    line-height: 124px;
	opacity: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
}
.foto-vehiculo-todos a:hover span.icono-animado {
	opacity: 1;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.foto-vehiculo-todos a span.icono-animado:before {
    font-family: fontawesome;
    content: "\f055";
}
.foto-vehiculo-todos.nuevo a.eimagen:after {
    color: #ffffff;
    content: "\f198";
    font-family: "fontawesome";
    font-size: 22px;
    right: 2px;
    line-height: 32px;
    position: absolute;
    text-transform: uppercase;
    top: 2px;
    width: 32px;
    height: 32px;
    background: url("../imagenes/bg-transparencia-negra.png");
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.foto-vehiculo-todos.video a.eimagen:before,.foto-vehiculo-portada.video .ico-video:before {
    color: #ffffff;
    content: "\f16a";
    font-family: "fontawesome";
    font-size: 22px;
    left: 2px;
    line-height: 32px;
    position: absolute;
    text-transform: uppercase;
    top: 2px;
    width: 32px;
    height: 32px;
    background: url("../imagenes/bg-transparencia-negra.png");
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.tag {
    margin: 5px;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	border-width: 2px;
	border-style: solid;
}
.tag-span {
    padding-right: 28px;
    position: relative;
}
.tag-span span {
    height: 100%;
    line-height: 230%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    text-align: center;
}
.tag-animate {
    background-color: #666;
    color: #fff;
}
.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%;
}
.cont_articulo_completo,.cont_articulo_completo .titulo, .cont_articulo_completo .texto {
    float: left;
    width: 100%;
    height: 100%;
}
.cont_articulo_completo img {
	height: auto;
    max-width: 100%;
    max-height: 100%;
}
.cont_articulo_completo .texto {
	margin: 20px 0;
}
.cont_articulo_completo .titulo {

    background-image: url("../imagenes/banner-bg.png");
    background-position: 0 0;
    background-repeat: repeat;
	background-color: #34495e;
    padding: 80px 0;
    text-align: center;
	-ms-animation: bg-scrolling-reverse 20s infinite; /* Safari 4+ */
	-webkit-animation: bg-scrolling-reverse 20s infinite; /* Safari 4+ */
	-moz-animation:    bg-scrolling-reverse 20s infinite; /* Fx 5+ */
	-o-animation:      bg-scrolling-reverse 20s infinite; /* Opera 12+ */
	animation:         bg-scrolling-reverse 20s infinite; /* IE 10+ */
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function:    linear;
	-o-animation-timing-function:      linear;
	animation-timing-function:         linear;
}
.cont_articulo_completo h1 {
    color: #e74c3c;
    font-weight: 400;
}
.cont_articulo_completo h2 {
    color: #fff;
    font-weight: 400;
}
#migasdepan,#migasdepan ul {
    float: left;
    width: 100%;
}
#migasdepan ul li {
    color: #fff;
    display: inline-block;
    list-style: outside none none;
    padding: 10px 0;
}

#migasdepan ul li .divider {
    padding: 0 10px;
}
#migasdepan ul li * {
    font-size: 11px;
}
#migasdepan ul li span {
    color: #fff;
}
#migasdepan ul li a span {
    color: #EE6B11;
}
.cont_articulo_completo .texto p {
    margin: 2px 0;
    line-height: 20px;
}
.cont_articulo_completo .texto p strong {
    font-weight: 500;
}
.cont_articulo_completo .texto hr {
    background: #ccc;
    border-top: 1px solid #ccc;
    height: 1px;
}
.cont_articulo_completo .texto img {
    box-shadow: 0 0 4px #ccc;
    box-sizing: border-box;
    padding: 10px;
    width: 40%;
}
.cont_articulo_completo .texto ul li {
    display: flex;
    list-style-position: inside;
    list-style-type: none;
    margin: 2px 0;
    min-height: 24px;
    padding: 0 0 0 28px;
    position: relative;
}
.cont_articulo_completo .texto ul li:before {
    content: "\f05d";
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 24px;
	color: #EE6B11;
}
.inputbox, .textarea {
    background: transparent;
    border-width: 0 0 2px 0;
    border-color: #34495e;
    border-style: solid;
    color: #34495e;
}
.inputbox {
    height: 46px;
    line-height: 23px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.textarea {
    min-height: 80px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.inputbox:focus, .textarea:focus {
    border-color: #3498db;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.boton {
    cursor: pointer;
    min-width: 100px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    line-height: 23px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
	background: #000;
	border: 2px solid #000;
}
.boton:hover {
	background: #2ecc71;
	border-color: #2ecc71;
}
.cabecera-quienes-somos, .cabecera-servicios {
    height: 300px;
    float: left;
    width: 100%;
    margin: 10px 0;
    background-size: cover;
    background-position: center center;
}
.cabecera-quienes-somos {
    background-image: url("../imagenes/cabecera-titulo.jpg");
}
.cabecera-servicios {
    background-image: url("../imagenes/cabecera-titulo2.jpg");
}
.vehiculo-siguiente {
    bottom: 50%;
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    z-index: 1;
}
.vehiculo-siguiente:after {
    content: "\f0a9";
    font-family: "fontawesome";
    font-size: 42px;
}
a {
    color: #e74c3c;
}
.diapositiva {
    height: 100%;
    position: relative;
    width: 100%;
    transition-duration: 1s;
    border: 6px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -ms-box-shadow: 0 0 2px #666;
    -o-box-shadow: 0 0 2px #666;
}
.diapositiva img {
    display: none;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
    transition-duration: 1s;
}
.diapositiva img.activo, .diapositiva img.last {
    display: block;
}
.cont_articulo_completo .titulo .icono-titulo {
    float: left;
    width: 100%;
    font-size: 48px;
    margin: 15px 0 10px 0;
    color: #fff;
}
