/*	cabecera	*/
#cabecera
{
	background: url(../../images/bg/lugaresAccesibles_bg-r.jpg) repeat-y;
	margin-bottom: 1em;
}
#cabecera .cab-h
{
	background: url(../../images/bg/lugaresAccesibles_bg-h.jpg) no-repeat 0 0;
}
#cabecera .cab-f
{
	background: url(../../images/bg/lugaresAccesibles_bg-f.jpg) no-repeat 0 100%;
	padding: 32px 20px 9px 116px;
	min-height: 78px;
}
* html #cabecera .cab-f
{
	height: 78px;
}

/*	textos	*/
.item h3
{
	font-size: 14px;
}

.item p
{
	margin: 0;
	padding: 0 0 1em;	
}


/*	form	*/
form
{	
	border-top: 1px solid #E2DAC7;	 	
}
form fieldset
{
	margin: 0 auto;
	width: 465px;
}
dt label,
form dt
{
	width: 150px;
}

form dd
{
	width: 300px;
}
#top form dd input
{
	width: 96.5%;
}
#top form dd select
{
	width: 100%;
}
#top form dd textarea
{
	width: 96.1%;
	margin: 0;
}

.multInput input
{
	margin: 0 0 5px;
}