
html, body { 
	text-align: center; 
	background: transparent url(../img/fondo_formulario.png) repeat-y center center;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	border: none 0px;
}

h1, h2, h3 {
	color: orange;
}

h2 {
	text-decoration: underline;
}

h3 {
	font-weight: bolder;
}

p, div, img, form {
	margin: 0px;
	padding: 0px;
	border: none 0px;
}

ul,li {
	text-align: left;
}

input {
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	border: none 0px;
	color:lightBlue;
}

a:visited {
	color:yellow;
}

ul {
	list-style-image: url(../img/bullet.gif);
}

ul .highlight {
	list-style-image: url(../img/bullet_highlight.gif);
}

span.transparencia {
	background: transparent url(../img/fondo_parrafo.png) repeat;
}

/*Div Contenedor*/
#divContenedor { 
	width: 400px;
	margin: 0px auto;
	text-align:left;
	background-color: #FFFFCD;
}


/*Div de la Cabecera*/
#divCabecera { 
	height: 140px;
	text-align: center;
}


/*Cuadros de Seccion*/
.caja {
	background-color: #000000;
	border: solid 2px #888888;
	margin: 10px;
}

.caja #titulo {
	background: #E1B61A url(../img/fondo_titulo_caja_formulario.png) repeat-x top;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #004411;
	border-bottom: solid 2px #888888;
}

.caja #titulo a {
	text-decoration: none;
	color: #004411;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.caja a #titulo:hover {
	background: transparent url(../img/fondo_titulo_caja_hover.png) repeat-x top;
}

.caja #contenido {
	background: transparent url(../img/fondo_pareja_dorado.jpg) repeat-y center top;
	font-weight: bold;
	color: #FFFFFF;
	overflow: auto;
}

.caja #contenido p {
	margin: 10px;
	text-align: left;
}

/*Div del Pie*/
#divPie {
	margin: 40px 10px 10px 10px;
	width: 350px;
	color: #004411;
	text-align: center;
	font-weight: bold;
}

#divPie a {
	color: navy;
}

#divPie a:visited {
	color: lightBlue;
}


/*Div en blanco, para compensar el solapamiento de los float*/
.divClear { clear:both; width: 0px; height: 0px;}

/*Div con el contenido centrado*/
.divCentrado { text-align: center;}

/*Clase para precargar las imagenes*/
.imagenOculta { display: none;}

.error {
	color: #FF0000;
	font-weight: bold;
}



