html, body {
	margin:0px;
	height:100%;
	text-align:center;
	min-width:775px;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background:url(imagenes/fondo.jpg) top left repeat-x;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#600;	
	margin:0px 10px;
	padding:0px 5px;
}
h4 {
	font-size:16px;
}

a {
	font-weight:bold;
	text-decoration:none;
}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#600;}
a:active {color:#000;}

/**/

/*estructura*/
#cuerpo {
	width:780px;
	height:100%;
	margin:0px auto;
	padding:0px;
	font-size:14px;
	line-height:2;
	text-align:left;
	/*background:#FFF url(imagenes/fondoContenido.jpg) top left no-repeat;*/
}

#cuerpo #izquierda {
	float:left;
	width:500px;
	margin:10px;
	padding:5px 5px 80px 5px;
	background:url(imagenes/gota.png) bottom left no-repeat;
}
#cuerpo #derecha {
	float:left;
	width:250px;
	margin:10px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#cuerpo #derecha img {
	border:1px solid #600;
	margin:25px 0px 0px 0px;
	padding:1px;
}

#pie {
	clear:both;
	width:775px;
	margin:0px auto;
	padding:93px 0px 40px 0px;
	/*border-top:#600 2px solid;*/
	background:url(imagenes/pie.jpg) top left no-repeat;
	text-align:left;
	font-size:14px;
}

/*Formulario de contacto*/
form{
	margin:0px;
	padding:0px;
	width:500px;
}

form div{
	float:left;
	min-width:100px;
}

form .etiqueta{
	width:100px;
	padding:0px 0px 5px 0px;
	/*border-bottom:#996600 1px dotted;*/
}

form .campo{
	width:350px;
	height:40px;
	margin:0px 0px 0px 5px;
	/*border-bottom:#000000 1px solid;*/
}

form .campo .textbox{
	width:350px;
	height:25px;
	padding:3px;
	border:#CCCCCC 1px solid;
}

form .campo textarea{
	width:350px;
	height:100px;
	border:#CCCCCC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form .campo .boton{
	width:70px;
	padding:5px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-color:#600;
	border:#CCCCCC 1px solid;
}

#hojas {
	position:absolute;
	top:385px;
	z-index:9999;
	left:255px;
}

/*resaltar*/
.resaltar {
	margin:15px 0px;
	padding:15px 10px;
	background:#FFF0F0 url(imagenes/fondo-resaltar.jpg) right bottom no-repeat;
	border-top:#600 1px solid;
	border-bottom:#600 2px solid;
}

/*Validacion*/
.block{
	display: block;
}
form label.error{
	display: none;
	color:#FF0000;
	font-weight:bold;
}

