body {
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
	background-image: url(../imagenes/fondo.gif);
}

p {
	font-family: Arial, sans-serif;  font-size: 12px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: Gray;
	line-height: 1.30em;
	text-align: justify;
	margin-left: 2px; margin-right: 2px; margin-top: 1em;
	padding: 0px;
}

h1 {
	font-family: Arial, sans-serif;  font-size: 20px;  font-style: normal;  font-variant: normal;  font-weight: bold; color: #FF9108;
	line-height: 1.30em;
	text-align: left;
	margin-left: 2px; margin-right: 2px; margin-top: 1em;
	padding: 0px;
	border-bottom: 1px solid;
}


/*  Barra Derecha  */

img.foto_barraderecha {
	border: 1px #E1DCC8 solid;
	margin: 0px; margin-left: 15px;
	padding: 0px;
}

div.cuadro_texto_barraderecha {
	background-color: #F5F1E2;
	margin: 7px 0px 0px 16px;
	padding: 4px 0px 8px 0px;
	width: 180px;
}

p.titulo_texto_barraderecha {
	font-family: Arial, sans-serif;  font-size: 11px;  font-style: normal;  font-variant: normal;  font-weight: bold; color: #F47631;
	line-height: 1.20em;
	text-align: left;
	margin: 0px 5px 3px 5px;
}

p.texto_barraderecha {
	font-family: Arial, sans-serif;  font-size: 11px;  font-style: italic;  font-variant: normal;  font-weight: normal; color: #F47631;
	line-height: 1.20em;
	text-align: left;
	margin: 0px 5px 0px 5px;
}

p.texto_etico {
	font-family: Arial, sans-serif;  font-size: 11px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: #F47631;
	text-align: right;
	margin: 9px 16px 2px 0px;	
}

img.noticias {
	border: 0px;
	margin: 0px; margin-left: 16px; margin-top: 22px;
	padding: 0px;
}


p.texto_barrainferior {
	font-family: Arial, sans-serif;  font-size: 12px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: white;
	line-height: 1.20em;
	text-align: center;
	margin: 6px 15px 6px 15px;	
}

/*  Sección Clientes  */
table#tabla_clientes {
	margin: 0px; padding: 0px;
	margin-top: 30px;
}

.clientes_linea_horizontal {
	border: 1px dotted #BFBFBF;
	margin: 0px;
}

p.texto_clientes {
	font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: Gray;
	text-align: center; line-height: 1.4em;
	margin: 0em; padding: 0em; margin-bottom: 2px; margin-top: 2px;
}

/*  Sección: Contacto  */
p.contacto_info {
	font-family: Arial, sans-serif;  font-size: 11px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: Gray;
	line-height: 1.30em;
	text-align: left;
	margin: 0em; padding: 0px;
}

p.alinea_centro {
	text-align: center;
}

table#tabla_contacto {
	margin: 15px 0;
	padding-bottom: 4px;	
}

/*  Sección: Una jornada de trabajo  */
div#jornadaTrabajo {
	margin: 0; padding: 0;
}

#jornadaTrabajo p {
	margin-top: 0px; margin-bottom: 0.3em;
}


/*  Menú lateral Izquierdo  */
#menulateral {   
	float: left;
	width: 135px;
	margin-top: 42px; margin-bottom: 15px;
}

#menulateral ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: right;
}

#menulateral li a{
	width: 110px;
	display: block;
	background: url(../imagenes/ico_port.gif) no-repeat 100% 50%;
	font-size: 1em; 
	font-weight: bold; color: #98887B;
	line-height: 1.2em;
	text-decoration: none;
	margin: 0; margin-bottom: 5px;
	padding: 0; padding-right: 15px; padding-left:10px;
}

#menulateral li a:hover {
	background: url(../imagenes/ico_port_on.gif) no-repeat 100% 50%;
	color: #F47631;
	cursor: pointer;
}

#menulateral li a.menu_on {
	background: url(../imagenes/ico_port_on.gif) no-repeat 100% 50%;
	color: #F47631;
}

/*  Sección Código ético  */
ul.codigo_tipo1 {
	list-style-type: square;
	font-family: Arial, sans-serif;  font-size: 12px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: Gray;
	line-height: 1.3em;
	text-align: left;
	margin-left: 40px; margin-right: 2px; margin-top: 1em;
	padding: 0px;
}

ol.codigo_tipo2 {
	list-style-type: lower-alpha;
	font-family: Arial, sans-serif;  font-size: 12px;  font-style: normal;  font-variant: normal;  font-weight: normal; color: Gray;
	line-height: 1.3em;
	text-align: left;
	margin-left: 40px; margin-right: 2px; margin-top: 1em;
	padding: 0px;
}

li.codigo_espaciado {
	margin-bottom: 0.4em;
}

.color_naranja {
	color: #FF9108;
}

.color_negro {
	color: black;
}


/*  Enlaces  */

a.enlace { color: #FF9108; font-weight: bold; text-decoration: none; border-bottom: 1px dotted; padding-left: 2px; padding-right: 2px;}
a.enlace:hover {  background-color: #FF9108; color: white; font-weight: bold; text-decoration: none; border-bottom: 0px; padding-left: 2px; padding-right: 2px;}

a.enlace_barrainferior { color: white; font-weight: normal; text-decoration: none; border-bottom: 1px solid; padding-left: 1px; padding-right: 1px;}
a.enlace_barrainferior:hover {  background-color: white; color: #FF9108; font-weight: normal; text-decoration: none; border-bottom: 0px; padding-left: 1px; padding-right: 1px;}

a.enlace_etico { color: #F47631; font-weight: bold; text-decoration: none; border-bottom: 1px dotted; padding-left: 2px; padding-right: 2px;}
a.enlace_etico:hover {  background-color: #FF9108; color: white; font-weight: bold; text-decoration: none; border-bottom: 0px; padding-left: 2px; padding-right: 2px;}

