* {margin:0; padding:0}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}

/* Estilos genéricos del sistema */
html {
	background-color: #414141;
}

a {
	outline: 0;
	text-decoration:none;
}

textarea {
resize: none;
}


a:link,a:visited,a:active,a:hover {
	
}

img {
	border: 0;
}

body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}



h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.5em;
}

/* contenedor que alberga toda la Web */
.website {
	width: 900px;
	margin:auto;
}

p,li {
	line-height:1.6em;
}
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

/* CONTENEDOR DE LA CABECERA, COMPUESTO POR LAS CAPAS LOGO Y LA PARTE DERECHA*/
#header {
}

/* LOGOTIPO CABECERA*/
#header #logo {
	float: left;
}

#logo a.inicio {
	display: block;
	width: 287px;
	height: 172px;
	background: url("../image/logo.jpg") no-repeat;	
}

/* MENU CABECERA */
#menu {
	float: left;
	width: 100px;
	margin-top:30px;
	margin-left:20px;
}

#menu li {
	list-style: none;
}

#menu  a {
	display: block;
	padding-top: 15px !important;
	padding-top: 5px;
}

/* Menu en español*/
#menu a.seccion_empresa_es {
	width: 91px;
	height: 9px;
	background: url("../image/menu/empresa_inactivo.png") no-repeat;
}

#menu a.seccion_empresa_es:hover {
	width: 91px;
	height: 9px;
	background: url("../image/menu/empresa_activo.png") no-repeat;
}

#menu a.seccion_productos_es {
	width: 112px;
	height: 9px;
	background: url("../image/menu/productos_inactivo.png") no-repeat;
}

#menu a.seccion_productos_es:hover {
	width: 112px;
	height: 9px;
	background: url("../image/menu/productos_activo.png") no-repeat;
}

#menu a.seccion_enlaces_es {
	width: 155px;
	height: 9px;
	background: url("../image/menu/enlaces_inactivo.png") no-repeat;
}

#menu a.seccion_enlaces_es:hover {
	width: 155px;
	height: 9px;
	background: url("../image/menu/enlaces_activo.png") no-repeat;
}

#menu a.seccion_contacto_es {
	width: 98px;
	height: 9px;
	background: url("../image/menu/contacto_inactivo.png") no-repeat;
}

#menu a.seccion_contacto_es:hover {
	width: 98px;
	height: 9px;
	background: url("../image/menu/contacto_activo.png") no-repeat;
}

/* Menu en ingles*/
#menu a.seccion_empresa_en {
	width: 91px;
	height: 9px;
	background: url("../image/menu/empresa_inactivo_en.png") no-repeat;
}

#menu a.seccion_empresa_en:hover {
	width: 91px;
	height: 9px;
	background: url("../image/menu/empresa_activo_en.png") no-repeat;
}

#menu a.seccion_productos_en {
	width: 112px;
	height: 9px;
	background: url("../image/menu/productos_inactivo_en.png") no-repeat;
}

#menu a.seccion_productos_en:hover {
	width: 112px;
	height: 9px;
	background: url("../image/menu/productos_activo_en.png") no-repeat;
}

#menu a.seccion_enlaces_en {
	width: 100px;
	height: 9px;
	background: url("../image/menu/enlaces_inactivo_en.png") no-repeat;
}

#menu a.seccion_enlaces_en:hover {
	width: 100px;
	height: 9px;
	background: url("../image/menu/enlaces_activo_en.png") no-repeat;
}

#menu a.seccion_contacto_en {
	width: 97px;
	height: 9px;
	background: url("../image/menu/contacto_inactivo_en.png") no-repeat;
}

#menu a.seccion_contacto_en:hover {
	width: 97px;
	height: 9px;
	background: url("../image/menu/contacto_activo_en.png") no-repeat;
}

/* PARTE DERECHA CABECERA */
#headerRight {
 	float: right;
	width: 613px;
	height: 172px;
	background: #FFF url("../image/cabecera.jpg") no-repeat;
}

#idiomas {
	float: right;	
	margin-top:5px;
	margin-right:5px;
}

#idiomas li {
	display: inline;
}

#idiomas a {
	display: block;
	float:left;
	padding-right: 15px;
}

#idiomas a.enlace_espanol {
	width: 79px;
	height: 11px;
	background: url("../image/menu/espanol.png") no-repeat;
}

 #idiomas a.enlace_ingles {
	width: 79px;
	height: 11px;
	background: url("../image/menu/english.png") no-repeat;
}



/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/* CONTENIDO DE CADA SUBSECCION. DIVIDIDO EN LA PARTE IZQUIERDA Y EN LA DERECHA*/
#content {
	height: 316px;
	background: #FFF url("../image/onda.png") no-repeat top right;
}

html>body #content {
	height: auto;
	min-height: 80%;
}

#content a {
	color: #2375a0;
}

#content li {
	margin-left: 60px;
	margin-bottom: 5px;
}

#content #contentLeft {	
	float: left;
	width: 287px !important;
	width: 270px;
	background-position: center;
}

#contentLeft img {
	margin-left: 20px !important;
	margin-left: 10px;
	margin-top: 20px;
}

#content #contentRight {
	float: right;
	width: 613px;
	text-align:left;
	color: #7E7E7E;
	padding-bottom:20px;

} 		
		
h2 {
background: url("../image/img_bullet_orange.gif" ) no-repeat center left;
color:#E29D14;
font-family:Sans-serif;
font-size:19px;
font-weight:bold;
letter-spacing:2px;
margin:5px 0 10px 20px;
padding:5px 15px;
}


.pageContainer {
	margin: 0px 60px 20px 10px;
}

.pageContainer  p {
	margin-bottom: 10px;
	margin-left: 40px;
}


/* CSS de la PORTADA*/
#home_left{
	float:left;
	margin-left:90px !important; /* Para todos los navegadores */
	margin-left:45px; /* Para navegadores IE6 o inferiores */
	width: 110px;
	height: 307px;
	background: url("../image/patrocinadores/patrocinadores.jpg") no-repeat;
}

#home_right {
	float:right;
	background: url("../image/portada.jpg") no-repeat;
	width: 613px;
	height: 326px;
}

#home_right p{
	margin-bottom:10px;
	margin-left:40px;
	color: #7E7E7E;
}


/* CSS de la página de ENLACES */
#content .pageContainer .enlaces_izq {
	float: left;
	width: 250px;
}

#content .pageContainer .enlaces_der {
	float: right;
	width: 250px;
}

.enlaces_izq img {
	padding-left: 70px;
}

.enlaces_der img {
	padding-left: 40px;
	padding-top: 5px;
}


/* CSS de la página de CONTACTOS */
.localizaciones {
	padding-top:185px;
}

.localizaciones li {
	list-style-type:none;
	background: url("../image/icons/magnifier.png") no-repeat 5px transparent;
	padding-bottom: 5px;
	padding-left:25px;
}

.loc_productos{
padding-bottom:30px;
margin-left:25px;
margin-right:25px;
}

#content .loc_productos li {
	margin:0;
background: url("../image/web/icono_submenu.jpg") no-repeat 0 5px transparent;
border-bottom:1px solid #F3AE22;
list-style-type:none;
padding-left:20px;
}

.loc_productos li a{
color:#0598e5;
}

.loc_productos p {
color:#7E7E7E;
margin-left:0;
padding:5px 0;
text-align:justify;
}


#formulario {
	float:left;
	width:50%;
	padding-top:25px;
}


#datos_contacto{
	float:right;
	width:50%;	
}

#map {
	float:left;
	padding-left: 60px;
	margin-bottom: 20px;
}

.separador{
	height:50px;
}

.separador hr{ /* Separador de página*/
	float:left;	
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
}

/* CSS de la página de PRODUCTOS */

.galeria_helfico { /* Fotografías dentro de la sección helfico */
	width: 500px;
	height: 238px;
	margin-left: 100px;
	padding:10px 0 10px;
	background: url("../image/web/helfico2.jpg") no-repeat;
}

.galeria_simuladores {
	width: 400px;
	height: 397px;
	margin-left: 50px;
	padding:10px 0 10px;
	background: url("../image/web/simulador2.jpg") no-repeat;
}

#segundo_nivel{ /* Segundo nivel de li*/
	margin-left:60px;
}

/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/** CONTENIDO DEL PIE DE PÁGINA.*/
#foot {
	
}

.localizacion {
	height: 85px;
	background:  url("../image/pie.png") repeat-x top left;
}

.localizacion .foot_left {
	float: left;
	width: 50%;
	margin: 10px 0 0 0px;
	padding-left: 30px;
	color: #7E7E7E;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#foot .localizacion .foot_left strong {
	color: #FAA000;
}

#foot .localizacion .foot_right {
	float: right;
	width: 40%;
	padding: 10px;
}

#foot .localizacion .foot_right a.ciemat {
	display: block;
	float: right;
	width: 323px;
	height: 60px;
	background: url("../image/Logo_CIEMAT.jpg") no-repeat;	
}

#foot .localizacion .foot_right a.ciemat:hover {
	background-position: 0 -60px;
}

#foot .copyright p {
	float:right;
	font-size: 11px;
	font-style: italic;	
	font-family: Arial;
	color: #FFFFFF;
}

/* Pestañas del menú de productos */
ul#navlist
{
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #99bad6;
margin:0 0 0 20px;
}

ul#navlist li
{
float: left;
height: 21px;
background-color: #FFF;
margin: 2px 2px 0 2px;
border: 1px solid #99bad6;
}

ul#navlist li#active
{
border-bottom: 1px solid #4d86b7;
background-color: #4d86b7;
}

li#active a { color: #FFF; }

#navlist a
{
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;
}

#navlist a:hover { background: #fff;color:#666; }
#navcontainer { padding-top: 20px;}
.cuerpo_tab{padding-top: 20px;}
