*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenedor {
	background:url(bitmaps/fondo.jpg) right top no-repeat;
	width:670px;
/*	height:600px;*/
}
#contenedor h1{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	text-indent:-9999px;
	width:573px;
	height:64px;
	margin:20px 0 10px;
	padding:0;
}

#contenedor h2{
	font-size:12px;
	font-weight:bold;
/*	float:left;*/
	margin:0 0 20px;
	WIDTH:100%;
	padding:0;
}

#contenedor fieldset{
	border:none;
	width:570px;
/*	float:left;*/
	padding:0;
}

#contenedor ul.campos{
	width:550px;
	clear:both;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
}

#contenedor ul.campos li{
	width:540px;
	clear:both;
	float:left;
	padding:0;
	margin:3px 0;
	list-style:none;
	list-style-image:none;
}

#contenedor legend{
	display:none;
}

#contenedor .campos label{
	float:left;
	margin:5px 10px 0 0;
	width:105px;
	text-align:left;
}

#contenedor .campos label.fechas{
	float:left;
	margin:5px 5px 0 20px;
	width:45px;
	text-align:left;
}
#contenedor .campos label.doble{
	float:left;
	margin:5px 5px 0 20px;
	width:105px;
	text-align:left;
}

#contenedor input{
	float:left;
	margin:2px 8px 0;
	font-size:10px;
}

#contenedor select{
	float:left;
/*	width:150px;*/
	margin:2px 8px 0;
	font-size:10px;
}

#contenedor select.corto50{
	float:left;
	width:50px;
	margin:2px 8px 0;
	font-size:10px;
}

#contenedor select.corto70{
	float:left;
	width:70px;
	margin:2px 8px 0;
	font-size:10px;
}

a#continuar{
	background:url(bitmaps/btn_continuar.gif) center top no-repeat;
	width:140px;
	float:left;
	/*clear:both;*/
	height:60px;
	text-indent:-9999px;
/*	margin:18px auto;*/
	display:block;
	margin-top:18px; 
}

a#continuar:hover{
	background:url(bitmaps/btn_continuar.gif) center bottom no-repeat;
}

a#aceptar{
	background:url(bitmaps/btn_aceptar.gif) center top no-repeat;
	width:320px;
	float:left;
	clear:both;
	height:60px;
	text-indent:-9999px;
	margin:48px auto;
	display:block;
}
a#aceptar:hover{
	background:url(bitmaps/btn_aceptar.gif) center bottom no-repeat;
}


#contenido{
	background:url(bitmaps/fondo_exito.jpg) left top no-repeat;
	width:588px;
	height:344px;
}


#contenido h1{
	background:url(bitmaps/titulo_exito.gif) left top no-repeat;
	width:150px;
	height:37px;
	text-indent:-9999px;
	float:left;
	margin:50px 0 30px 100px;
}

#contenido h2{
	width:350px;
	height:37px;
	text-indent:-9999px;
	text-align:justify;
	float:left;
	margin:20px 0 30px 30px;
}

#contenido p{
	width:350px;
	float:left;
	text-align:center;
	margin:0;
}

#contenido p2{
	width:50px;
	float:left;
	text-align:left;
}
#contenido p3{
	font-size:12px;
	font-weight:bold;
/*	float:left;*/
	margin:0 0 20px;
	WIDTH:100%;
	padding:0;
}


a#cerrar{
	background:url(bitmaps/btn_cerrar.gif) center top no-repeat;
	width:350px;
	margin:20px 0 0;
	float:left;
	height:65px;
	text-indent:-9999px;
	display:block;
}
a#cerrar:hover{
	background:url(bitmaps/btn_cerrar.gif) center bottom no-repeat;
}
.legal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	width:660px;
	text-align:justify;
	clear:both;
}
