@charset "UTF-8";

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	color:#000000;
	z-index:99999;
}
		.inner  {
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: auto;
			overflow:hidden;
		    width: 100%;
		    text-align:center;
		    background-color: #CCCCCC;
			padding-left:20px;
			padding-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
		}
		.inner  p {
		    line-height:16px;
		    font-size:12px;
		    text-align:center;
			padding-top:20px;
			padding-bottom:20px;
			color:#000000;
		}
.inner a.ok {padding:4px;color:#d81600;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#d81600;}


* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #fffae7;
	background-image: url(../imgcss/fondo-todo.jpg);
	background-position: center top;
	background-attachment: fixed;
	font-family: "Pontano Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#todo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgcss/blanco-transparente.png);
	margin-top: 25px;
	margin-bottom: 25px;
}
span {
	visibility: hidden;
}
#cabecera {
	background-color: #FFF;
	width: 960px;
	height: 132px;
}
#cabecera h1 {
	background-image: url(../imgcss/crube-logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}



#cabecera #telefono, #cabecera #mailarriba{
	width:0px;
	height:0px;
	visibility:hidden;
}

#menusuperior{
	display:none;
	font-family: Syncopate, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 960px;
	background-image: url(../imgcss/fondomenu.jpg);
	height: 40px;
	z-index:2000px;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
	color: #000;
	background: #FFF;
	width:100%;
	height:30px;
	line-height: 30px;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
.nav #submenu a{
	text-decoration: none;
	background-image: none;
	display: block;
	width:322px;
	height: 30px;
	line-height:30px;
	color: #F3F3F3;
	background: #999;
	font-size:80%;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #submenu a:hover {
	background-image: none;
	color:#FFF;
	background-color: #CCC;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav span{
	visibility:hidden;
}
.nav {
     *zoom: 1;	
	list-style:none;
}
.nav a{
	display: block;
	float: left;
	color: #d81600;
	padding-right: 40px;
	padding-left: 40px;
	height: 37px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 44px;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	z-index:2000px;
}
.nav a:hover{
	color: #d81600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
.nav li {
	list-style-type: none;
    position: relative;
}
.nav .pressed{
	padding-bottom:10px;
	font-weight:bold;
}
.nav a#primero{
	border-left:2px solid #FFFFFF;
	background-image:url(../images/34.jpg);
}
.nav a#segundo{
	background-image:url(../images/21.jpg);
}
.nav a#tercero{
	background-image:url(../images/10.jpg);
}
.nav a#cuarto{
	background-image:url(../images/30.jpg);
}
.nav a#quinto{
	background-image:url(../images/11.jpg);
}
.nav #subnav{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}
#cabecera #menugral {
	font-family: Syncopate, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 960px;
	background-image: url(../imgcss/fondomenu.jpg);
	height: 40px;
}
#cabecera #menugral li a {
	display: block;
	float: left;
	color: #d81600;
	/*
	padding-right: 15px;
	padding-left: 16px; */
	padding-right: 24px;
	padding-left: 24px;
	height: 37px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 44px;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #menugral li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
}

#cabecera #menu {
	font-family: Syncopate, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 960px;
	background-image: url(../imgcss/fondomenu.jpg);
	height: 40px;
}
#cabecera #menu li a {
	display: block;
	float: left;
	color: #d81600;
	padding-right: 42px;
	padding-left: 42px;
	height: 37px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 44px;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #menu li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
}
#slide {
	clear: both;
	width: 960px;
	height: 234px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
#contenido {
	background-image: url(../imgcss/pies-manos.png);
	height: 528px;
	width: 561px;
	padding-right: 359px;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 30px;
	padding-left: 40px;
}
#contenido h2 {
	font-family: Syncopate, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #d81600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	font-size: 16px;
	margin-bottom: 15px;
}
#contenido p {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 15px;
	color: #5c5c5c;
	letter-spacing: 0.02em;
	line-height: 150%;
}
#contenido p strong {
	color: #888;
	font-size: 13px;
	font-style: italic;
}

#index{
	clear: both;
	width: 866px;
	height: auto;
	overflow:hidden;
	margin:auto;
	padding-top:50px;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #d81600;
}
.zapat{
	float:left;
	text-align:center;
	width:25%;
}
.zapat>a{
	color: #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.zapat>a:hover{
	color: #ec8181;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#index2{
	clear: both;
	width: 866px;
	height: auto;
	overflow:hidden;
	margin:auto;
	/*margin-bottom:50px;*/
}
#index2>p{
	text-align:center;
	padding:20px;
	color: #c2365e;
	font-weight:bold;
}
#index2>img{
	padding-top:20px;
	padding-bottom:20px;
}
#index3{
	display:none;
}

#youtube{
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 50px;
	padding-left: 225px;	
}
#youtube img{
	margin: auto;
}
#youtube a{
	color: #38373A;
}
#youtube a:hover{
	color: #707172;
}

#pie {
	clear: both;
	height: 132px;
	width: 960px;
	background-color: #af1200;
	color: #FFF;
}
#pie #subir p a {
	display: block;
	height: 56px;
	width: 56px;
	background-image: url(../imgcss/subir.png);
	font-size: 10px;
	float: left;
	margin-bottom: 76px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
 	/* Good browsers */
	opacity: 0.5;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #subir p a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
 	/* Good browsers */
	opacity: 1;
}
#pie #infopie {
	float: left;
	height: 132px;
	width: 848px;
	margin-right: 56px;
	text-align: center;
}
#pie #infopie h3 {
	font-size: 13px;
	font-weight: normal;
	background-image: url(../imgcss/crube-logo-pie.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 256px;
	margin-right: auto;
	margin-left: auto;
}
#pie #infopie #direccion p {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#pie #infopie #direccion p a {
	font-style: italic;
	color: #FFF;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #direccion p a:hover {
	color: #ec8181;
}
#pie #infopie #aviso p {
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #ec8181;
}
#pie #infopie #aviso p a {
	font-style: italic;
	color: #ec8181;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #aviso p a:hover {
	color: #FFFFFF;
}

@media screen and (max-width: 960px) {
#todo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgcss/blanco-transparente.png);
	margin-top: 25px;
	margin-bottom: 25px;
}
#cabecera {
	background-color: #FFF;
	width: 100%;
	height: 175px;
}
#cabecera h1 {
	background-image: url(../imgcss/crube-logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}	
#cabecera #telefono, #cabecera #mailarriba{
	visibility:visible;
	width:100%;
	text-align:center;
	height:25px;
	line-height:25px;
	color: #d81600;
	font-size:100%;
	clear:both;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #telefono a, #cabecera #mailarriba a{
	color: #d81600;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#cabecera #telefono a:hover, #cabecera #mailarriba a:hover{
	color:#DDD;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}

#cabecera #menugral {
	display:none;
}

#menusuperior{
	width: 100%;
	height: 30px;
	display:block;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
	color: #000;
	background: #FFF;
	width:100%;
	height:30px;
	line-height: 30px;
	border-top:solid 1px #d81600;
	border-bottom:solid 1px #d81600;
}
.nav #empresa, .nav #remolques, .nav #situacion, .nav #contacto{
	width: 100%;.
	margin-right: 0px;
	border-top:solid 1px #6D2E2C;
	border-bottom:solid 1px #6D2E2C;
}
.nav #empresa a, .nav #remolques a, .nav #situacion a, .nav #contacto a {
	background-image: none;
	background: #FFF;
	color:#6D2E2C;
	width:100%;
	text-align:left;
	padding-left:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav #empresa a:hover, .nav #remolques a:hover, .nav #situacion a:hover, .nav #contacto a:hover {
	background-image: none;
	width:100%;
	background: #DCDCDC;
	color:#000000;
}
#submenu {
	width: 100%;
    z-index:200;
	background-color: #FFF;
	color:#6D2E2C;
	border-top:solid 1px #6D2E2C;
	border-bottom:solid 1px #6D2E2C;
	padding-left: 10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#submenu a {
	width: 100%;
    z-index:200;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-align: left;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#submenu a:hover {
	color:#6D2E2C;
	background: #DCDCDC;
}
.nav {
	list-style: none;
	width: 100%;
	height: 25px;
	line-height:25px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	letter-spacing: 0.06em;
}
.nav a{
	display: block;
	float: left;
	color: #000;
	padding-right: 0px;
	padding-left: 20px;
	height: 25px;
	border-bottom: none;
	line-height: 25px;
	letter-spacing: 0.06em;
	background-color:#FFFFFF;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	z-index:2000px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav a:hover{
	color: #d81600;
	border-bottom: none;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav span{
	visibility: visible;
}
.nav #subnav{
	display: block;
	visibility: visible;
	width: auto;
	height: auto;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 100%;
	z-index:2000;
}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav li {
    position: relative;
	z-index:2000;
	float: left;
	width: 100%;
	background-color:#FFFFFF;
	border-bottom: 0.5px solid #d81600;
	border-top: 0.5px solid #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav li:hover {
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	float: left;
	color: #000;
	padding-right: 0px;
	padding-left: 35px;
	height: 25px;
	border-bottom: none;
	line-height: 25px;
	letter-spacing: 0.06em;
	background-color:#FFFFFF;
	font-size:95%;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	z-index:2000px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav li li a:hover {
	color: #d81600;
	border-bottom: none;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav li li li a {
	display: block;
	float: left;
	color: #000;
	padding-right: 0px;
	padding-left: 50px;
	height: 25px;
	border-bottom: none;
	line-height: 25px;
	letter-spacing: 0.06em;
	background-color:#FFFFFF;
	font-size:90%;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	z-index:2000px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav li li li a:hover {
	color: #d81600;
	border-bottom: none;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	}
.nav li li li li a {
	display: block;
	float: left;
	color: #000;
	padding-right: 0px;
	padding-left: 60px;
	height: 25px;
	border-bottom: none;
	line-height: 25px;
	letter-spacing: 0.06em;
	background-color:#FFFFFF;
	font-size:90%;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	z-index:2000px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav li li li li a:hover {
	color: #d81600;
	border-bottom: none;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	}
.nav .pressed{
	padding-bottom:3px;
	font-weight:bold;
}
.nav a#primero{
	border-left:none;
	background-image:none;
}
.nav a#segundo{
	background-image:none;
}
.nav a#tercero{
	background-image:none;
}
.nav a#cuarto{
	background-image:none;
}
.nav a#quinto{
	background-image:none;
}

/*
#menu{
	list-style: none;
	width: 100%;
	height: 40px;
	font-weight: normal;
	float: left;
	letter-spacing: 0.05em;
	z-index:200;
	clear:both;
	padding-top:0px;
	padding-bottom:2px;
}


.toggleMenu {
	font-size: 14px;
    display:  none;
	color: #300;
	background: #FFF;
	width:100%;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top:solid 1px #d81600;
	border-bottom:solid 1px #d81600;
}
.nav {
	list-style: none;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	letter-spacing: 0.05em;
	z-index:2000px;
	display:block;
}
.nav a{
	width:100%;
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #000;
	background: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-align: left;
	background-image:none;
	z-index:2000px;
}
.nav a:hover{
	color:#d81600;
	background-image:none;
}
.nav li a{
	display: block;
	float: left;
	color: #000;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav li a:hover{
	color: #d81600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav span{
	visibility: visible;
}
.nav #subnav{
	visibility:visible;
	width:auto;
	height:auto;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 100%;
	z-index:2000;
}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li{
	font-size:90%;
}
.nav li li a {
	display: block;
	float: left;
	color: #000;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	font-size:90%;
}
.nav li li a:hover {
	color: #d81600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav li li li a {
	color: #FFFFFF;
	background-color: #66b9be;
    z-index:200;
	width: 100%;
	font-size:90%;
}
.nav li li li a:hover {
	background-color: #5facb1;
	color:#FFFFFF;
	}
*/

#fotocatalogo {
	clear: both;
	width: 100%;
	height: 173px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-image:url(../imagenes/crube-1.jpg);
	background-position:center;
}

#menu2{
	display:none;
	list-style: none;
	width: 100%;
	height: 40px;
	font-weight: normal;
	float: left;
	letter-spacing: 0.05em;
	z-index:200;
	clear:both;
	padding-top:0px;
	padding-bottom:2px;
}

/** ------------MENU---------------------- **/

.toggleMenu2 {
	font-size: 14px;
    display:  none;
	color: #300;
	background: #FFF;
	width:100%;
	height:40px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top:solid 1px #d81600;
	border-bottom:solid 1px #d81600;
}
.nav2 {
	list-style: none;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	letter-spacing: 0.05em;
}
.nav2 a{
	width:100%;
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #000;
	background: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-align: left;
	padding-left:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	background-image:none;
}
.nav2 a:hover{
	color:#d81600;
	background-image:none;
}
.nav2 li a{
	display: block;
	float: left;
	color: #000;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	letter-spacing: 0.06em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav2 li a:hover{
	color: #d81600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav2 span{
	visibility: visible;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
	width: 100%;
	z-index:2000;
}
    .nav2 > li {
        float: none;
    }
    .nav2 > li > .parent {
        background-position: 95% 50%;
    }
    .nav2 li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav2 ul {
        display: block;
        width: 100%;
    }
   .nav2 > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav2 li {
    position: relative;
	z-index:2000;
}
.nav2 > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav2 > li.hover > ul {
    left: 0;
}
.nav2 li li.hover ul {
    left: 164%;
    top: 0;
}
.nav2 li li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 25px;
	height: 25px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.nav2 li li a:hover {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 25px;
	height: 25px;
	color:#6D2E2C;
	background: #DCDCDC;
}
.nav2 li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width: 500px;
}
.nav2 li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
	}


#slide {
	clear: both;
	width: 100%;
	height: 234px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-image:url(../img/crube.jpg);
	background-position:center;
}

#contenido {
	width: 100%;
	height:auto;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color:#FFFFFF;
	background-image:none;
	padding-top: 30px;
	padding-left: 30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido h2 {
	font-family: Syncopate, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81600;
	font-size: 16px;
	margin-bottom: 15px;
	height: auto;
	line-height:22px;
	width: 100%;
}
#contenido #zapatos {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 2px;
}

#index{
	clear: both;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:auto;
	padding-top:50px;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #d81600;
}
.zapat{
	float:left;
	text-align:center;
	width:25%;
}
#index2{
	clear: both;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:auto;
}
#index2>p{
	text-align:center;
	padding:20px;
	color: #c2365e;
	font-weight:bold;
}
#index2>img{
	width: 100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}

#youtube{
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 50px;
	padding-left: 20%;	
}

#pie {
	clear: both;
	height: auto;
	width: 100%;
	background-color: #af1200;
	overflow:hidden;
	color: #FFF;
}
#pie #subir{
	display:none;
}
#pie #infopie {
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	padding-bottom:20px;
}
}

@media screen and (max-width: 370px) {
#cabecera h1 {
	background-image: url(../imgcss/crube-logo2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 92px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}	
}


@media screen and (max-width: 670px) {
.zapat{
	float:left;
	text-align:center;
	width:50%;
	height:200px;
}
#index2{
	display:none;
}
#index3{
	display:block;
	clear: both;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:auto;
}
#index3>p{
	text-align:center;
	padding:20px;
	color: #c2365e;
	font-weight:bold;
}
#index3>img{
	width: 100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
	
#youtube{
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 50px;
	padding-left: 0%;	
	margin-left: auto;
	margin-right: auto;
}
}


@media screen and (max-width: 380px) {
.zapat{
	float:left;
	text-align:center;
	width:100%;
	height:200px;
}
}