body {
	background-color: #423337;
	margin-top: 50px;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 9px;
}
* {
	padding: 0px;
	margin: 0px;
}
a {
	outline: none;
	text-decoration: underline;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	display: inline;
}
h1 a {
	color: White;
	text-decoration: none;
}
img {
	border: 0px;
}

/* Menú principal */
.menuPrincipal {
	background-color: #423337;
	width: 850px;
	float: left;
	display: block;
}
.menuPrincipal td {
	text-align: center;
	padding: 5px 5px 8px 5px;
}
.menuPrincipal a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 15px;
	color: white;
}
.menuPrincipal a:hover {
	color: #FF8600;
}
.elementoMenuSeleccionado {
	background-color: #F85900;
}
.elementoMenuSeleccionado a {
	color: Black;
}
.elementoMenuSeleccionado a:hover {
	color: White;
}


/* Menú de sección Empresa */
.menuEmpresa, .menuEmpresaSeleccionado {
	border: 1px solid #CCCCCC;
	width: 70px;
	text-align: center;
	text-transform: lowercase;
	padding: 3px 0px 3px 0px;
}
.menuEmpresa a, .menuEmpresaSeleccionado a {
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}
.menuEmpresaSeleccionado {
	background-color: #FF8600;
	border: 1px solid #FF8600;
}


/* Plantilla principal */
#box {
	width: 850px;
	margin: 0px auto;
	display: table;
}
#contenido {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 840px;
	height: auto;
	float: left;
	background-color: white;
	display: block;
}
#cabecera {
	padding-top: 12px;
	padding-left: 10px;
	background-color: white;
	width: 840px;
	float: left;
	display: block;
}
#tituloDestacado {
	float: left;
	width: 130px;
	padding-left: 33px;
	font-size: 18px;
	font-weight: bold;
	color: #C6C2C3;
	text-align: left;
	text-transform: lowercase;
	margin-top: -6px;
}
#pie {
	padding-top: 5px;
	margin: 0px auto;
	color: white;
	width: 850px;
	display: table;
	font-size: 9px;
}
#pie img {
	padding-right: 5px;
}
.logo {
	width: 78px;
	float: left;
	padding-left: 10px;
}
.imagenCabecera, .iconosPie {
	float: left;
}
.idioma {
	float: right;
}
.invisible {
	display: none;
}



/* Plantilla secundaria */
#tablaContenidoCabecera {
	background-image: url(images/cabecera-tabla-contenido.gif);
	background-repeat: no-repeat;
	width: 830px;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}
#tablaContenidoFondo {
	background-image: url(images/fondo-tabla-contenido.gif);
	background-repeat: repeat-y;
	width: 660px;
	clear: both;
	padding: 10px 30px 10px 10px;
}
#tablaContenidoPie {
	background-image: url(images/pie-tabla-contenido.gif);
	background-repeat: no-repeat;
	width: 697px;
	display: block;
	height: 11px;
}
.cabeceraSeccion {
	background-repeat: no-repeat;
	width: 626px;
	height: 33px;
	padding-left: 38px;
	float: left;
	padding-top: 5px;
}


/* Noticias destacadas */
.tablaNoticiasDestacadas {
	background-color: #737073;
	background-image: url(images/corte-tabla-noticias-destacads.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	width: 690px;
}
.noticiasDestacadas {
	clear: both;
	width: 100%;
	float: left;
}
.noticiasDestacadas td {
	padding: 5px;
	/*padding-bottom: 5px;*/
}
.noticiasDestacadas a {
	text-align: justify;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.noticiasDestacadas a:hover {
	color: #FF8600;
}


/* Listado de categorías */
.filaListadoCategorias, .filaListadoCategoriasSeleccionada {
	padding: 10px;
}
.filaListadoCategorias a, .filaListadoCategoriasSeleccionada a {
	font-weight: bold;
	text-decoration: none;
}
.filaListadoCategoriasSeleccionada {
	background-color: #D9D6D7;
}


/* Listado de productos */
.listaProductosMasDetalles {
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
}


/* Ficha de producto */
.tablaDetalleProducto {
	width: 100%;
}
.textoReferenciaFichaProducto {
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
.textoDescripcionFichaProducto {
	padding-left: 120px;
	display: block;
}
.celdaDetalleProducto {
	padding: 5px;
}
.celdaDetalleProducto a {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}
.tituloSeccionDetalleProducto {
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-top: dashed 1px white;
}
.filaEspecificacionesAlterna {
	padding: 3px;
}
.tablasEspecificacionesProducto {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}


/* Sección de Historia */
.separadorHistoria {
	background-image: url(images/lineas-noticias.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.fechaHistoria, .fechaHistoriaSeleccionada {
	width: 65px;
	background-image: url(images/fondo-fechas-historia.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}
.fechaHistoria a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.fechaHistoriaSeleccionada a {
	color: #FF8600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tituloHistoria, .tituloHistoriaSeleccionado {
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.tituloHistoriaSeleccionado {
	font-weight: bold;
}
.tituloHistoria a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.tituloHistoriaSeleccionado a {
	font-size: 12px;
	text-decoration: none;
}
.fechaDestacada {
	font-size: 18px;
	color: #F85900;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Sección de Personal */
.pieFotoPersonal {
	margin-left:13px; 
	margin-bottom: 15px;
	width:107px; 
	background-color:#7C7074;
	font-size: 11px;
	text-align: center;
	color: white;
}
.pieFotoPersonal span {
	font-size: 8px;
	text-transform: uppercase;
}
.tablaPersonal td {
	vertical-align:top;
}


/* Formularios de contacto */
.formularioContacto {
	background-color: #FF9933;
	padding-left: 20px;
	padding-top: 3px;
	width: 210px;
	float: left;
}
.etiquetaFormulario, .etiquetaObligatorio {
	padding-top: 4px;
	text-transform: lowercase;
}
.etiquetaObligatorio {
	font-weight: bold;
}
.etiquetaFormulario {
	font-weight: bold;	
}
.campoFormulario {
	font-size: 10px;
	width: 190px;
}
.comboFormulario {
	font-size: 10px;
	width: 193px;
}


/* Secciones del gestor de contenidos */
.tablaListado td {
	border-right: dashed 1px black;
	padding: 15px;
}
.tablaListado {
	border-right: solid 1px white;
}
.enlaceListado {
	float:left;
	width: 220px;
	padding-left:5px;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
.enlaceListado:hover {
	color: #EC4129;
}
.imagenListado {
	float:left;
	width:72px;
}
.fechaListado {
	float:left;
	color: #F85900;
	padding-left:5px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}


/* Sección de descargas */
.tablaDescargas1, .tablaDescargas2, .tablaDescargas3 {
	padding: 3px;
	font-weight: bold;
}
.tablaDescargas1 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-top: 60px;
	margin-bottom: 10px;
}
.tablaDescargas2 {
	font-size: 13px;
	color: white;
	background-color: #423337;
}
.tablaDescargas3 {
	font-size: 11px;
	padding-left: 10px;
	color: white;
	background-color: #F85900;
}
.tablaProducto {
	width: 100%;
	padding-right:3px;
	background-color: white; /* #FFF5EC*/
}


/* Sección I+D */
.subCategoria {   
	font-size: 14px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #EC4129;
	text-decoration: none;
}
h3 {    /* Solo en sección I+D */
    padding: 3px 0px 3px 50px;
    text-decoration: none;
}

/* Sección Cómo llegar */
.llegarEnlace {
	text-decoration:none;
 	font-size:10px;
}
.llegarEnlace:hover {
	color: #EC4129;
}
