div#global-contacto {
	width:100%;
	overflow:auto;
	overflow:hidden;
	background:url(../img/quienes-fondo.gif) repeat-y;
}
div#contacto {
	border-left:5px solid #EE3432;
	border-top:5px solid #EE3432;
	float:left;
	padding:9px;
	width:546px;
}
div#contacto h2 {
	display:block;
	height:20px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:4px 0 0 7px;
	margin:0 0 13px 0;
	color:#FFF;
	background:url(../img/home-servicios-h2.gif) repeat-x top;
}
div#contacto p {
	margin-bottom:17px;
}
div#contacto p.flecha {
	text-align:justify;
	margin-bottom:17px;
	background:url(../img/flecha-grisoscuro.gif) no-repeat 0em 5px;
	padding:0 0 0 8px;
}
div#contacto li {
	margin-bottom:17px;
	background:url(../img/flecha-grisoscuro.gif) no-repeat 0em 5px;
	padding:0 0 0 8px;
}
div#contacto li strong {
	color:#EE3432;
}
div#contacto iframe {
	width:544px;
	height:350px;
	border:1px solid #EE3432;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#formulariocontacto {
	border-top:5px solid #EE3432;
	float:left;
	width:303px;
	padding:9px;
}
div#formulariocontacto p {
	margin-bottom:8px;
}
div#formulariocontacto h2 {
	display:block;
	height:18px;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:3px 0 0 0;
	margin:0 0 13px 0;
	color:#EE3432;
	border-bottom:3px solid #EE3432;
}
div#formulariocontacto label {
	background:url(../img/flecha-form.gif) no-repeat scroll 0 4px;
	clear:both;
	display:block;
	padding:0 0 2px 13px;
	font-size:11px;
}
div#formulariocontacto input {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cf2321;
	margin:0 0 0 13px;
	font-size:10px;
	width:260px;
}
div#formulariocontacto textarea {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cf2321;
	margin:0 0 0 13px;
	font-size:10px;
	width:260px;
	overflow:auto;
	overflow:hidden;
}
div#formulariocontacto form {
	border-top:1px dotted #EE3432;
	padding:10px 0 0 0;
}
div#formulariocontacto input:hover#enviar {
	background:transparent url(../img/home-servicios-boton_f2.gif) no-repeat scroll 0 0;
}
div#formulariocontacto input#enviar {
	background:transparent url(../img/home-servicios-boton.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:20px;
	padding:0 0 3px 0;
	text-align:center;
	text-transform:uppercase;
	width:53px;
	border:none;
}
fieldset ul.formError li {
	width:auto;
	overflow:auto;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 10px 15px;
	background:url(../img/cross-mini_f2.gif) no-repeat 0em 2px;
	color:#EE3432;
	font-weight:bold;
	font-size:11px;
	border-bottom:1px dotted #EE3432;
}
fieldset p.formOk {
	width:auto;
	overflow:auto;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 10px 15px;
	background:url(../img/ok.gif) no-repeat 0em 2px;
	color:#14a801;
	font-weight:bold;
	font-size:11px;
	border-bottom:1px dotted #EE3432;
}

