body {
	font-size:100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	background-color: #336633;
	text-align: center;
}

div#contenedor{
	width: 98%;
	margin: 10px;
}

div#contenido{
	width: 100%;
	background-color: #000000;
	height: 240px;
}
 
div#cabecera{
	height : 95px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: url(images/cabecera.jpg);
}

div#bajo{
	width: 100%;
	font-size: 0.7em;
	color: #CCCCCC;
	font-style: normal;
	background-image: url(images/hormigas.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin: 2px;
}

#margen_izq{
	height: 240px;
	width: 150px;
	float: left;
	background-image: url(images/logo_puly2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#centro{
	width: 100%;
	height: 240px;
	background-color: #FFFFFF;
	text-align: center;
}

#margen_der{
	height: 240px;
	width: 150px;
	float: right;
}

.elbar{
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
}

.mapa{
	background-image: url(images/beas.jpg);
	background-repeat: no-repeat;
}

.contacto{
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
}

.productos{
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
}

.galeria{
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
	overflow-y:scroll;
}

#nav{
	text-align: left;
}
#nav ul{
	font-size:1.1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li{
	display: compact;
}
#nav ul li a{
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 25px;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #000000;
	background-color: #A0CFA0;
}

#nav2{
	text-align: left;
	float: left;
}
#nav2 ul{
	font-size:1.1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 ul li{display: compact;}
#nav2 ul li a{
	text-decoration: none;
	color: #336633;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 25px;
} 
#nav2 ul li a:hover, #nav ul li a:focus{
	color: #000000;
	background-color: #A0CFA0;
}

#patro{
	text-align: center;
	margin-bottom: 15px;
	vertical-align: middle;
}
#patro ul{
	font-size:1.1em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#patro ul li{
	display: inline;
	background-position: center;
}
#patro ul li a{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
} 
#patro ul li a:hover, #nav ul li a:focus{

}


.pie{
	font-size: 0.8em;
	color: #CCCCCC;
}

.formulario{
	font-size: 0.8em;
	color: #666666;
}

.formulario input, textarea{
	color: #999999;
}

.botones{
	color: #666666;
	border: 1px solid #999999;
}

.copyright{
	color: #FFFFFF;
	font-size: 0.7em;
}
.cuadroGris{
	width:300px;
	padding: 1px;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.82em;
	color: #666666;
}

.cuadroVerde{background-color:#F4FFE6;width:440px;border: 2px solid #EAFFCA;padding: 5px;margin: 15px 30px;}
