@charset "utf-8";
/*========================*/
/* HEADER */
/*========================*/
div#header {
	background:transparent url(../../images/recetas/header-background.jpg) repeat-x scroll left top;
	height: 258px;
}

div#header-banner {
	background:transparent url(../../images/perfil/header.jpg) no-repeat scroll 0 0;
	height: 258px;
	margin: 0 auto;
	width: 962px;
}
div#header-banner-eng {
	background:transparent url(../../images/perfil/header-eng.jpg) no-repeat scroll 0 0;
	height: 258px;
	margin: 0 auto;
	width: 962px;
}
div#header-banner div#menucontent {
	background:transparent url(../../images/perfil/header.jpg) no-repeat scroll 0 0;
}
div#header-banner-eng div#menucontent {
	background:transparent url(../../images/perfil/header-eng.jpg) no-repeat scroll 0 0;
}
/* Contenido principal */
#spacer {
	height: 30px;
}
div#colIzq {
	width: 342px;
	display: inline;
	float: left;
}
div#colIzq div#fondo {
	background: url(../../images/registro/registrobg.jpg) no-repeat;
	width: 340px;
	height: 523px;
	position: relative;
	margin: 55px 0 0 6px;
	z-index: 9;
}
div#colIzq div#fondo h1#registrate {
	background: url(../../images/registro/registrotitulo.jpg) no-repeat;
	width: 165px;
	height: 88px;
	position: absolute;
	margin: -65px 0 0 140px;
	z-index: 10;
}
div#colIzq div#fondo h1#registrate-eng {
	background: url(../../images/registro/registrotitulo-eng.jpg) no-repeat;
	width: 165px;
	height: 88px;
	position: absolute;
	margin: -65px 0 0 140px;
	z-index: 10;
}
div#colIzq div#fondo div#info {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6d6e71;
	position: absolute;
	margin: 45px 0 0 155px;
	width: 165px;
}
div#colIzq div#fondo div#info2 {
	font-family: Arial;
	font-size: 12px;
	color: #818181;
	position: absolute;
	margin: 175px 0 0 155px;
	*margin: 160px 0 0 155px;
	width: 205px;
}
div#colIzq div#fondo ul#lista {
	position: absolute;
	margin: 85px 0 0 130px;
	*margin: 85px 0 0 150px;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	font-family: Arial;
	font-size: 12px;
	color: #818181;
}

div#colDer {
	width: 550px;
	display: inline;
	float: left;
	margin-left: 50px;
	position:relative;
}
#registro-icono {
	background-image:url(../../images/registro/registro-icono.gif);
	height:102px;
	left:461px;
	position:absolute;
	top:-9px;
	width:81px;
}
div#colDer div#cuaderno {
	background: url(../../images/registro/cuadernobody.jpg) repeat-y scroll 0 0;
	width: 532px;
}
div#colDer div#cuaderno div#top {
	background: url(../../images/registro/cuadernotop.jpg) no-repeat scroll 0 0;
}
div#colDer div#cuaderno div#abajo {
	background: url(../../images/registro/cuadernobottom.jpg) no-repeat scroll left bottom;
}
div#colDer div#cuaderno div#abajo div#formu {
	padding: 50px 0 20px 40px;
}
div#colDer div#cuaderno div#abajo div#formu .texto {
	color: #df6a02;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	width: 160px;
	text-align: right;
}
div#formu div#enviar_btn a:hover { background-position: 0 -36px; }
div#formu div#enviar_btn a {
	background: url(../../images/registro/registrobtn.jpg) no-repeat scroll 0 0;
	display: block;
	width: 87px;
	height: 36px;
	text-indent: -2000px;
}
div#formu div#enviar_btn {
	position: absolute;
	margin: -38px 0 0 345px;
}

div#formu div#enviar_btn-eng a:hover { background-position: 0 -36px; }
div#formu div#enviar_btn-eng a {
	background: url(../../images/registro/registrobtn-eng.jpg) no-repeat scroll 0 0;
	display: block;
	width: 87px;
	height: 36px;
	text-indent: -2000px;
}
div#formu div#enviar_btn-eng {
	position: absolute;
	margin: -38px 0 0 345px;
}

div#error {
	padding: 100px 0 0 0;
	width: 300px;
}