/* @group Registro */

p{
	font-size: 11px;	
}
.registro{
	margin-top: 40px;
}

.registro .container-block{
	margin: auto;
	width: 960px;
}

.registro .block.a{
	margin-left: 60px;
	width: 550px;
	margin-right: 25px;
	background: #d6d6d6;
	
}

.registro .block.a .content-block, .registro .block.b .content-block{
	border: 1px solid #fff;
	margin: 1px;
	background: #F8F8F8;
}
.registro .block.b .content-block{
	border: 1px solid #fff;
	margin: 1px;
	background: #F8F8F8;
	background-image: url("../img/registro-bg.png");
	background-repeat: no-repeat;
	background-position: 0 285px;
}
.registro .block.b .content-block{
}
.registro .block.a .content-block{
	padding: 35px 70px;
}

.registro .block.b{
	width: 255px;
	background: #d6d6d6;
}

/* @group Registro Info */
.block.a h1{
	font-size: 4em;
	font-family: Georgia, Serif;
	color: #686868;
}
.block.a h2{
	font-size: 3em;
	color: #0099CB;
	border: none;
}

.block.a p{
	margin-bottom: 20px;
}

#register-list{
	background: #ccc;
	padding-top: 1px;
	padding-bottom: 1px;
}

#register-list li{
	padding: 15px 30px 15px 70px;
	background: #f8f8f8 url(../img/bullet-registro.png) no-repeat 20px;
	margin-bottom: 1px;

}

#register-list li.last{
	margin: 0;
}

#register-list p{
	margin: 0;
}

#register-list h3{
	border: none;
}


/* @end */

/* @group Registro Form */
.block.b .content-block{
	padding: 35px 20px 25px;
}

.block.b .content-block h3{
	font-size: 1.6em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.block.b .content-block hr{
	border: none;
	background: #ccc;
	height: 1px;
}

.block.b .content-block fieldset{
	padding-top: 10px;
	padding-bottom: 10px;
}

.block.b .content-block legend{
	display: none;
}

.block.b .content-block label{
	display: block;
}

.block.b .content-block .field input{
	width: 190px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	vertical-align: center;
}
.block.b .content-block .field input.check{
	width: auto;
	margin-right: 4px;
	height: auto;
	margin-bottom: 0;
}
.block.b .content-block .field a{
	word-spacing: -2px;
}
.block.b .content-block p.checkbox-wrapper{
	font-size: 10px;
	margin-bottom: 40px;
	word-spacing: -1px;
}

.block.b .content-block .checkbox{
	border: 1px solid #ccc;
}

.block.b .content-block p.submit-wrapper{
	text-align: right;
	height: 81px;
}

/* @end */

.input-submit{
	width: 114px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url("../img/sprite-icons.png");
	background-position: -600px top;
	border: none;
	background-color: transparent;
	overflow: hidden;
	text-indent: -99999em;
	cursor: pointer;
	margin-top: 38px;
	}
.input-submit:hover{
	background-position: -600px -30px;
	}


/* @end */
.block.b .content-block p.opciones{
	text-align: center;
	font-size: 0;
	padding-top: 5px;
}
.block.b .content-block p.opciones a{
	display: inline-block;
	width: 74px;
	height: 80px;
	background-image: url("../img/social-sprite.png");
	background-position: left top;
	text-indent: -99999em;
	overflow: hidden;
	position: relative;
}
.block.b .content-block p.opciones a:hover{
	/*top: -5px;*/
}
.block.b .content-block p.opciones .yahoo{
	background-position: -78px top;
	display: none;
}
.block.b .content-block p.opciones .facebook{
	background-position: -156px top;
}
.block.b .content-block p.opciones .twitter{
	background-position: -234px top;
}
.block.b .content-block p.opciones .openId{
	background-position: -312 top;
	display: none;
}
