/* GENERAL */
html { background-color:#000000; }
body { height:100%; margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; text-align:center; }
html>body {	height:100%; margin-left:0px; margin-top:0px; margin-right:0px;	margin-bottom: 0px; background-color:#000000;  }
form { clear:none; float:none; border-style:none; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; display:inline; }

#centrado_general { width:100%; }
IMG,DIV#centrado_general { behavior: url(iepngfix/iepngfix.htc); }
#general_contenedor { width: 900px; height:100%; overflow:hidden; }

/* [encabezado] */
#general_encabezado { width: 900px; height:281px; clear:both; overflow:hidden; }
#general_botonera { width: 900px; height:100px clear:both; overflow:hidden; }


/* [cuerpo] */
#general_cuerpo { width: 900px; clear:both; overflow:hidden; background-image:url(images/fondo_1.jpg); background-repeat:no-repeat; }

#cuerpo_contenido_abre { width: 900px; height:92px; clear:both; overflow:hidden; }
#cuerpo_contenido_medio { width: 720px; clear:both; overflow:hidden; background-image:url(images/cuerpo_medio.jpg); background-repeat:repeat-y; padding:20px 90px 0 90px; }
#cuerpo_contenido_cierre { width: 900px; height:73px; clear:both; overflow:hidden; background-image:url(images/cuerpo_cierre.jpg); background-repeat:no-repeat; }

/* [cierre] */
#general_cierre { width: 900px; height:200px; clear:both; overflow:hidden; background-image:url(images/cierre_fondo.jpg); background-repeat:repeat-y; background-color:#584B52; }


/* [textos] */
.texto1 { font-family: "Georgia"; font-size: 13px; color:#FFFFFF; }
.texto2 { font-family: "Georgia"; font-size: 20px; color:#FFFFFF; }
.texto3 { font-family: "Georgia"; font-size: 20px; color:#99FF00; }

A.enlace:link {text-decoration: none; color:#FFFFCC; }
A.enlace:visited {text-decoration: none; color:#FFFFCC; }
A.enlace:hover {text-decoration:none; color:#FFFFFF }
A.enlace:active {text-decoration: none; color:#FFFFCC; } 

/* [formulario] */
.campo { width:200px; height:20px; background-color:#000000; color:#FFFFFF; padding:4px; border:1px solid #CCCCCC; font-family: "Georgia"; font-size: 12px; }
.campo_codigo { width:72px; height:16px; background-color:#000000; color:#FFFFFF; padding:3px; border:1px solid #CCCCCC; font-family: "Georgia"; font-size: 12px; }
.boton_enviar { width:120px; height:26px; background-color:#FFFFFF; color:#000000; padding:4px; border:2px solid #CCCCCC; font-family: "Georgia"; font-size: 12px; font-weight:bold; }