/************************************************************************/
/*       					WEB CINUR		  							*/
/************************************************************************/


/* Bloque Html */
div#bloqueHtml
{
	float: right;
	margin-top: 20px;
}



/* Formularios de Contacto */
div.bloque_contactos
{
	float: left;
	width: 440px;
	background: #fff url(contactos/fondo_bottom.gif) no-repeat bottom left;
	margin-top: 15px;
}





div.ayuda_contacto
{
	float: left;
	width: 240px;
	margin: 40px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
div.ayuda_contacto p
{
	font-size: 8pt;
	color: #444;
}
div.ayuda_contacto p.nota
{
	font-size: 7.5pt;
	color: #666
}








/* --------------------------------------------------------- */
/* BLOQUE CONTACTA  */
/* --------------------------------------------------------- */

div.bloque_contacta
{
	float: left;
	width: 440px;
	margin: 10px 10px 0px 5px;
}
div.bloque_contacta h2
{
	background: url(contactos/fondo_top_contactar.gif) no-repeat top left;
	color: #fff;
	text-align: left;
	font-family: "trebuchet ms";
	font-size: 1.1em;
	padding: 19px 0px 3px 60px;
	margin: 0px 0px 0px 0px;
}

/* Formulario */
div.formulario_contacta
{
	background: url(contactos/fondo_bottom.gif) no-repeat bottom left;	
	padding: 10px 0px 10px 0px;
}
div.formulario_contacta fieldset
{
	border: none;
	margin: 0px 15px 0px 15px;
}
div.formulario_contacta legend
{
	display: none;
}
div.formulario_contacta label
{
	float: left;
	width: 20%;
	font-size: 1em;
	color: #333;
	padding-top: 3px;
	text-align: right;
	margin-right: 10px;
}
div.formulario_contacta label.error_vacio
{
	font-weight: bold;
	color: #f00;
}
div.formulario_contacta h3.error_vacio
{
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
}
div.formulario_contacta label em
{
	margin-left: 2px;
}

div.formulario_contacta ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.formulario_contacta li
{
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #4BA4A4;
}
div.formulario_contacta li.ultimo
{
	border: none;
	text-align: center;
}
div.formulario_contacta input.campo_contacto
{
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 4px 2px 4px;
	border: 1px solid #999;
	width: 70%;
}
div.formulario_contacta textarea.campo_contacto
{
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 4px 2px 4px;
	border: 1px solid #999;
	width: 70%;
}
div.formulario_contacta input.boton_contacto
{
	border: 1px solid #999;
	font-size: 1em;
	font-family: Verdana;
	color: #fff;
	background: #088080;
	padding: 3px 7px 3px 7px;
}




/* Bloque de Espera */


div.bloque_espera
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 50px 0px;
	background: #fff url(contactos/fondo_bottom.gif) no-repeat bottom left;
	text-align: center;
}
div.bloque_espera p
{
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
div.bloque_espera img
{
	text-align: center;
}







/* BLOQUE DE ALTA DE CLIENTE */

div.bloque_altacliente
{
	width: 440px;
	margin: 10px 10px 0px 5px;
}
div.bloque_altacliente h2
{
	background: url(contactos/fondo_top_contactar.gif) no-repeat top left;
	color: #fff;
	text-align: left;
	font-family: "trebuchet ms";
	font-size: 1.1em;
	padding: 19px 0px 3px 60px;
	margin: 0px 0px 0px 0px;
}


