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


.titulo_resultado{
color:#fc1921;
font-family:FontanaTitulo;
font-size:23px;
margin:20px;
}

.imagen{
background-image:url(../img/img_promotor.jpg);
background-repeat:no-repeat;
background-position:center;
overflow:hidden;
width:499px;
height:163px;
margin-left:41px;
}

.imagen .desc {
font-size:12px;
color:#FFFFFF;
width:150px;
margin:40px 0 0 20px;
}

.imagen p {
font-size:12px;
color:#FFFFFF;
width:150px;
margin:8px 0 0 20px;
}

.borrarFloat{
clear:left;
}

#form{
width:499px;
overflow:hidden;
margin:10px 0px 10px 42px;
}

#headerForm{
background-image:url(../img/headerForm.jpg);
background-repeat:no-repeat;
width:499px;
height:10px;
overflow:hidden;
}

#centroForm{
background-color:#f3f3f3;
}

#footerForm{
background-image:url(../img/footerForm.jpg);
background-repeat:np-repeat;
width:499px;
height:10px;
float:left;
}

.label{
font-size:12px;
font-weight:bold;
color:#877b77;
float:left;
width:200px;
text-align:right;
padding-top:2px;
margin:0 7px 10px 0;
}

.campo{
margin:0 0 10px 0;
}


.campoText_login{
border:#CCCCCC 1px solid;
width:190px;
}

.campoText_loginSmall , .campo select{
border:#CCCCCC 1px solid;
}


.submit{
background-image:url(../img/btn_submit.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
border:none;
width:81px;
height:15px;
color:#4d6185;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin:-10px 0 0 260px;
}

.aclaracion {
	font-size:10px;
	color:#999999;
	}

.check{
border:#CCCCCC 1px solid;
}

.textArea{
border:#CCCCCC 1px solid;
width:190px;
height:80px;
}

/*---TEXTO PLAN--*/

#texto_plan{
width:529px;
border:4px #ececec solid;
margin:15px 0 10px 20px;
}

#resumen_plan{
width:529px;
height:148px;
border:4px #FF0000 solid;
margin:15px 0 0 20px;
}


	/*--ESTRUCUTRA--*/

	.text_plan{
	margin:15px 0 0 15px;
	}
	
	/*--ESTILOS--*/
	
	.titulares_plan{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fc1921;
	}

	.text_plan p{	
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:normal;
		margin-bottom:8px;	
	}

	#texto_plan a:link , #texto_plan a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#877b77;
	font-size:10px;
	}
	
	#texto_plan strong {
		font-size:10px;
	}
	
	#texto_plan li, #texto_plan ul {
		font-size:10px;
		margin-left:15px;
	
	}

