@import url(calendar.css);
@import url(error_messages.css);
.text_normal {
    color:#696B6A;
    font-weight: normal;
}

.text_normal_padding {
    color:#696B6A;
    font-weight: normal;
    padding-left:20px;
}

.text_destacado {
    color:#4D83B2;
    font-weight: bold;
    font-size:12px;
}

.text_type_link {
    color:#4D83B2;
    font-weight: normal;
}

.text_destacado_padding {
    color:#4D83B2;
    font-weight: bold;
    padding-left:20px;
}

.text_destacado_verde {
    color:#69B751;
    font-weight: bold;
    font-size:10px;
}

.registro input, select {
	font-size: 12px;
	padding: 3px;
	width: 305px;
	margin-bottom: 10px;
	border: 1px solid #c6cacd;
	background-color: #ebeff2;
    float: left;
}

/* Para que los checkboxes queden bien en IE */
.registro input[type="checkbox"] {
	border: 0;
	width: auto;
	margin-top:3px;
}

.registro textarea{
	font-size: 12px;
	width: 305px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #c6cacd;
	background-color: #ebeff2;
    float: left;
}

.registro label{
    display: block;
    color:#5b83a7;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    width: 135px;
    padding-right: 20px;
    padding-left:60px;
    white-space:nowrap;
}
.registro h1, h2{
	font-size:15px;
	color:#5b83a7;
	font-weight:bold;	
}
.registro .copete{
	font-size:12px;
}
#registrarse {
	background:#FFFFFF url(../imgs/botones/enviar.gif) no-repeat;
	float:right;
	height:23px;
	margin:10px 55px 15px 0pt;
	padding:0pt;
	width:63px;
	cursor:pointer;	
}birthDay{
	width:95px;
	margin-right:10px;
}
.registro small{
	float:right;
	margin-right:122px;
	margin-top:-5px;	
	font-size:10px;
	margin-bottom:10px;
}
/*************/
/*** LOGIN ***/
/*************/

.registro #login{
	padding-left:30px;
	padding-top:30px;
}
.registro #login input, .registro #login select{
	background-color:#fff;
	width:238px;
}
.registro #login #logear{
	background:#FFFFFF url(../imgs/botones/ingresar.gif) no-repeat;
	float:right;
	height:23px;
	margin:10px 60px 15px 0pt;
	padding:0pt;
	width:70px;
	cursor:pointer;
	important!
}
.registro #login label{
	padding-left:0px;
	margin-bottom:0px;
	text-align:left;
}
.login-img {
	padding: 5px 0px 0px 15px;
}
#passrecover {
	padding: 10px 0px 0px 30px;
}
#passrecover .title {
	padding: 0px;
	color: #5B83A7;
}
#recover_username {
	width: 238px;
	background: #fff;
}
#passrecover_div #recover label {
	color: #5B83A7;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.legal{
    background-color:#EEEFF1;
    float:right;
    font-size: 10px;
    margin-right: 73px;
    width: 288px;
   	padding: 12px; 
}

.bienvenido {
	color:#5B83A7;
	font-size:18px;
	font-weight:bold;
}

.privacity{
    float:right;
    font-size: 10px;
    margin-right: 100px;
    width: 288px;
    padding: 12px;
}

.register_year, .register_month, .register_day {
 	float: left;
	width:60px;
}

.error-datos {
	background:#FDEDED none repeat scroll 0 0;
	border:1px solid;
	color:red;
	height:30px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:245px;
}
.tit_users {
	position: absolute;
	top: 300px;
	margin-left: 665px;
}

.login-form {
	display: none;
}

