/* CSS Document */

html * {
	margin:0;
	padding:0;
}

body {
	background:#000;
}

#contenedor {
	width:782px;
	margin:0 auto;
}

#contenedor #cabecera {
	width:782px;
	height:233px;
	background:url(images/bg_header.jpg) no-repeat left top;
}

#contenedor #contenido {
	width:682px;
	padding:0 50px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:url(images/bg_wrapper.jpg) repeat-y left top;
	font-family:"tahoma", Arial, Helvetica, sans-serif;
}

#contenedor #contenido h1 {
	font-weight:normal;
	color:green;
	font-size:1.3em;
	text-align:center;
}

#contenedor #contenido h2 {
	font-weight:normal;
	color:green;
	font-size:1.1em;
	border-bottom:1px solid #CCC;
}

#contenedor #pie {
	width:782px;
	height:159px;
	background:url(images/bg_footer.jpg) no-repeat left top;
}

#contenedor #contenido fieldset {
	border:1px solid #FFCC00;
	padding:30px 30px 10px 30px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	margin:30px;
}

#contenedor #contenido legend {
	background:white;
	padding:0 10px;
	border:1px solid #FFCC00;
	text-transform:uppercase;
	font-size:11px;
	color:gray;
}
#contenedor #contenido form {
	font-size:12px;
}

#contenedor #contenido dl {
	margin:0;
}
#contenedor #contenido fieldset dl {
	color:black;
	font-size:15px;
}
#contenedor #contenido fieldset dt {
	margin:35px 0 0 0;
	width:200px;
	padding:0;
	font-weight:normal;
	border-bottom:1px solid #FFCC00;

}
#contenedor #contenido fieldset dd {
	float:left;
	margin:-18px 0 0 0px;
	padding:0 0 5px 220px;
	height:auto;
	border:none;
	color:gray;
}
#contenedor #contenido fieldset .botones {
	margin: 10px auto;
	width:100px;
	background:green;
	color:white;
	padding:3px;
	cursor:pointer;
	font-size:18px;	
}

#contenedor #contenido fieldset .precio {
	text-align:right;
	letter-spacing:1px;
	background:url(images/bg_precio.jpg) no-repeat right bottom;
}

#contenedor #contenido fieldset input {
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:2px 0;
	color:#333;
	background:white;
	width:260px;
	color:green;
}

#contenedor #contenido p{
	color:green;
	text-align:center;
	font-size:15px;
}

#contenido #contacto fieldset textarea {
	margin:0 0 10px 0;
}
#contenedor #contenido radio {
	padding:3px 0;
}

