@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}

body{
	
}

.close_logo_grande{
		top:-250px !important;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
.open_logo_pequeno{
	top:0px !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a:hover{
	text-decoration: none !important;
	color: #1D1D1D;
}

.img_100{
	width:100%;
}

.hidden_movil{
	display:none;
}

.fondo1{
	background: #f2e9de;
}


.input_1 {
    background: white !important;
    margin-bottom: 10px;
}

.visible_1360 {
	display:none !important;
}

.naranja{
	color: #E36524;
}

.margin_0{
	margin:0px !important;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/




/* Mobile Layout: 480px and below. */
  

#nav_top {
	z-index: 10;
	min-height: 50px;
	position: relative;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #fff;
}
#header_nav_top {
	position: relative;
	overflow-y: hidden;
	min-height: 55px;
}
.header_nav_top {
}
#logo_nav_top {
	float: left;
}
#container_top_nav_top {
	float: left;
}
#button_open_nav {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #CCCCCC;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 22px;
	float: right;
	color: #333;
}
#container_items {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
}
.item_nav_top {
}
.title_item_nav_top {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.section_item_nav_top {
	z-index: 5;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	display: none;

}
.items_section_item {

}
.item_section_nav_top {
	margin-top: 15px;
	margin-bottom: 15px;
}
.items_group_section {
}
.container_principal {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.title_item_nav {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
}
#fantasma {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
}
.group_section_nav_top {
	cursor: pointer;
}
.open_nav {
    margin-top: 0px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.close_nav {
    margin-top: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.height_0{
	height:0px !important;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.title_item_section {
	font-size: 18px;
}
.container_auxiliar {
	position: fixed;
	width: 40%;
	padding-top: 5px;
	top: 0px;
	left: 30%;
	right: 30%;
	display: none;
}
#container_items ul li ul li {
	line-height: 30px;
	margin-top: 0px !important;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile{
display: none;
}
#logo_pequeño {
	margin-top: 2px;
    height: 50px;
    width: 40px;
	position: absolute;
	left: 40%;
	top: -230px;
	z-index: 19;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#logo_grande {
	position: absolute;
	top: 0px;
	z-index: 20;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	width: 100%;
	padding-top: 15px;
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {

#nav_top {
	margin-top: 50px;

}
#header_nav_top {
}
.header_nav_top {
}
#logo_nav_top {
}
#container_top_nav_top {
}
#container_items {
}
.item_nav_top {
}
.title_item_nav_top {
}
.section_item_nav_top {
}
.items_section_item {
}
.item_section_nav_top {
}
.items_group_section {
}
.title_item_nav {
}
.group_section_nav_top {
}
.title_item_section {
}
.container_auxiliar {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
	
	.width_18_pc{
		width: 18.5% !important;
	}
	.width_15_pc{
		width:15% !important;
	}
	.width_9_pc{
		width:9% !important;
	}
	
	#logo_pequeño{
		margin-top:3px;
	}
	
	.hidden_movil{
		display:block;
	}
	
	.center_nav{
		display: inline-block;
		vertical-align: top;
		height: 52px;
		width: 100%;
	}
	
	.height_auto{
	/*DEPENDE DEL CONTENIDO DE LA SECCION*/
	height: 500px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-bottom: 3px solid hsla(73,52%,53%,1.00);
	-webkit-box-shadow: 3px 3px 5px hsla(0,0%,0%,0.34);
	box-shadow: 3px 3px 5px hsla(0,0%,0%,0.34);
	}

	.open_section{
		margin:0px !important;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.close_section{
		margin:0px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	
	.open_nav {
    margin-top: 0px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.close_nav {
    margin-top: 0px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

}

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav_top {
}
#header_nav_top {

}
.header_nav_top {
}
#logo_nav_top {
	float: left;
}
#container_top_nav_top {
	float: left;
}
.hidden_pc {
	display: none !important;
}
#container_items {
	padding-left: 12%;
	padding-right: 0%;
	height: 55px;
	line-height: 55px;
	margin-top: 0px !important;
	display: block !important;
	margin-left: 0px;
}
.item_nav_top {
	float: left;
	/*padding-right: 10px;
	padding-left: 10px;*/
	width: 14%;
}
.title_item_nav_top {
}
.section_item_nav_top {
	position: absolute;
	background-color: hsla(0, 0%, 100%, 0.94);
	width: 100%;
	left: 0px;
	top: 55px;
	color: #806241;
	border-bottom: 2px solid #4C4E49;
}
.items_section_item {
}
.item_section_nav_top {
	width: 33%;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.items_group_section {
}
.title_item_nav {
	padding-bottom: 0px;
	display: inherit;
	/* padding-left: 10px; */
    /* padding-right: 10px; */
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
}
.group_section_nav_top {
}
.title_item_section {
	font-size: 22px;
	/*background-image: url(../img_menu/barre.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.container_auxiliar {
	right: 1%;
	left: auto;
	width: auto;
	display: block;
}
#container_items ul li ul li {
	line-height: 50px;
	margin-top: 0px !important;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.title_item_nav:hover {
	border-bottom: 2px solid #806241;
	color: #FFFFFF;
}


}

@media only screen and (min-width: 1300px) {
	.title_item_nav {
	font-size: 16px;
	}
}
