* {
	margin:0px;
	padding:0;
}

body {
	background-color:#E7DFA0;
	background-image: url(comienzo.gif);
	background-repeat:  repeat-x;
	background-position: top;
}

#formulario{
	background-color:#FAF3BB;
	border-top: thin solid #191918;
	border-right: thin solid #191918;
	border-bottom: thin solid #191918;
	border-left: thin solid #191918;
	height:auto;
	width:500px;
	position:absolute;	
    top:50%;
	left:50%;
	margin-left:-250px; /*el negativo de la mitad del ancho del div*/
    margin-top:-45px; /*el negativo de la mitad de la altura del div*/	
}

#titulo{
	background-color:#191918;
	height:20px;
	width:500px;
}

#cuadro{
	padding:0px 0px 0px 25px;
}

#aviso{
	padding:0px 0px 0px 25px;
}

#encabezado{
	padding:5px 0px 0px 0px;
	background-color:#191918;
	height:28px;
	width:1024px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E7DFA0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E7DFA0;
}

a.Estilolink:link { color:#E7DFA0; text-decoration: none}
a.Estilolink:visited { color:#E7DFA0; text-decoration: none}
a.Estilolink:hover { color:#FFFFFF; text-decoration: none}
a.Estilolink:active { color:#E7DFA0; text-decoration: none}

a.Estilotitulo:link { color:#082733; text-decoration: none}
a.Estilotitulo:visited { color:#082733; text-decoration: none}
a.Estilotitulo:hover { color:#47481A; text-decoration: underline}
a.Estilotitulo:active { color:#082733; text-decoration: none}

.avisorojo {
	font-size:16px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;	
}
.Estilo1 {
	font-size:16px;
	color:#E7DFA0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.estilotext  {
	background-color:#FAF3BB;
	border: 2px solid #706933;
}
.titulo {
	text-align:center;
	font-size:14px;
	color:#E7DFA0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
}
