body
{
	text-align:center;
	margin:0px;
	padding:0px;
	background-image: url(../imagenes/fd_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#fondo_pie
{
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	
	background-image: url(../imagenes/fondo_pie.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#cuerpo_aux
{
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	
	background-image: url(../imagenes/fd_pie.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#cuerpo
{
	margin:0px auto 0px auto;
	padding:120px 0px 0px 0px;
	text-align:center;
	width: 700px;	
	min-height:452px;
	height:auto;
}
#cuerpo p
{
	margin:0px;
	padding:0px;
}

#cuerpo p a img
{
	border:0px;
}
div.separador
{
	height:22px;
	background-image: url(../imagenes/separador.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#formulario
{
	float:left;
	clear:both;
	width:360px;
	height:40px;
	margin:16px 0px 0px 170px;
	
}
#formulario span
{
	width:130px;
	float:left;
	text-align:right;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#B0B0B0;
}
#formulario input.texto
{
	float:left;
	margin:4px 0px 0px 4px;
	padding:0px 0px 0px 0px;
	height:16px;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#8C8C8C;
	border:1px solid #E0E0E0;
}
#formulario input.enviar
{
	float:left;
	margin:5px 0px 0px 4px;
}
p.exito
{
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#CECECE;
	line-height:16px;
}
p.exito span.bienvenido
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#B6C52E;
}
p.exito a.visite
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#B6C52E;
}
p.informacion
{
	
	margin-top:-100px;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#848484;
}
p.informacion a
{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#B6BB4E;
	text-decoration:none;
}
p.informacion a:hover
{
	text-decoration:underline;
}