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

#registro{
	width:100%;
	height:100%;
	background: url(../imagenes/fondo_registro.png);
	
	}

#profile{
	width:100%;
	height:100%;
	background:url(../imagenes/profile.png);
	}

#status{
	float:left;
	width:204px;
	height:280px;
	background:url(../imagenes/fondo_profile_stats.png);
	margin-top:80px;
	margin-left:15px;
	padding:10px;
	}
#msn{
	width:330px;
	height:133px;
	float:right;
	background:url(../imagenes/invita_msn.png);
	margin-top:80px;
	margin-right:15px;
	}
#single{
	width:330px;
	height:165px;
	float:right;
	margin-top:3px;
	background: url(../imagenes/invita_single.png);
	margin-right:15px;
	}
#foto{
	width:223px;
	background:red;
	height:265px;
	float:left;
	}
#campos{
	width:377px;
	height:265px;
	float:left;
	}
#terminos{
	clear:both;
	width:100%;
	height:135px;
	}
#mas{
	
	width:325px;
	padding:10px;
	
	}
#mas p{
	height:25px;
	text-align:left;
	clear:both;
	
	}
#mas p label{
	color:white;
	padding:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;

	}
#mas p.setso{
	margin-left:26px;
	
	}
	
#mas p.setso input{
	float:left;
	
	}
#mas p.setso label{
	width:74px;
	
	}
#mas p input{
	width:60%;

	}
#mas p input#edad,#mas p input#sexo{
	width:30px;
	
	}
/*Aquí lo del captcha*/

#divrecaptcha{
    width:309px;
    font-size:12px; font-family:Arial, Helvetica, sans-serif;
	height:114px;
	margin-left:30px;
	padding:10px;
	background-image:url(../imagenes/captcha.png);
}
#divrecaptcha2{
	margin-top:30px;
	margin-left:8px;
	}
#controls{ 
	width:180px;
	float:left;

	
}
#texto{
	font-size:10px;
	padding:3px;
	
	}
#recaptcha_image{
    padding:2px; background:#f9f9f9;
    border:1px solid #e0e0e0;
}
#recaptcha_response_field {
	width:280px;
	}
#divrecaptcha a{
     font-size:11px;    font-family:Verdana;
    text-decoration:none; color:#3366ff;
}
#divrecaptcha a:hover{
     color: #000; text-decoration:underline;
}
#divrecaptcha a:visited{
     color: #000; text-decoration:underline;
}
#terminos_condiciones a:link{
	color:#333;
	}
#terminos_condiciones a:hover{
	color:#333;
	}
#terminos_condiciones a:visited{
	color:#333;
	}

#invitar_single{
	margin-left:8px;
	
	}
#invitar_single p{
	display:inline;
	}