/**
 * HOJA DE ESTILO PARA YCARGO.COM
 * DESARROLLADA POR ALFREDO RAUL GOMEZ VALERIO
 * WWW.ILAN.MX / WWW.FREDGV.MX
 * MEXICO, MAYO DE 2016
 */

/** Layout General
-------------------------------------------------------------------------------------**/
/* CSS Box-Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Cambios y ajustes generales */
html, body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

/* Pantallas pequeñas y default */
html { font-size: 100%; }

/* Pantallas medianas –640px– */
@media (min-width: 40rem) { html { font-size:112%; } }

/* Pantallas grandes –1024px– */
@media (min-width: 64rem) { html { font-size:120%; } }

#wrapper {}

div.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

div.wrapper-final { margin-bottom: 25px; }

@media (max-width: 1100px) {
	div.wrapper { max-width: auto; margin: 0 1rem; }
}

@media (max-width: 850px) {}
@media (max-width: 750px) {}
@media (max-width: 500px) {}

.abraxas { display: none !important; width: 0 !important; height: 0 !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; }

/** Top Bar
-------------------------------------------------------------------------------------**/
#top-bar {
	height: 30px;
	background: #e4013a;
}

#top-bar div.wrapper { overflow: visible; }

#top-bar div.informacion {
	line-height: 30px;
	float: right;
}

#top-bar div.informacion ul {
	list-style: none;
	overflow: visible;
}

#top-bar div.informacion ul li {
	float: left;
	position: relative;
}

#top-bar div.informacion ul li a {
	color: #faccd8;
	background: #c81340;
	font-size: .6rem;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	transition: all .2s ease;
}

#top-bar div.informacion ul li:nth-of-type(odd) a { background: #d60a3d; }

#top-bar div.informacion a:hover, #top-bar div.informacion ul li:nth-of-type(odd) a:hover, #top-bar div.informacion ul li.top-bar-oficinas-trigger:hover a {
	color: #fff;
	background: #9e1236;
}

#top-bar div.informacion ul li div {
	display: none;
	z-index: 200;
	background: #d60a3d;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 10px;
	width: 300px;
	border-radius: 0 0 10px 10px;
}

#top-bar div.informacion ul li div p {
	color: #fff;
	font-size: .7rem;
	font-weight: 300;
	line-height: 1rem;
}

#top-bar div.informacion ul li div a {
	background: transparent !important;
	color: #fff !important;
	padding: 0 !important;
	font-size: inherit !important;
	text-transform: lowercase;
	display: inline !important;
	line-height: inherit !important;
}

#top-bar div.informacion ul li div p a:hover {
	color: #fff;
	text-decoration: underline;
}

#top-bar div.informacion ul li div p span.strong { font-weight: 400; }

#top-bar div.informacion ul li div p span.numeros {
	font-family: sans-serif;
	font-weight: 300;
}

@media (max-width: 1100px) {}
@media (max-width: 850px) {}
@media (max-width: 750px) {}

@media (max-width: 500px) {
	#top-bar { height: 2.5rem; }
	#top-bar div.informacion { line-height: 2.5rem; }
	#top-bar div.informacion ul li a { font-size: .7rem; padding: 0 .65rem; line-height: 2.5rem; }
	#top-bar div.informacion ul li div p { font-size: .85rem; line-height: 1.25rem; }
	#top-bar div.informacion ul li a span.esconder { display: none; }
}


/** Menú
-------------------------------------------------------------------------------------**/
#menu { background: #fff; }

#menu div.wrapper {
	background: url(../imagenes/theme/menu_bg.gif) right top no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: visible;
}

#menu div.logo {
	background: url(../imagenes/theme/menu_ycargo_logo.png) left center no-repeat;
	height: 100px;
}

#menu div.menu {
	height: 100px;
	text-align: right;
	position: relative;
}

#menu div.menu ul {
	list-style: none;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

#menu div.menu ul li {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

#menu div.menu ul li a {
	color: #fff;
	background: #1960d6;
	font-size: .85rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
	transition: all .2s ease;
}

#menu div.menu ul li a:hover { background: #0f449a; }

#menu div.menu ul li ul.submenu {
	display: none;
	background: #0f449a;
	position: absolute;
	transform: none;
	top: 100%;
	right: 0;
	width: 250px;
	border-radius: 3px 0 3px 3px;
	overflow: hidden;
}

#menu div.menu ul li ul.submenu li {
	display: block;
	margin-left: 0;
}

#menu div.menu ul li ul.submenu li a {
	background: #0f449a;
	border-bottom: 1px solid #145bcc;
	font-size: .75rem;
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	display: inline-block;
	border-radius: 0;
	padding: 10px 10px;
}

#menu div.menu ul li ul.submenu li a:hover { background: #1659c7; }

#menu div.menu-movil-trigger {
	display: none;
	background: url(../imagenes/theme/menumovil_trigger.gif) center center no-repeat;
	background-size: contain;
	border-radius: 5px;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
}

@media (max-width: 1100px) {}

@media (max-width: 850px) {
	#menu div.menu ul li a { font-size: .8rem; letter-spacing: 0; }	
	#menu div.menu ul li ul.submenu li a { font-size: .8rem; padding: 8px 8px; }
}

@media (max-width: 750px) {
	#menu div.wrapper { padding-top: 1rem; padding-bottom: 0; }
	#menu div.menu ul { display: none; }
	#menu div.menu div.menu-movil-trigger { display: block; }
}

@media (max-width: 400px) {
	#menu div.logo { height: 60px; background-size: contain; }
	#menu div.menu { height: 60px; }
}


/** Splash
-------------------------------------------------------------------------------------**/
#splash {
	background: #fff url(../imagenes/theme/splash_wrapperbg.gif) center bottom repeat-x;
	padding: 20px 0 30px 0;
}

#splash div.wrapper {
	background: #fafafa;
	height: 500px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
}

#splash div.pod {
	height: 500px;
	padding: 0 50px;
}

#splash div.pod-uno { background: url(../imagenes/theme/splash_bg1.jpg) right center no-repeat; }
#splash div.pod-dos { background: url(../imagenes/theme/splash_bg2.jpg) right center no-repeat; }
#splash div.pod-tres { background: url(../imagenes/theme/splash_bg3.jpg) right center no-repeat; }
#splash div.pod-cuatro { background: url(../imagenes/theme/splash_bg4.jpg) right center no-repeat; }

#splash div.pod div.contenidos {
	position: relative;
	top: 50%;
	transform: translateY(-60%);
}

#splash div.pod h2 {
	color: #3067bf;
	font-size: 1.35rem;
	line-height: 1.35rem;
	font-weight: 500;
}

#splash div.pod h2 span {
	color: #c81340;
	margin-right: 3px;
}

#splash div.pod p {
	color: #444;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	margin-top: .5rem;
	max-width: 50%;
}

#splash div.pod a {
	color: #d60a3d;
	text-decoration: none;
}

.unslider-nav { position: relative; bottom: 70px; margin-left: 50px; }
.unslider-nav ol { list-style: none; text-align: left; }
.unslider-nav ol li { display: inline-block;width: 10px; height: 10px; margin: 0 4px; background: transparent; border-radius: 5px; overflow: hidden; text-indent: -999em; border: 2px solid #fff; cursor: pointer; }
.unslider-nav ol li.unslider-active { background: #fff; cursor: default; }

@media (max-width: 1100px) {}

@media (max-width: 850px) {
	#splash div.wrapper { height: 375px; }
	#splash div.pod { height: 375px; padding: 0 25px; }
	#splash div.pod-uno, #splash div.pod-dos, #splash div.pod-cuatro { background-position: 75% center; }
	#splash div.pod-tres { background-position: 100% center; }
	.unslider-nav { bottom: 50px; margin-left: 25px; }
}

@media (max-width: 750px) {
	#splash div.wrapper { height: 350px; }
	#splash div.pod { height: 350px; }
	#splash div.pod-tres { background-position: 90% center; }
}

@media (max-width: 500px) {
	#splash div.wrapper { height: 300px; }
	#splash div.pod { height: 300px; padding: 0 25px; }
	#splash div.pod-uno, #splash div.pod-dos, #splash div.pod-cuatro { background-position: 60% center; }
	#splash div.pod-tres { background-position: 92% center; }
	.unslider-nav { bottom: 50px; margin-left: 25px; }
	#splash div.pod h2 { font-size: 1.25rem; line-height: 1.25rem; }
	#splash div.pod p { font-size: .9rem; line-height: 1.25rem; max-width: 70%; text-shadow: 0 0 5px #fff; }
}


/** Extras de inicio
-------------------------------------------------------------------------------------**/
#extras {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}

#extras div.extra-seguros { background: url(../imagenes/theme/extras_segurosbg.jpg) center center no-repeat; background-size: cover; }
#extras div.extra-aduanas { background: url(../imagenes/theme/extras_aduanasbg.jpg) center center no-repeat; background-size: cover; }
#extras div.extra-cotizaciones { background: url(../imagenes/theme/extras_cotizacionesbg.jpg) center center no-repeat; background-size: cover; }
#extras div.extra-seguros div.titulo h3 { background: url(../imagenes/theme/extras_icono_seguros.png) 5px center no-repeat; background-size: contain; }
#extras div.extra-aduanas div.titulo h3 { background: url(../imagenes/theme/extras_icono_aduanas.png) 5px center no-repeat; background-size: contain; }
#extras div.extra-cotizaciones div.titulo h3 { background: url(../imagenes/theme/extras_icono_cotizaciones.png) 5px center no-repeat; background-size: contain; }

#extras div.extra {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 354px;
	height: 180px;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	position: relative;
	transition: all .2s ease;
}

#extras div.extra:last-child { margin-right: 0; }

#extras div.extra div.titulo {
	background: rgba(25,96,214,.85);
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: all .2s linear;
	padding: 5px 0;
	z-index: 2;
}

#extras div.extra div.titulo h3 {
	color: #fff;
	font-size: .9rem;
	font-weight: 300;
	padding: 5px 35px;
}

#extras div.extra div.contenidos {
	background: rgba(255,255,255,.8) url(../imagenes/theme/extras_contenidosbg.png) bottom right no-repeat;
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	transition: all .2s linear;
	z-index: 1;
	padding: 55px 20px 0 20px;
}

#extras div.extra div.contenidos p {
	color: #444;
	font-weight: 400;
	font-size: .75rem;
	line-height: 1.25rem;
}

#extras div.extra div.contenidos ul { list-style: none; }

#extras div.extra div.contenidos ul li {
	color: #666;
	font-weight: 400;
	font-size: .7rem;
	line-height: 1.35rem;
}

#extras div.extra div.contenidos ul li span.strong { color: #444; }

#extras div.extra div.contenidos ul li span.numeros {
	font-family: sans-serif;
	font-weight: 300;
}

#extras div.extra div.contenidos ul li span.direccion { letter-spacing: -.5px; }

#extras div.extra div.contenidos a {
	color: #d60a3d;
	font-weight: 500;
	transition: all .2s ease;
	text-decoration: none;
}

#extras div.extra div.contenidos a:hover { color: #1960d6; }

#extras div.extra:hover div.titulo { bottom: 141px; background: rgba(25,96,214,1); }
#extras div.extra:hover div.contenidos { bottom: 0; }

@media (max-width: 1100px) {
	#extras div.extra { width: 32.333%; margin-right: 1.5%; }
}

@media (max-width: 850px) {
	#extras div.extra div.contenidos { padding: 45px 10px 0 10px; }
}

@media (max-width: 750px) {
	#extras div.extra div.titulo { padding: 2px 0; }
	#extras div.extra div.titulo h3 { font-size: .8rem; padding: 5px 30px; }
	#extras div.extra:hover div.titulo { bottom: 150px; }
	#extras div.extra div.contenidos { padding: 35px 10px 0 10px; }
}

@media (max-width: 500px) {
	#extras div.extra { width: 100%; margin-right: 0; margin-bottom: 1rem; }
	#extras div.extra:last-child { margin-bottom: 0; }
	#extras div.extra div.titulo { padding: 5px 0; }
	#extras div.extra div.titulo h3 { font-size: 1rem; padding: 5px 35px; }
	#extras div.extra:hover div.titulo { bottom: 142px; }
	#extras div.extra div.contenidos { padding: 45px 10px 0 10px; }
	#extras div.extra div.contenidos p { font-size: .9rem; }
}

/** Footer
-------------------------------------------------------------------------------------**/
#footer {
	background: #fff;
	padding-bottom: 20px;
}

#footer div.wrapper {
	background: #fff url(../imagenes/theme/footer_ycargo_logo.png) right bottom no-repeat;
	background-size: contain;
	height: 50px;
}

#footer div.contenidos {
	font-family: sans-serif;
	font-size: .65rem;
	color: #777;
	line-height: 50px;
}

#footer div.contenidos a { color: #777; text-decoration: underline; }
#footer div.contenidos a:hover { color: #777; text-decoration: none; }

@media (max-width: 1100px) {}
@media (max-width: 850px) {}
@media (max-width: 750px) {}
@media (max-width: 500px) {}

/** Sección
-------------------------------------------------------------------------------------**/
#seccion { margin-top: 20px; }

#seccion div.bg-gris {
	background: url(../imagenes/theme/splash_wrapperbg.gif) center bottom repeat-x;
	border-bottom: 1px solid #e5e5e5;
}

#seccion div.header {
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 300px;
}

#seccion div.header div.sombra-bottom {
	box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.3);
	height: 100%;
}

#seccion div.header div.wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#seccion div.header h1 {
	color: #3067bf;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin: 0 0 .25rem 0;
	padding: 0;
}

#seccion div.header p {
	color: #444;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
	max-width: 66%;
	text-align: left;
}

#seccion div.principal {
	width: 66%;
	float: left;
	padding-right: 1rem;
	margin-top: 35px;
	padding-bottom: .35rem;
}

#seccion div.incoterms { overflow: hidden; }

#seccion div.incoterms div.pod {
	width: 50%;
	float: left;
	padding: 0 1.5rem 0 0;
}

#seccion div.incoterms div.pod:last-child { padding: 0 0 0 1.5rem; }

#seccion div.incoterms h1 {
	color: #3067bf;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin: 0 0 2rem 0;
	padding: 0;
}

#seccion div.principal h3, #seccion div.incoterms h5 {
	color: #fff;
	background: #3067bf;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1rem;
	margin-bottom: .5rem;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
}

#seccion div.incoterms p {
	color: #444;
	font-size: .8rem;
	line-height: 1.25rem;
	margin-bottom: 2rem;
	text-align: justify;
}

#seccion div.principal p {
	color: #444;
	font-size: .85rem;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
	text-align: justify;
}

#seccion span.ycargo {
	color: #3067bf;
	font-weight: 500;
	display: inline-block;
}

#seccion span.ycargo::first-letter {
	color: #c81340;
	margin-right: 2px;
}

#seccion div.sidebar {
	width: 34%;
	float: left;
	margin-top: 35px;
}

@media (max-width: 1100px) {}
@media (max-width: 850px) {}

@media (max-width: 750px) {
	#seccion div.principal p { font-size: .75rem; line-height: 1.5rem; }
	#seccion div.incoterms div.pod { padding: 0 1rem 0 0; }
	#seccion div.incoterms div.pod:last-child { padding: 0 0 0 1rem; }
}

@media (max-width: 500px) {
	#seccion div.header { height: 200px; }
	#seccion div.header p { max-width: 100%; text-shadow: 0 0 5px #fff; }
	#seccion div.principal p { font-size: 1rem; line-height: 1.75rem; }
	#seccion div.incoterms div.pod { width: 100%; padding: 0; }
	#seccion div.incoterms div.pod:last-child { padding: 0; }
	#seccion div.principal { width: 100%; }
	#seccion div.sidebar { width: 100%; margin-bottom: 2rem; }
}


/** Acerca de Nosotros
-------------------------------------------------------------------------------------**/
#seccion div.header-nosotros {
	background: url(../imagenes/theme/seccion_acerca_header.jpg) top center no-repeat;
	background-size: cover;
}

#seccion div.sidebar div.valores {
	background: url(../imagenes/theme/seccion_acerca_valores.png) center center no-repeat;
	background-size: contain;
}


#seccion div.sidebar div.valores-en {
	background: url(../imagenes/theme/seccion_acerca_valores_en.png) center center no-repeat;
	background-size: contain;
}

#seccion div.mision-vision {
	margin: 50px 0;
	overflow: hidden;
}

#seccion div.mision-vision div.pod {
	width: 50%;
	float: left;
	text-align: justify;
}

#seccion div.mision-vision div.pod:last-child { padding-left: 3rem; }

#seccion div.mision-vision div.pod h3 {
	color: #3067bf;
	font-size: 1.35rem;
	line-height: 1.35rem;
	font-weight: 400;
	margin-bottom: .5rem;
}

#seccion div.mision-vision div.pod p {
	color: #444;
	font-size: .85rem;
	line-height: 1.6rem;
	font-weight: 400;
}

@media (max-width: 1100px) {}
@media (max-width: 850px) {}

@media (max-width: 750px) {
	#seccion div.mision-vision { margin: 1.5rem 0; }
	#seccion div.mision-vision div.pod:first-child { padding-right: 1rem; }
	#seccion div.mision-vision div.pod:last-child { padding-left: 1rem; }
}

@media (max-width: 500px) {
	#seccion div.mision-vision div.pod { width: 100%; }
	#seccion div.mision-vision div.pod:last-child { padding-left: 0; margin-top: 1.5rem; }
}


/** Contacto & Cotizaciones
-------------------------------------------------------------------------------------**/
#seccion div.cotizaciones {
	overflow: hidden;
	margin-bottom: 25px;
}

#seccion div.cotizaciones div.pod {
	width: 50%;
	float: right;
}

#seccion div.cotizaciones div.pod:last-child { float: left; padding: 1rem 2rem; }

#seccion div.cotizaciones h1 {
	color: #3067bf;
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 0 0 1rem 0;
	padding: 0;
}

#seccion div.cotizaciones p {
	color: #444;
	font-size: .85rem;
	line-height: 1.6rem;
	font-weight: 400;
}

#seccion div.formulario {}

#seccion div.formulario form div.columnas { overflow: hidden; }

#seccion div.formulario form div.columnas div.pod {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 50%;
	float: left;
}

#seccion div.formulario form div.columnas div.pod:last-child { padding: 0; border-right: 0; }

#seccion div.formulario form {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#seccion div.formulario form fieldset {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	padding: 10px 5px;
}

#seccion div.formulario form fieldset:last-child { border-bottom: none; }

#seccion div.formulario form label {
	color: #444;
	font-weight: 400;
	font-size: .9rem;
	display: block;
	margin-bottom: 5px;
}

#seccion div.formulario form input, #seccion div.formulario form textarea, #seccion div.formulario form select {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #444;
	width: 100%;
	font-weight: 400;
	font-size: .9rem;
	display: block;
}

#seccion div.formulario form a {
	color: #d60a3d;
	text-decoration: none;
	text-align: right;
	font-weight: 500;
	font-size: .9rem;
	display: block;
}

@media (max-width: 1100px) {}

@media (max-width: 850px) {
	#seccion div.cotizaciones div.pod:last-child { padding: 1rem 1rem; }
}

@media (max-width: 500px) {
	#seccion div.cotizaciones div.pod {width: 100%; float: right; }
	#seccion div.cotizaciones div.pod:first-child { margin-bottom: 1rem; }
	#seccion div.cotizaciones div.pod:last-child { float: right; padding: 0; }
}


/** Auxiliares
-------------------------------------------------------------------------------------**/
#auxiliares {
	display: none;
	background: rgba(50,50,50,.75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}

#auxiliares div.pod {
	background: #fff;
	width: 700px;
	max-height: 600px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow: scroll;
}

#auxiliares div.pod-servicio-maritimo, #auxiliares div.pod-servicio-aereo, #auxiliares div.pod-servicio-terrestre, #auxiliares div.pod-servicio-aduanas, #auxiliares div.pod-servicio-seguros, #auxiliares div.pod-legales-aviso, #auxiliares div.pod-legales-privacidad { display: none; }

#auxiliares div.pod div.header {
	border-bottom: 1px solid #e5e5e5;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	height: 150px;
}

#auxiliares div.pod-servicio-maritimo div.header { background: url(../imagenes/theme/seccion_servicios_maritimo_header.jpg) top center no-repeat; background-size: cover; }
#auxiliares div.pod-servicio-aereo div.header { background: url(../imagenes/theme/seccion_servicios_aereo_header.jpg) top center no-repeat; background-size: cover; }
#auxiliares div.pod-servicio-terrestre div.header { background: url(../imagenes/theme/seccion_servicios_terrestre_header.jpg) top center no-repeat; background-size: cover; }
#auxiliares div.pod-servicio-aduanas div.header { background: url(../imagenes/theme/seccion_servicios_aduanas_header.jpg) top center no-repeat; background-size: cover; }
#auxiliares div.pod-servicio-seguros div.header { background: url(../imagenes/theme/seccion_servicios_seguros_header.jpg) top center no-repeat; background-size: cover; }

#auxiliares div.pod div.header div.sombra {
	box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,0.3);
	height: 100%;
}

#auxiliares div.pod div.boton-cerrar {
	width: 2.5rem;
	height: 2.5rem;
	background: url(../imagenes/theme/auxiliares_cerrar.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: .5rem;
	right: .5rem;
	cursor: pointer;
}

#auxiliares div.pod div.contenidos { padding: 1.25rem; }

#auxiliares div.pod div.contenidos h5 {
	color: #3067bf;
	font-size: 1.2rem;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.2rem;
	font-weight: 400;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

#auxiliares div.pod div.contenidos h6 {
	color: #3067bf;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400;
	margin: 2rem 0 .5rem 0;
}

#auxiliares div.pod div.contenidos p {
	color: #555;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-align: justify;
	margin-bottom: 1rem;
}

#auxiliares div.pod div.contenidos p.boton { text-align: right; }

#auxiliares div.pod div.contenidos a.boton {
	color: #fff;
	background: #e4013a;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
}

#auxiliares div.pod div.legales {
	background: url(../imagenes/theme/splash_wrapperbg.gif) center bottom repeat-x;
	height: 15rem;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: scroll;
	padding: 10px;
}

#auxiliares div.pod div.legales p {
	color: #555;
	font-family: sans-serif;
	font-size: .7rem;
	font-weight: 400;
	line-height: 1rem;
	text-align: justify;
	margin-bottom: .75rem;
}

#auxiliares div.pod div.legales p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	#auxiliares div.pod { width: 65%; max-height: 65%; }	
}

@media (max-width: 850px) {}
@media (max-width: 750px) {}

@media (max-width: 500px) {
	#auxiliares div.pod { width: 90%; max-height: 75%; }	
}


/** Menú Móvil
-------------------------------------------------------------------------------------**/
#menu-movil-mask {
	display: none;
	background: rgba(50,50,50,.75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
}

#menu-movil {
	display: none;
	background: #1960d6;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,.5);
	width: 80%;
	max-height: 85%;
	margin: 0 auto;
	overflow: scroll;
}

div.wrapper-movil {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 251;
}

#menu-movil ul {
	list-style: none;
}

#menu-movil ul li:nth-of-type(even) {
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
}

#menu-movil ul li.logo {
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
	background: #fafafa;
	height: 6rem;
	padding: 10px;
}

#menu-movil ul div.logo {
	background: url(../imagenes/theme/menu_ycargo_logo.png) center center no-repeat;
	background-size: contain;
	height: 100%;
}

#menu-movil ul li a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 300;
	text-decoration: none;
	padding: 10px;
	display: block;
}

#menu-movil ul li:nth-of-type(even) a {
	background: rgba(0,0,0,.15);
}

#menu-movil-mask div.boton-cerrar-menu-movil {
	width: 2.5rem;
	height: 2.5rem;
	background: url(../imagenes/theme/auxiliares_cerrar.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	cursor: pointer;
	z-index: 500;
}








