/*Menu Lateral*/
.lateral {
	padding-top: 30%;
}
.lateral li {
	background: #444d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #444d2d 0%, #aecd57 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444d2d 0%,#aecd57 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444d2d 0%,#aecd57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444d2d', endColorstr='#aecd57',GradientType=0 ); /* IE6-9 */
	display: block !important;
	padding: 10px 10px;
	margin: 8px;
	border-radius: 10px 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.lateral li a {
	color: #fff !important;
	padding: 0;
	margin: 0px;
	display: block;
}
.lateral li:hover {
	background: #2d3a0a !important; /* Old browsers */
background: -moz-linear-gradient(top,  #2d3a0a 0%, #789b19 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d3a0a 0%,#789b19 100%) !important;/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d3a0a 0%,#789b19 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a0a', endColorstr='#789b19',GradientType=0 )!important; /* IE6-9 */
} 
	display: block !important;
	
}
.lateral li:focus {
	background: #2d3a0a !important; /* Old browsers */
background: -moz-linear-gradient(top,  #2d3a0a 0%, #789b19 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d3a0a 0%,#789b19 100%) !important;/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d3a0a 0%,#789b19 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a0a', endColorstr='#789b19',GradientType=0 )!important; /* IE6-9 */
	display: block !important;
	
}
.lateral li:active {
	background: #2d3a0a !important; /* Old browsers */
background: -moz-linear-gradient(top,  #2d3a0a 0%, #789b19 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d3a0a 0%,#789b19 100%) !important;/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d3a0a 0%,#789b19 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a0a', endColorstr='#789b19',GradientType=0 )!important; /* IE6-9 */
	display: block !important;
}

.g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
	background-color: rgba(0, 0, 0, 0.15) !important;
}
.g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
	color:#fff !important;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
	padding: 0.7rem 0.938rem;
}
/*Estilo Logotipos*/
.logo-grande {
	position:absolute;
	top: 10px;
	left: -5%;
	z-index: 3;
	margin-right: 40px;
	width: 30%;
}

.logomovil {
	position: absolute !important;
	width:80%;
	top: -50px;
	left: 10%;
}

/*Estilo articulos - Recuadro blanco*/
.clear {
	clear: both;
}
.articulo {
	margin-top: 20%;
	text-shadow: 1px 1px 3px white;
	background-color: rgba(245,245,245,0.8);
	box-shadow: 1px 1px 5px 10px rgba(245, 245, 245, 0.8);
}
.articulo1 {
	margin-top: 20%;
	text-shadow: 1px 1px 3px white;
}
/*Imágenes fondo articulos*/ 
.historia{
	background: url("../../../../images/fondos/historia.jpg") no-repeat fixed !important; 
}
.instalaciones  {
	background: url("../../../../images/fondos/instalaciones.jpg") no-repeat fixed !important;
}
.salon {
	background: url("../../../../images/fondos/salon.jpg") no-repeat fixed !important;
	background-size: cover !important;
	background-position: bottom;
}
.habitaciones {
	background: url("../../../../images/fondos/habitacion.jpg") no-repeat fixed !important;
	background-size: cover !important;
}
.banos {
	background: url("../../../../images/fondos/bano.jpg") no-repeat fixed !important;
	background-size: cover !important;
}
.infantil {
	background: url("../../../../images/fondos/infantil.jpg") no-repeat fixed !important;
	background-size: cover !important;
	}
.cocina {
	background: url("../../../../images/fondos/cocina.jpg") no-repeat fixed !important;
	background-size: cover !important;
}
.juegos {
	background: url("../../../../images/fondos/juegos.jpg") no-repeat fixed !important;
	background-size: cover !important;
}
.jardin {
	background: url("../../../../images/fondos/jardin.jpg") no-repeat fixed !important;
	background-size: cover !important;
}
.situacion {
	background: url("../../../../images/fondos/situacion.jpg") no-repeat fixed !important;
}
.candelario {
	background: url("../../../../images/fondos/candelario.jpg") no-repeat fixed !important;
}
/*Estilo Menu principal*/
.menu-principal {
	position: absolute;
	z-index: 3;
	left: 25%;
	float: right;
	width: 80%;
}
.menu-principal ul li a {
	/*background: #444d2d; 
	background: -moz-linear-gradient(top,  #444d2d 0%, #aecd57 100%);
	background: -webkit-linear-gradient(top,  #444d2d 0%,#aecd57 100%); 
	background: linear-gradient(to bottom,  #444d2d 0%,#aecd57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444d2d', endColorstr='#aecd57',GradientType=0 );*/
	width: 122px;
	height: 60px;
	background: url('bode.png');
	background-attachment: cover;
	padding: 15px 10px 15px 10px !important;
	border-radius: 0 0 15px 15px;
	color: #dff0b1 !important;
	margin: 0 2px !important;
}
.menu-principal ul li a:hover {
background: #2d3a0a; /* Old browsers */
background: -moz-linear-gradient(top,  #2d3a0a 0%, #789b19 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d3a0a 0%,#789b19 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d3a0a 0%,#789b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a0a', endColorstr='#789b19',GradientType=0 ); /* IE6-9 */
}
.menu-principal ul li a:focus {
background: #2d3a0a !important; /* Old browsers */
background: -moz-linear-gradient(top,  #2d3a0a 0%, #789b19 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d3a0a 0%,#789b19 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d3a0a 0%,#789b19 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a0a', endColorstr='#789b19',GradientType=0 )!important; /* IE6-9 */
}

