﻿/*********************************************  ESTRUCTURA: LOCALIZACIÓN  ***********************************************/
/**** SUBMENU HORINZONTAL ****/
#polynorma-localizacion{
	width:900px;
	float:right;
	margin-top:15px;
	margin-bottom:80px;
}
#menu-localizacion{
	width:900px;
	height:22px;
	background:url(../images/barra-titulo.jpg) no-repeat 376px 3px;
}
#menu-localizacion  li {
	font-family:Verdana,Helvetica;
	list-style-type:none;
	list-style-image:none;
	float:left; 
	border-left:1px solid #a1a1a1;
}
#menu-localizacion a {
	text-decoration: none;
	background: #EEF8FF;
	display: block;
	padding: 3px 10px;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}
#menu-localizacion a:hover {	background: #C7E3F6; color:#333333;}
#menu-localizacion a span#actual { background: #C7E3F6; color:#333333; padding: 4px 14px; margin:0px -10px;}
/***** FIN SUBMENU HORIZONTAL */
#comerciales, #oficinas, #produccion, #contacto{ margin-left:50px; margin-right:50px;}
#produccion img{ float:left; margin-right:20px; }
#produccion p{ height:480px; margin-top:10px; }
input.contacto{
	width:300px;
	height:16px;
}
input.enviar{
	width:150px;
	height:18px;
}
input.enviar:hover{
	background:#ACCFEC;
}
textarea.contacto{
	width:300px;
	height:200px;
}
td.contacto{
	width:140px;
	height:34px;
	vertical-align:top; /* Subimos el texto de las cajas */
}
span.oficinas{
	font-weight:bold;
	color:#4388CA;
}
p.horario{ border-left:4px solid #4388CA; margin-left:15px; padding-left:7px; }
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
/* INFO DE ENVIO FORMULARIO */
#statusForm1, #statusForm2{
	width:700px;
	margin:0 auto;
	text-align:center;
	margin-bottom:24px;
	padding:5px 0 5px 0;
}
#statusForm1.enviado{
	background-color:#DCFFCC;
	border:1px solid #309E00;
}
#statusForm2.erroneo{
	background-color:#FFDBBB;
	border:1px solid #DF0000;
}