@charset "utf-8";
/* CSS Document */

body {
	background:url(imagenes/fondo.jpg) repeat-x;
	margin: 0 auto;
	font-family:Tahoma;
	}
	
H1 {font-size: 22px; color: #000000; padding-bottom: 10px; border-bottom: 1px solid}
A:link {color: #0000ff}
A:visited {color: #ff0000}
A:hover {color: #666666}
FORM {margin: 0px}
INPUT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; background: white; padding: 1px 3px 0px; margin-right: 10px}
SELECT {width: 300px; font-family: Arial; font-size: 12px; color: #666666; margin: 1px 0px; margin-right: 10px}
TEXTAREA {width: 300px; height: 70px; font-family: Arial; font-size: 12px; color: #666666; padding: 1px 3px 0px; margin-right: 10px}
HR {height: 1px; color: #DDDDDD; margin: 10px 0px}
.BUTTON {width: auto; background: #dddddd}

	
#cabezera {
	height: 42px;
	width: 790px;
	background:url(imagenes/cabezera.jpg) no-repeat;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -395px;
	position: absolute;
	z-index: 0;
	}		
	
	
#contenedor {
	position: absolute;
	z-index:1;
	top: 42px;
	left: 50%;
	margin-left: -395px;
	height: auto;
	width: 790px;
	background:url(imagenes/contenedor.jpg) no-repeat;
	}