/*	registrate	
	por: José Ayòn
*/
/* centrando y dando formato al formulario.. form, dt, dd input, combos	*/
#top form 
{
	width: 60%;
	margin: 0px auto;
}
#top form dt
{
	width: 168px;
}
#top form dd
{
	width: 250px;
}
#top form input
{
	width: 95%;
}
#top form select
{
	width: 99%;
}


#top form input.radio,
#top form input.checkbox
{
	display: inline;
	width: auto;	
}
#top form input.checkbox
{
	margin-bottom: 3px;
}


#top form dd ul
{
	margin: 0;
}
#top form dd ul li
{
	margin: 0 0 0.5em;
}

#top form dt.large
{
	width: 100%;
	margin-bottom: 10px;
}
#top form dd.large
{
	width: 100%;
	margin-bottom: 10px;
}
#top  form dd.large .textarea
{
	width: 97%;	
}

/* el Contenido	*/
#top form h4
{
	color: #A3540F;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d1c2b6;
}
.cont
{
	position: relative;
	zoom: 1;
}
.nota
{
	color: #575757;
	margin: 1em;
	padding-left: 142px;
}



/*	cabecera	*/
#cabecera
{
	background: url(../../images/bg/registrate_bg-r.jpg) repeat-y;
	margin-bottom: 1em;
	width: 708px;
	margin: 0 auto;
}
#cabecera .cab-h
{
	background: url(../../images/bg/registrate_bg-h.jpg) no-repeat 0 0;
}
#cabecera .cab-f
{
	background: url(../../images/bg/registrate_bg-f.jpg) no-repeat 0 100%;
	padding: 20px 44px 20px 140px;
	min-height: 78px;
	text-align: justify;
}
* html #cabecera .cab-f
{
	height: 78px;
}


#top .c_luz .c { padding: 10px 0; }
.item { border-top: 1px solid #E3DAC9; }