html{
	width:100%;
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	width:100%;
	/*height:100%;*/
	text-align:center;
	background-color: #000;
	background-image: url(fondo.jpg);
	font-size:0.7em;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;	
}
a:hover{
	
	color: #990000;	
}
input{
	width: 400px;
	height: 1.3em;
	font-size: 1.1em;
	border:1px solid #000;
	margin-bottom:1em;
	
}
textarea{
	width: 400px;
	height: 5em;
	font-size: 1.36em;
	border:1px solid #000;
	font: Verdana, Arial, Helvetica, sans-serif;
	
}




h1{
	margin:0px;
	padding:0px;
	margin-top:1em;
	color: #333333;
	font-size: 1.3em;
	border-bottom: 1px solid #333333;
}


#contenedor{
	width:760px;
	height:auto;
	background-color: #FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#fff;
	margin:auto;
	text-align:left;
	overflow:none;
}



#menu{
	width: 100%;
	/**height: 1.4em;**/
	margin:0px;
	padding:0px;
	float: left;
	background-color: #CDB97A;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:0.2em;
}
#menu ul {
	margin:0px;
	padding:0px;
		margin-bottom:0.2em;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	font-size: 1.2em;	
	margin-left:1.4em;
	margin-bottom:0.2em;

}

#contenido{
	width: 96%;
	background-color: #FFFFFF;
	/*height: auto;*/
	margin-bottom:0.2em;
	margin-left:1em;
	text-align: justify;
}

#contenido ul{
	margin-left:3em;
	

}
#contenido ul li{
	list-style-image: url(vineta.gif);	

}

#contenido form ul li{
	list-style-image: none;
	list-style-type: none;

}

#pie{
	width: 100%;
	background-color: #CDB97A;
	height: 5em;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.productos{
	
	border: 1px solid #000;
	
}


.titulointerior {
	font-size: 1.2em;
	color: #666600;	
}
