/* ----------- Registro Menu ------------ */
#regMenu{	
	width:941px;
	height:29px;

}

#regMenu li{
	float:left;
	text-align:center;	
	font-size:1.1em;
	padding:0px 10px 0px 1px;
}

#regMenu a:link, #regMenu a:visited{
	background:url(../images/registro/regMnBg_off.png) no-repeat;
	float:left;
	color:#000;	
	width:190px;
	height:29px;
	font-weight:bold;
}

#regMenu a:hover,#regMenu a:active{
	background:url(../images/registro/regMnBg_on.png) no-repeat;
	color:#ef7c00;
	text-decoration:none;	
	cursor:pointer;
}

#regMenu a.current, #regMenu a.current:hover, #regMenu a.current:active{
	background:url(../images/registro/regMnBg_on.png) no-repeat;	
	color:#ef7c00;
	font-weight:bold;
	cursor:default;
}

/* ---------------------------------------------- */
.regContBg_1{
	background:url(../images/registro/regCont1Center_center.png) repeat-x center;
	height:700px;
	width:982px;
}
.regContBg_2{
	background:url(../images/registro/regCont2Center_center.png) repeat-x ;
	height:204px;
	width:982px;
}



.comprobBtn{
	background:url(../images/registro/comprUsBtn.png) no-repeat left top;
	width:175px;
	height:21px;
	float:left;
	color:#FFF;
	text-align:center;
	line-height:1.8em;
}

.comprobBtn:hover{
	background-position:bottom;	
	text-decoration:none;
}

.condGenBg{
	background:url(../images/registro/condGenBg.png) no-repeat;
	width:903px;
	height:292px;
	padding:15px 0px 0px 25px;
	behavior: url("images/alpha/iepngfix.htc");
	
}

.condGenTa{
	width:850px;
	height:255px;
	border:1px solid #FFF;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}

.acceptoCB{
	float:left;
	margin:0px;
	padding:0px;
	width:15px;
	height:15px;
}

/* Overlay Styling */

/* the overlayed element */ 
div.overlay { 
     

	behavior: url("images/alpha/iepngfix.htc");
	background:url(../images/comun/overlayBg.png) no-repeat;
	z-index:10000; 
    width:631px; 
    height:373px;

    display:none; 
     
	text-align:left;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    behavior: url("images/alpha/iepngfix.htc");
	/*background:url(../images/comun/overlayBtn.png) no-repeat;*/
	background-image:url(../images/comun/overlayBtn.gif);
	background-repeat:no-repeat;
	
    position:absolute; 
    right:18px; 
    top:15px; 
    cursor:pointer; 
    height:17px; 
    width:17px; 
	
} 

/* ----------------------- Contacto Details ----------------------- */
.contactoInput{
	behavior: url("images/alpha/iepngfix.htc");
	background:url(../images/registro/contactoInput.png) no-repeat;
	width:177px;
	height:21px;
	text-indent:10px;
	border:none;
}

.contactoTextArea{
	background:url(../images/registro/contactoTextArea.png) no-repeat;
	width:647px;
	height:179px;
	text-indent:10px;
	border:none;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

.protDeDatosLink{
	color:#000;
	font-weight:bold;
}

.protDeDatosLink:hover{
	color:#f69c07;
	text-decoration:none;
}

.contactoBg{
	background:url(../images/registro/contactoBg.png) repeat-x top left;
	height:690px;
	width:982px;
}









