#REGISTRO{
	height:100%;
	overflow:hidden;
}


#REGISTRO #registro-texto{
	float:left;
	width:392px;
	margin-right:10px;
}
#REGISTRO #registro-form{
	float:left;
	width:392px;
}

#REGISTRO #registro-form label{
	display:block;
	font-size:12px;
	color:#333;
	padding-bottom:10px;
}
#REGISTRO #registro-form label input, #REGISTRO #registro-form label select{
	padding:5px;
	font-size:12px;
	width:370px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}
#REGISTRO #registro-form .double label{
	float:left;
}
#REGISTRO #registro-form .double .left{
	margin-right:10px;
}
#REGISTRO #registro-form .double label input, #REGISTRO #registro-form .double label select{
	padding:5px;
	font-size:12px;
	width:175px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}
#REGISTRO #registro-form .double label select{
	width:185px;
	padding:4px;
}
#REGISTRO #registro-form .boletins{
	padding-bottom:0px;
	margin-bottom:10px;
}
#REGISTRO #registro-form .boletins input{
	width:20px;
}
#REGISTRO h1{
	font-size:30px;
	color:#333;
	padding-bottom:10px;
	letter-spacing:-1px;
	font-family:Helvetica, Arial, Sans-serif;
	font-weight:bold;
}

#REGISTRO .errormail{
	width:320px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:url(../images/error_mail.png) left center no-repeat #FFE1E1;
	border:1px solid #FFCCCC;
	font-size:12px;
	padding-left:50px;
	color:#B90000;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
#REGISTRO .okmail{
	width:320px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:url(../images/ok_mail.png) left center no-repeat #DDFFDD;
	border:1px solid #CDE4CE;
	font-size:12px;
	padding-left:50px;
	color:#006600;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

#REGISTRO #buttons{
	text-align:right;
	padding-right:10px;
}
#REGISTRO #buttons input{
	background: url(../images/button_70px.jpg) center top no-repeat;
	width:70px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:23px;
	border:none;
	padding-top:0px;
	margin-left:5px;
	margin-top:3px;
}
#REGISTRO #buttons input:hover{
	background:url(../images/button_70px.jpg) center bottom no-repeat;
	cursor:pointer;
}


#REGISTRO .alert-error{
	background:url(../images/error.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}
#REGISTRO .alert-ok{
	background:url(../images/ok.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}

#registro-cad .errormsg{
	background:url(../images/error.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}

#registro-cad .cadok h1{
	font-size:30px;
	color:#333;
	padding-bottom:10px;
	letter-spacing:-1px;
	font-family:Helvetica, Arial, Sans-serif;
	font-weight:bold;
}
#registro-cad .cadok div{
	color:#333;
	font-size:13px;
	width:700px;
	padding-left:60px;
	background:url(../images/ok_mail.png) no-repeat left center;
	margin:auto;
}
#registro-cad .cadok div p{
	padding-bottom:20px;
}

#registro-texto p{
	padding-bottom:20px;
	font-size:13px;
	color:#333;
}