* {
padding: 0;
margin: 0;
z-index: 1;
}
body {
	background-color: #FFFFCC;
	text-align: center;
}

body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color:#FFDDBB;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}
#pagina{
	width:800px;
	margin:0 0 0 0;
	border: 10px solid #395d11;
	height:auto;
	background:#fef9f5;
}
#header{
	width:100%;
	margin:0px;
	height:auto;
	min-height:100px;
}
#menu{
	width:100%;
	margin:0px;
	bottom:0px;
	height:25px;
	background:url(img/fondoboton2.png);
	font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
	border-top: 1px solid #395d11;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
	background: url(img/fondoboton2.png) repeat-x left top;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	background: url(img/fondoboton2.png) repeat-x left top;
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	height:25px;
	color: #D4E59F;	
	background: url(img/fondoboton.png) repeat-x left top;
}
#menu ul li#current a {	
	color: #D4E59F;
	background: url(img/fondoboton.png) repeat-x left top;
}
#contenido{
	width:100%;
	min-height:200px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:200px /*IE6*/;	
	background:#fbf2dc;
}
#derecha{
	float:right;
	width:250px;
	min-height:300px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:300px /*IE6*/;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid #000000;
	text-align:justify;
	padding:5px;

}
.izquierda{
	margin-top:10px;
	margin-left:8px;
	float:left;
	width:500px;
	min-height:300px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:300px /*IE6*/;
}
.izquierda img{
	border:5px solid #CCCCCC;
	float:left;
	margin-right:5px;
}
.izquierda h3{
	margin: 5px;
	font: Bold 140%;
	color: #395d11; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background:#CCCCCC;	
	text-transform: none;
}
#total{
	margin-top:10px;
	margin-left:12px;
	float:left;
	width:95%;
	min-height:300px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:300px /*IE6*/;
}
#total img{
	border:5px solid #CCCCCC;
	float:left;
	margin-right:5px;
}
#total h2{
	margin: 5px;
	font: Bold 140%;
	color: #395d11; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background:#CCCCCC;	
	text-transform: none;
}
#pie{
	width:100%;
	margin:0px;
	background:#395d11;
}
#pie p{
	color:#FFFFFF;
}
#pie a{
	color:#FFFFFF;
	text-decoration:underline;
}
#s2{
	width:400px;
	float:left;
}
#s1{
	width:400px;
	float:left;
}
#s1 img{
	width:350px;
	height:350px;
}
#desc{
	width:350px;
	float:right;
}
#calidades{
	width:100%;
	text-align:left;
}
.distribuciones{
	text-align:left;	
}
.distribuciones img{
	border:0px;
	height:100px;
	width:100px;
}
.distribuciones img mini{
	height:50px;
	width:50px;
}
#buttonpie{
}
#buttonpie img{
}
.none{
	clear:both;
}
.clear { clear: both; }
