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

div#c8
{
	display: block;
	float: left;
	width: 584px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#c8 div#superior
{
	background-image: url(../images/info_registro.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 584px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

div#c8 div#inferior
{
	background-image: url(../images/info_registro_pie.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 584px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 30px;
}

div#c8 div#panel_info
{
	background-image: url(../images/info_tregistro_cuerpo.jpg);
	background-repeat:  repeat-y;
	background-position: left;
	display: block;
	width: 584px;
}

ul#lista_cuadrado
{
	list-style-type: square;
	list-style-position: inside;
}

ul#lista_cuadrado li
{
	margin-bottom: 10px;
}

div#condiciones
{
	width: 300px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/condiciones.jpg);
	background-position: center center;
	height: 140px;
	background-repeat: no-repeat;
}

div#condiciones div#frame
{
	height: 94px;
	display: block;
	margin-top: 22px;
	float: left;
}

div#condiciones div#iverificar
{
	height: 24px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-indent: 10px;
	vertical-align: middle;
	float: left;
}
div#iverificar input
{
	margin-top: 5px;
}
button#boton_registrar
{
	background-image: url(../images/boton_vip.jpg);
	height: 50px;
	width: 161px;
	border: 1px none #FFFFFF;
}

.required
{}


.errFld
{
	border: 1px solid #FF0000;
}
.errMsg
{
	display: none;
}