@charset "UTF-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Roboto Condensed', Verdana, Helvetica, sans-serif;
	font-size:15px;
	background-image: url(../images/metal.gif);
	background-repeat: repeat;
}
#todo{
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
}
grande{
	font-size:32px;
	color:#FF0;
}
#cabecera  {
	width:857px;
	height: 101px;
	background-image:url(../images/superior.png);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#cabecera #cabsup{
	height:100px;
	width:198px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:left;
}
#cabecera #cabtitulo{
	width:640px;
	height:101px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	margin-right:10px;
	padding-top:5px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #direccion{
	width:648px;
	text-align:right;
	line-height:130%;
}
#cabecera #cabtitulo #direccion p{
	
}
#cabecera #cabtitulo #telefono{
	width:648px;
	text-align:right;
	padding-top:3px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #telefono a{
	color:#FFFFFF;
}
#cabecera #cabtitulo #telefono a:hover{
	color:#BDBDBD;
}
#cabecera #cabtitulo #fax{
	width:648px;
	text-align:right;
	padding-top:3px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #email{
	width:648px;
	text-align:right;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #email a{
	color:#FFFFFF;
}
#cabecera #cabtitulo #email a:hover{
	color:#BDBDBD;
}
gris{
	color:#BDBDBD;
}


#menu{
	width:857px;
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
	z-index:2000;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #fff;
	background-color:#8FC039;
	width:100%;
	height:41px;
	line-height: 41px;

}
.nav #empresa a {
	text-decoration: none;
	display: block;
	width:175px;
	height: 25px;
	line-height:25px;
	margin-right:3px;
	background-color:#6D2E2C;
	color:#FFFFFF;
	text-align:center;
	-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 #empresa a:hover {
	background-color:#481D0D;
	-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 #remolques a {
	text-decoration: none;
	display: block;
	width:322px;
	height: 25px;
	line-height:25px;
	margin-right:3px;
	background-color:#6D2E2C;
	color:#FFFFFF;
	text-align:center;
	-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 #remolques a:hover {
	background-color:#481D0D;
	background-image: url(../images/fabricacion2.png);
	-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 #situacion a {
	text-decoration: none;
	display: block;
	width:175px;
	height: 25px;
	line-height:25px;
	margin-right:3px;
	background-color:#6D2E2C;
	color:#FFFFFF;
	text-align:center;
	-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 #situacion a:hover {
	background-color:#481D0D;
	-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 #contacto a {
	text-decoration: none;
	display: block;
	width:175px;
	height: 25px;
	line-height:25px;
	background-color:#6D2E2C;
	color:#FFFFFF;
	text-align:center;
	-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 #contacto a:hover {
	background-color:#481D0D;
	-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{
	text-decoration: none;
	background-image: none;
	display: block;
	width:322px;
	height: 25px;
	line-height:25px;
	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{
}
.nav a:hover{
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 220px;
	z-index:2000;
}
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.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 a {
	display:block;
	text-decoration:none;
	letter-spacing: 0.02em;
	height: 25px;
	line-height: 25px;
}
.nav li li a:hover {
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}

#contenido{
	width:857px;
	height:442px;
	background-image:url(../images/fondotrans.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
	padding-top:30px;
	clear: both;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #mapa{
	width:400px;
	height:370px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding:2px;
	border:1px solid #DEDEDE;
}
#contenido #mapa p{
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#6D2E2C;
}

#pie{
	width:857px;
	height:37px;
	margin-top:2px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/inferior.png);
	background-repeat:no-repeat;
	font-size:12px;
}
#pie #certificados{
	width:50%;
	float:left;
	height:37px;
	line-height:37px;
	padding-left:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #mail{
	width:50%;
	float:left;
	height:37px;
	line-height:37px;
	padding-right:30px;
	text-align:right;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #certificados a, #pie #mail a{
	color: #BDBDBD;
	-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;
}
#pie #certificados a:hover, #pie #mail a:hover{
	color:#FFFFFF;
	-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;
}


@media screen and (max-width: 890px) {
#todo{
	width: 100%;
}
#cabecera  {
	width:100%;
	height: auto;
	background-image:none;
	background-color:#6D2E2C;
	margin-right: auto;
	margin-left: auto;
}
#cabecera #cabsup{
	height:100px;
	width:198px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:none;
	margin-right: auto;
	margin-left: auto;
}
#cabecera #cabtitulo{
	width:100%;
	height:auto;
	float:none;
	font-size:12px;
	color:#FFFFFF;
	padding-top:5px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #direccion{
	width:100%;
	text-align:center;
	line-height:130%;
}
#cabecera #cabtitulo #direccion p{
	
}
#cabecera #cabtitulo #telefono, #cabecera #cabtitulo #fax{
	width:100%;
	text-align:center;
	padding-top:3px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #cabtitulo #telefono a{
	color:#FFFFFF;
}
#cabecera #cabtitulo #telefono a:hover{
	color:#BDBDBD;
}
#cabecera #cabtitulo #email{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}

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

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

.toggleMenu {
    display:  none;
	color: #300;
	background: #FFF;
	width:100%;
	height:30px;
	line-height: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
	opacity:0.9;
	border-top:solid 1px #6D2E2C;
	border-bottom:solid 1px #6D2E2C;
}
.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;
}
#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;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	letter-spacing: 0.05em;
}
.nav a{
	width:100%;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	color: #300;
	background: #FFF;
	opacity:1;
	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;
}
.nav a:hover{
	color:#300;
	background-color:#B2962F;
	opacity:1;
	background-image:none;
}
.nav span{
	visibility: visible;
}
.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 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;
	opacity:1;
}
.nav 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;
	opacity:1;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width: 500px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
	}


#contenido{
	width:100%;
	height:auto;
	background-image:none;
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
	padding-top:0px;
	clear: both;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #mapa{
	width:400px;
	height:370px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px;
	border:1px solid #DEDEDE;
}


#pie{
	width:100%;
	height:37px;
	margin-top:2px;
	margin-right: auto;
	margin-left: auto;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#6D2E2C;
	font-size:12px;
}
#pie #certificados{
	width:50%;
	float:left;
	height:37px;
	line-height:37px;
	padding-left:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #mail{
	width:50%;
	float:left;
	height:37px;
	line-height:37px;
	padding-right:30px;
	text-align:right;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}

@media screen and (max-width: 430px) {
#contenido #mapa{
	width:300px;
	height:370px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px;
	border:1px solid #DEDEDE;
}
#contenido #mapa iframe{
	width:300px;
	height:300px;
}
}

@media screen and (max-width: 380px) {
#contenido #mapa{
	width:250px;
	height:320px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px;
	border:1px solid #DEDEDE;
}
#contenido #mapa iframe{
	width:250px;
	height:250px;
}
}

@media screen and (max-width: 330px) {
#contenido #mapa{
	width:200px;
	height:270px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px;
	border:1px solid #DEDEDE;
}
#contenido #mapa iframe{
	width:200px;
	height:200px;
}
}

@media screen and (max-width: 280px) {
#contenido #mapa{
	width:180px;
	height:250px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:2px;
	border:1px solid #DEDEDE;
}
#contenido #mapa iframe{
	width:180px;
	height:180px;
}
}

@media screen and (max-width: 320px) {
#pie{
	width:100%;
	height:60px;
	margin-top:2px;
	margin-right: auto;
	margin-left: auto;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#6D2E2C;
	font-size:12px;
}
#pie #certificados{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	padding-left:0px;
	text-align:center;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #mail{
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	padding-right:0px;
	text-align:center;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}