/************************************************************************/
/*       					   WEB RIBEIRO		  						*/
/************************************************************************/

/* Formularios de Contacto */

div.bloque_contactos
{
	width: 400px;
	background: #f1f1f1 url(nivel/img_08.gif) no-repeat top left;
	margin: 15px 0px 10px 40px;
	position:relative;
	border: 1px dotted #c3c6c8;
}

form.form_contacto
{
	background: url(contactos/fondo_top.gif) no-repeat top left;
	margin: 0px;
}

form.form_contacto fieldset
{
	border: 0px;
	padding: 0px 8px 8px 8px;
}

form.form_contacto legend
{
	font-weight: bold;
	color: #2b87b5;
	margin: 8px 0px 20px -5px;
	font-family: Verdana;
	font-size: 1em;
}

form.form_contacto label
{
	float: left;
	line-height: 1.8;
	vertical-align: top;	
	width: 110px;
}

form.form_contacto fieldset ol
{
	margin: 0;
	padding: 0;
}

form.form_contacto fieldset li
{
	list-style: none;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	color:#333;
}

form.form_contacto fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}

form.form_contacto fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.form_contacto fieldset fieldset label
{
	display: block;
	width: auto;
	color:#333;
}

form.form_contacto em
{
	font-weight: bold;
	font-style: normal;
	color: #008080;
	margin-left: 3px;
}

form.form_contacto fieldset fieldset label
{
	margin-left: 133px;
}


/* Ahora los estilos de fuentes de los inputs */

form.form_contacto input
{
	font-family: Verdana;
	font-size: 1em;
	width:230px;
	height:15px;
	border:1px solid #2b87b5;
}

form.form_contacto input.botonenviar
{
	font-family: Verdana;
	font-size: 1em;
	width:100px;
	height:20px;
	border:1px solid #2b87b5;
	margin:10px 0px 0px 0px;
}

form.form_contacto textarea
{
	font-family: Verdana;
	font-size: 1em;
	width:230px;
	border:1px solid #2b87b5;
}

form.form_contacto select
{
	font-family: Verdana;
	font-size: 1em;
}


div.bloque_espera
{
	width: 400px;
	margin: 15px 0px 10px 30px;
	position:relative;
	padding: 0px 0px 60px 0px;
	background: #eee;
	text-align: center;
	background: #fff url(contactos/fondo_bottom.gif) no-repeat bottom left;
	border:1px dotted #c3c6c8;
}

div.bloque_espera h1
{
	background: url(contactos/fondo_top.gif) no-repeat top left;
	color: #fff;
	text-align: left;
	font-size: 0.9em;
	padding: 9px 0px 9px 15px;
	margin: 0px 0px 0px 0px;
}

div.bloque_espera p
{
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color:#c3c6c8;
	font-weight:bold;
	font-size:1em;
}

div.bloque_espera img
{
	text-align: center;
}