* {
	margin: 0;
	border: 0;
	}
body {
	color: white;
	background: url(fondo.jpg) 50% 0 fixed no-repeat black;
	font: 18px 'lucida grande', san-serif;
	}
a:link, a:visited {
	color: white;
	text-decoration: none;
	}
a:hover {
	font-style: italic;
	}
img {
	border: none;
	}
#contenedor {
	width: 815px;
	margin: 0 auto;
	}
#contenido {
	height: 335px;
	width: 586px;
	}
#contenidoventas {
	height: 245px;
	width: 306px;
	margin: 20px 0 20px 230px;
	padding: 25px;
	background: white;
	color: black;
	font: 12px 'lucida grande', san-serif;
	}
#contenidocontacto {
	height: 315px;
	width: 586px;
	margin: 20px 0 0 0;
	}
#info {
	width: 223px;
	height: 25px;
	text-align: right;
	float: left;
	padding: 5px 0;
	}
#fill {
	float: right;
	width: 354px;
	}
#logo {
	width: 586px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	}
#menu {
	width: 356px;
	padding-left: 230px
	}
#boton {
	padding-bottom: 10px;
	}
#pie {
	width: 586px;
	padding-top: 5px;
	border-top: 1px solid white;
	margin-top: 10px;
	}
	
#auspicio {
	float: left;
	width: 210px;
	font-size: 11px;
	}
#contacto {
	float: right;
	width: 356px;
	font-size: 11px;
	}
	
#logoauspicio {
	float: left
	padding: 0 10px 10px 0;
	}
#txtauspicio {
	float: left;
	font-size: 9px;
	}
	
//* *//

input {
	}

#nombre, #correo, #asunto {
	background: white;
	height: 25px;
	width: 356px;
	margin-bottom: 10px;
	}
#textarea {	
	width: 356px;
	height: 150px;
	background: white;
	}
.subrayado {
	border-bottom: 1px solid black;
	}
.margen {
	margin:10px 0 20px 0;
	}