@charset "UTF-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

@font-face {
    font-family: "Museo300";
    src: url("Museo300-Regular.otf");
}
@font-face {
    font-family: "Museo500";
    src: url("Museo500-Regular.otf");
}
@font-face {
    font-family: "Museo700";
    src: url("Museo700-Regular.ttf");
}
@font-face {
    font-family: "Museo900";
    src: url("Museo900-Regular.otf");
}

body {
	font-family: "Source Sans Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #e4e1da;
	color: #7c6568;
	font-weight: 400;
}
span {
	visibility: hidden;
}
header{
	width:100%;
	background-color:#FFFFFF;
}

/* ------------ CABECERA --------- */
#cabecera{
	width:960px;
	margin: 0 auto;
	height:100px;
		font-family: "Museo300";
}
#cabizda{
	width: 210px;
	height: 100px;
	float: left;
}
#cabizda img{
	width: 210px;
	height: auto;
}
#cabdcha{
	width: 650px;
	height: 100px;
	float: left;
	margin-left: 100px;
}
#cabtop{
	width: 300px;
	height: 20px;
	line-height: 20px;
	margin: 15px 0px;
	text-align: right;
	float: right;
	clear: both;
	font-family: "Museo900";
	font-size: 20px;
}
#cabtop .bloq{
	float: left;
	border-right: 1px solid #3E3E3F;
	padding: 0px 7px;
}
#cabtop a{
	color: #836B84;
	-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;
}
#cabtop a:hover{
	color: #D22051;
}
#menusuperior{
	display: none;
}
#menu{
	clear: both;
	width: 650px;
	height: 20px;
	line-height: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 99999;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display: none;
	color: #003B56;
	background-color:#FFFFFF;
	width:100%;
	height:30px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav .opcion{
	color: #836B84;
	float: left;
	text-decoration: none;
	line-height: 20px;
	font-size:15px;
	padding: 0px 15px;
	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 .opcion a{
	text-decoration: none;
	color: #836B84;
	-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 .opcion a:hover{
	color:#D22051;
}
.nav .opcionsub{
	text-decoration: none;
	padding-left:10px;
	padding-right:0px;
	padding-top:8px;
	height:30px;
	line-height: 17px;
	font-size:15px;
	color: #836B84;
	background-color:#FFFFFF;
	text-align:left;
	-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;
}
.subul{
	margin-top: 45px;
}
.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:2;
}
.nav li {
    position: relative;
	z-index:2;
}
.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: 200px;
    top: 0;
}
.nav li li a {
}
.nav li li a:hover {
}
.nav li li li a {
	color:#FFFFFF;
    z-index:200;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}

#contenido {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}
#contenido #izquierda {
	width: 175px;
	border: 4px solid #FFF;
	background-color: #50b948;
	padding-bottom: 11px;
	float: left;
	margin-right: 10px;
}
#contenido #izquierda h2 {
	color: #d70035;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	height: 39px;
	line-height: 39px;
}
#contenido #izquierda #submenu li a {
	display: block;
	background-color: rgba(255,255,255, 0.1);
	margin-bottom: 2px;
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	font-style: italic;
	color: rgba(255,255,255, 0.5);
	font-size: 14px;
	-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;
}
#contenido #izquierda #submenu li a:hover {
	background-color: rgba(255,255,255, 0.2);
	color: rgba(255,255,255, 1);
}
#contenido #derecha {
	float: left;
	width: 538px;
	border: 4px solid #FFF;
	background-color: #50b948;
	padding-bottom: 20px;
}
#contenido #derecha h3 {
	font-weight: 500;
	text-transform: uppercase;
	color: #d70035;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	padding-bottom: 2px;
	font-size: 17px;
	font-style: italic;
}
#contenido #derecha #todasmarcas {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	padding-bottom: 20px;
}
#contenido #derecha #todasmarcas #marca {
	background-color: #50b948;
	width: 232px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 330px;
}
#contenido #derecha #todasmarcas #marca p{
	line-height: 150%;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: justify;
	color:#FFFFFF;
}
#contenido #derecha #todasmarcas #marca p strong {
	font-style: italic;
	font-weight: normal;
	color: #D70634;
	font-size: 12px;
	text-transform: uppercase;
}
#contenido #derecha #todasmarcas #marca2 {
	background-color: #E4E1DA;
	width: 232px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 150px;
}


/* ************* FOOTER ************ */
footer{
	width:100%;
	background-color:#967F86;
		clear: both;
}
#pie{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:30px;
	height:auto;
	overflow:hidden;
	color:#FFFFFF;
	font-family: "Museo500";
}
#pie a{
	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;
}
#pie a:hover{
	color:#D22051;
	-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;
}
#piemenu{
	float:left;
	width:25%;
	height:210px;
	border-right: 1px solid #FFFFFF;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#piemenu .menuopcion{
	font-size:15px;
	line-height:150%;
}
#piemenu .peq{
	font-size: 75%;
	font-family: "Museo300";
}

#pietwitter{
	float:left;
	width:18%;
	margin-left: 2%;
	height:210px;
	font-size: 24px;
	border-right: 1px solid #FFFFFF;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pietwitter h4{
	font-family: "Museo300";
}

#pieface{
	float:left;
	width:18%;
	margin-left: 2%;
	height:210px;
	font-size: 24px;
	border-right: 1px solid #FFFFFF;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pieface h4{
	font-family: "Museo300";
}

#piedireccion{
	float:left;
	width:35%;
	height:210px;
	text-align:right;
}
#piedireccion p{
	line-height:140%;
	font-size: 14px;
}
#piedireccion h5{
	font-size: 15px;
	line-height:140%;
	font-family: "Museo900";
}




@media screen and (max-width: 960px) {
/* ------------ CABECERA --------- */
#cabecera{
	width:100%;
	margin: 0 auto;
	height:100px;
}
#cabizda{
	width: 210px;
	height: 100px;
	float: left;
}
#cabizda img{
	width: 210px;
	height: auto;
}
#cabdcha{
	width: 275px;
	height: 100px;
	float: right;
	margin-left: 0px;
}
#cabtop{
	width: 275px;
	height: 20px;
	line-height: 20px;
	margin: 15px 0px;
	text-align: right;
	float: right;
	clear: both;
	font-family: "Museo900";
	font-size: 20px;
}
#cabtop .bloq{
	float: left;
	border-right: 1px solid #3E3E3F;
	padding: 0px 7px;
}

#menu{
	display:none;
}

#menusuperior{
	width: 100%;
	display:block;
}
/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
	color: #836B84;
	background: #FFFFFF;
	border-top:solid 1px #836B84;
	border-bottom:solid 1px #836B84;
	width:100%;
	height:40px;
	line-height:40px;
}
.nav #empresa, .nav #briquetas, .nav #utilidades, .nav #cama, .nav #contacto{
	width: 100%;
	margin-right: 0px;
	border-top:solid 1px #836B84;
	border-bottom:solid 1px #836B84;
	border-right:none;
	text-transform: uppercase;
	line-height: 200%;
}
.nav #empresa a, .nav #briquetas a, .nav #utilidades a, .nav #cama a, .nav #contacto a{
	background-image: none;
	background: #FFFFFF;
	border-right:none;
	color:#836B84;
	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 #briquetas a:hover, .nav #utilidades a:hover, .nav #cama a:hover, .nav #contacto a:hover{
	background-image: none;
	width:100%;
	color:#D22051;
}
#subm {
	width: 100%;
	height:30px;
	line-height: 30px;
    z-index:200;
	background-color: #FFFFFF;
	color:#836B84;
	border-top:solid 1px #836B84;
	border-bottom:solid 1px #836B84;
	font-size:80%;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#subm a {
	width: 100%;
    z-index:200;
	font-size:100%;
	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;
	text-align: left;
	padding-left:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#subm a:hover {
	color:#D22051;
}
.nav {
}
.nav a{
}
.nav a:hover{
}
.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 {
}
.nav li li a:hover {
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width: 500px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
	}


	/* ************* FOOTER ************ */
	footer{
		width:100%;
	}
	#pie{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-top:30px;
		padding-bottom:30px;
		height:auto;
		overflow:hidden;
		color:#FFFFFF;
		font-family: "Museo500";
		padding-left:10px;
		padding-right: 10px;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}
	#piemenu{
		float:left;
		width:25%;
		height:210px;
		border-right: 1px solid #FFFFFF;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}
	#piemenu .menuopcion{
		font-size:15px;
		line-height:150%;
	}
	#piemenu .peq{
		font-size: 75%;
		font-family: "Museo300";
	}

	#pietwitter{
		float:left;
		width:18%;
		margin-left: 2%;
		height:210px;
		font-size: 24px;
		border-right: 1px solid #FFFFFF;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}

	#pieface{
		float:left;
		width:18%;
		margin-left: 2%;
		height:210px;
		font-size: 24px;
		border-right: 1px solid #FFFFFF;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}

	#piedireccion{
		float:left;
		width:35%;
		height:210px;
		text-align:right;
	}
	#piedireccion p{
		line-height:140%;
		font-size: 14px;
	}
	#piedireccion h5{
		font-size: 15px;
		line-height:140%;
		font-family: "Museo900";
	}
	}


	@media screen and (max-width: 700px) {
	/* ************* FOOTER ************ */
	footer{
		width:100%;
	}
	#pie{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		overflow:hidden;
		color:#FFFFFF;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}
	#piemenu{
		float:left;
		width:40%;
		height:210px;
		border-right: 1px solid #FFFFFF;
		margin-bottom: 10px;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}
	#piemenu .menuopcion{
		font-size:15px;
		line-height:150%;
	}
	#piemenu .peq{
		font-size: 75%;
		font-family: "Museo300";
	}

	#pietwitter{
		float:left;
		width:28%;
		margin-left: 2%;
		height:210px;
		font-size: 24px;
		border-right: 1px solid #FFFFFF;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}

	#pieface{
		float:left;
		width:28%;
		margin-left: 2%;
		height:210px;
		font-size: 24px;
		border-right: none;
		box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	}

	#piedireccion{
		float:left;
		width:100%;
		height:auto;
		text-align:center;
		border-top: 1px solid #FFFFFF;
		padding-top: 10px;
	}
	#piedireccion p{
		line-height:140%;
		font-size: 14px;
	}
	#piedireccion h5{
		font-size: 15px;
		line-height:140%;
		font-family: "Museo900";
	}
	}

	@media screen and (max-width: 520px) {
	/* ------------ CABECERA --------- */
	#cabecera{
		width:100%;
		margin: 0 auto;
		height:150px;
	}
	#cabizda{
		width: 210px;
		height: auto;
		float: none;
		margin: 0px auto;
	}
	#cabizda img{
		width: 210px;
		height: auto;
	}
	#cabdcha{
		width: 275px;
		height: auto;
		float: none;
		margin: 0px auto;
	}
	#cabtop{
		width: 275px;
		height: 20px;
		line-height: 20px;
		margin: 15px 0px;
		text-align: right;
		float: right;
		clear: both;
		font-family: "Museo900";
		font-size: 20px;
	}
	#cabtop .bloq{
		float: left;
		border-right: 1px solid #3E3E3F;
		padding: 0px 7px;
	}
	}

@media screen and (max-width: 760px) {


#contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #izquierda {
	width: 100%;
	border: 4px solid #FFF;
	background-color: #50b948;
	padding-bottom: 11px;
	float: left;
	margin-right: 0px;
}
#contenido #derecha {
	float: left;
	width: 100%;
	border: 4px solid #FFF;
	background-color: #50b948;
	padding-bottom: 20px;
}
#contenido #derecha h3 {
	width:100%;
	clear:both;
	font-weight: 500;
	text-transform: uppercase;
	color: #d70035;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	padding-bottom: 2px;
	font-size: 17px;
	font-style: italic;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #derecha #todasmarcas {
	margin-right: auto;
	margin-left: auto;
	width:490px;
	margin-top: 20px;
	padding-bottom: 20px;
}
#contenido #derecha #todasmarcas #marca {
	background-color: #50b948;
	width: 232px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 330px;
}
#contenido #derecha #todasmarcas #marca p{
	line-height: 150%;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: justify;
	color:#FFFFFF;
}
#contenido #derecha #todasmarcas #marca2 {
	background-color: #E4E1DA;
	width: 232px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 150px;
}

}

@media screen and (max-width: 530px) {
#contenido #derecha #todasmarcas {
	margin-right: auto;
	margin-left: auto;
	width:232px;
	margin-top: 20px;
	padding-bottom: 20px;
}
}

@media screen and (max-width: 270px) {
#contenido #derecha #todasmarcas {
	margin-right: auto;
	margin-left: auto;
	width:180px;
	margin-top: 20px;
	padding-bottom: 20px;
}
#contenido #derecha #todasmarcas #marca, #contenido #derecha #todasmarcas #marca2 {
	background-color: #50b948;
	width: 180px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
#contenido #derecha #todasmarcas #marca img, #contenido #derecha #todasmarcas #marca2 img{
	width:180px;
	height:130px;
}
#contenido #derecha #todasmarcas #marca p{
	line-height: 150%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: justify;
	color:#FFFFFF;
}
}

@media screen and (max-width: 500px) {
#contenido #derecha h3 {
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}
