/* CSS Document */
#menu h2
{
	margin:0 0 0 20px;
	
	width:148px;
	height:30px;
	
	background-image:url(../img/menu_h2_fnd_contacto.gif);
	background-repeat:no-repeat;
}
#contenido a:link,#contenido a:active,#contenido a:visited
{
	display:block;
	
	margin:10px 0 0 0;
	
	width:70px;
	
	background-image:url(../img/ico_leermas.gif);
	background-position:right center;
	background-repeat:no-repeat;
	
	font-size:.7em;
	font-weight:bold;	
	color:#949494;
	
	text-decoration:none;
	text-transform:uppercase;	
}
#contenido a:hover
{
	color:#000;
}

#contenido form
{
	margin:0 0 0 0;
	padding:0;
}
#contenido label
{
	display:block;
	
	font-size:.6em;
	font-weight:bold;
	color:#004891;	
}
#contenido input
{
	margin:0 0 12px 0;
	padding:2px;
	
	width:416px;
	height:16px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#444;
	
	background-color:#fff;
	
	border:1px solid #ccc;
}
#contenido #telefono
{
	width:200px;
}
#contenido textarea
{
	margin:0 0 12px 0;
	padding:2px;
	width:416px;
	height:100px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#444;
	
	background-color:#fff;
	
	border:1px solid #ccc;
}
#contenido #boton
{
	padding:2px 0 2px 20px;
	
	width:80px;
	height:22px;
	
	background-image:url(../img/boton.gif);	
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#eee;
	
	color:#000;
	font-weight:bold;	
}
#contenido #resultado
{
	height:20px;
	
	color:#cc0001;	
}
#contenido .fallo
{
	background-color:#cc0001;
}
