@charset "utf-8";

.vineta {
	height: 42px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}


.menuNavegacion {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0,110,184,1);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0,110,184,1);
	box-shadow: 0px 8px 0px 0px rgba(0,110,184,1);
	margin-bottom: 10px;
}




.menuNavegacion p {
	font-size: 1.6em;
	font-family: 'Poiret One', cursive;
	color: #999;
	margin-left: 5%;
}

.menuNavegacion p a {
	color:#06F;
	text-decoration: none;	
	}
.menuNavegacion p a:hover {
	color:#0C0;
	}

#menuFooter ul li #menuT9{
	color: #0C0;
	font-weight: bold;
}
#menuOculto ul #menuS9 li {
	color: #FFF;
	text-decoration: underline overline;
}
/* CSS Document */


.textoSillas {
	font-family: 'Poiret One', cursive;
	font-size:1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	margin-right: 40px;
}
#tituloSillas {
	font-family: 'Poiret One', cursive;
	font-size:3em;
	margin-top: 20px;
	margin-left: 60px;
}

@media screen and (max-width:750px){
			
	.modulo70 {
	width: 100%;
}

	.modulo30 {
	width: 100%;
}

.textoSillas {
	text-align: center;
	margin-right: 0px;
	padding-left:10px;
	padding-right:10px;
	
}
#tituloSillas {

	margin-left: 0px;
	text-align: center;
}



}

@media screen and (max-width:750px){
	
	.modulo50 {
	width: 100%;
}
	
	}
