body, html {
	/*para que contenedor crezca todo lo alto del navegador, de modo que podamos representar visualmente el alto de la zona reservada a contenidos, desde debajo del banner grande hasta el pie*/
	height: 100%;
}

body {
    font-size: 70%;
    padding: 0;
	margin: 0;
    line-height: 1.4em;
	background: #FFFFFF url(../images/web_fondo.gif) top left repeat-x;
	color:#000;
	text-align:center;
}

body, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

p, ul, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, li, dl {
    list-style: none;
}

img {
	border:none;
}

h1 {
	font-size: 100%;
	font-weight:normal;
}

h2 {
	font-size: 190%;
	color: #003399;
	margin: .3em 0 .5em .2em;
}

h3 {
	margin: 0 0 1em 0;
	color: #003399;
	font-size: 100%;
	}

/***********************************************************************/
.clearall {
	clear: both;
	height: 0.0001em;
	line-height: 0.0001em;
	font-size: 0.0001em;
}



/***********************************************************************/
/* COMUNES */
/***********************************************************************/
#contenedor {
	/*para que contenedor crezca todo lo alto del navegador, de modo que podamos representar visualmente el alto de la zona reservada a contenidos, desde debajo del banner grande hasta el pie*/	
	background: transparent url(../images/css-interiores2.gif) 0 0 no-repeat;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	/************************************************************************************/
	width: 929px;/*para centrar horizontalmente el contenedor*/
	margin: 0 auto;/*para centrar horizontalmente el contenedor*/
	text-align: left;
	padding: 0 10px;
	/*
	Este es el degradado en el fondo del espacio reservado a contenidos.
	El degradado, qu es más alto que el pie, es tapado en parte por el pie.
	Bastará dibujar el borde superior del pie para represetnar visualmente la separación entre el espacio reservado a contenidos y el pie.
	*/
	
}

body#home #contenedor {
	background: transparent url(../images/css-contenido.gif) 0 0 no-repeat;
	}

/************** CABECERA ***********************************************************/

#cabecera {
	background: #FFFFFF url(../images/css-cab-menu.gif) left bottom repeat-x;
}

#cabecera #logo {
	float:left;
	margin: 25px 0 0 22px;
}

#cabecera #menu_corporativo {
	float:right;
}

#cabecera #menu_corporativo .menuprincipal ul {
	padding-top: 15px;
	padding-right:10px;
}

#cabecera #menu_corporativo .menuprincipal li {
	background:url(../images/pestania_dch.gif) top right no-repeat;
	float:left;
	margin-left:3px;
}
#cabecera #menu_corporativo .menuprincipal li.activo a {
	color: #cc0000;
	}

#cabecera #menu_corporativo .menuprincipal #pestania1 {
	border-bottom:5px solid #023395;
}

#cabecera #menu_corporativo .menuprincipal #pestania2 {
	border-bottom:5px solid #345AA5;
}

#cabecera #menu_corporativo .menuprincipal #pestania3 {
	border-bottom:5px solid #6785C0;
}

#cabecera #menu_corporativo .menuprincipal #pestania4 {
	border-bottom:5px solid #A8BADE;
}

#cabecera #menu_corporativo .menuprincipal a {
	display:block;
	background: url(../images/pestania_izq.gif) top left no-repeat;
	text-align:center;
	text-decoration:none;
	color:#003399;
	padding:0.8em 0.5em 0.2em;
	width:10em;
}

#cabecera #menu_corporativo .menuprincipal a.sinimagen {
	background: none;
}
#cabecera #menu_corporativo .menuprincipal a:hover {
	color: #cc0000;
	}
#cabecera #menu_corporativo .idiomas {
	text-align: right;
	font-size: 90%;
	padding-right: 20px;
	margin-top: 5px;
	}
#cabecera #menu_corporativo .idiomas ul li {
	display: inline;
	border-left: 1px solid #003399;
	padding: 0 5px;
	}
#cabecera #menu_corporativo .idiomas ul li.primero {
	border-left: none;
	padding-left: 0;
	}
#cabecera #menu_corporativo .idiomas a {
	color: #003399;
	}	
#cabecera #menu_corporativo .idiomas a:hover {
	color: #cc0000;
	}

#cabecera  .lineablanca {
	background-color: #ffffff; 
	height:3px;
	font-size: 0.00001em;
	}

#contenido {
	/*para que no se monte sobre el pie en el momento que redimensionamos el navegador*/
	padding-bottom: 8em;
	background-color: #FFF;
	background: url(../images/css-interiores.gif) left 3px no-repeat;
}


/******************* PIE PAGINA **********************************/

#pie {
	position: absolute;/*para pegar el pie al fondo del navegador*/
	bottom: 0;/*para pegar el pie al fondo del navegador*/
	left: 10px;/*para pegar el pie al fondo del navegador*/
	/*background: url(../images/css-pie.png) left top repeat-x;*/
	padding: 34px 20px 10px 20px;
	width: 889px;
	font-size: 95%;
	line-height: 1.2em;
}

#pie #menu_inf {
	text-align: right;
	float:right;
}
#pie #menu_inf ul {
	margin-top: .7em;}
#pie #menu_inf li {
	/*float:left;*/
	display: inline;
	padding: 0;
	border-right: 1px solid #000;
	line-height: 1em;
	padding: 0 5px;
}
#pie #menu_inf li.ultimo {
	border-right: none;
	padding-right: 0;
	}
#pie #menu_inf p {
	text-align:right;
	margin-top: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#pie #menu_inf p a {
	color: #000;
	text-decoration: none;
	}
#pie #menu_inf p a:hover {
	color: #cc0000;
	}
#pie a {
	color: #003399;}

#pie #contacto {
	float:left;
}
#pie #contacto span {	
	font-weight: bold;
	color: #023394;
	}

#pie a:hover {
	text-decoration:none;
}


/************************ SENDERO MIGAS **************************/

#migas {
	border-bottom: 1px solid #fff;
	padding:3px 0 4px 20px;
	margin-bottom: 10px;
	font-size: 90%;
}

#migas ul li {
	display: inline;
	background: url(../images/css-li-migas.gif) left 0.4em no-repeat;
	padding: 0 5px 0 13px;
}
#migas ul li.primero {
	background: none;
	padding-left: 0;
	}
#migas ul li a {
	color: #003399;
	}
#migas ul li a:hover {
	color: #cc0000;
	}


/******************************************************************************************/
/* HOME */
/******************************************************************************************/
#home #contenido #banner_grande {
	background-color:#E2E8F4;
	padding: 15px 0 0 22px;
	min-height: 290px;
}

#home #contenido #banner_grande #banner_grande_izq {
	background:#000 url(../images/home_img_grande.jpg) top left no-repeat;
	float:left;
	width:658px;
	min-height:270px;
}

#home #contenido #banner_grande #banner_grande_izq #banner_grande_lema {
	padding:185px 0 0 20px;
	width:380px;
	color:#FFF;
}

#home #contenido #banner_grande #banner_grande_izq #banner_grande_lema h1 {
	font-size:2.2em;
	line-height:1.6em;
}

#home #contenido #banner_grande #banner_grande_izq #banner_grande_lema p {
	font-size:130%;
}

#home #contenido #banner_grande #banner_grande_dch {
	float:left;
	width:228px;
}

#home #contenido #banner_grande #banner_grande_dch #bnr_dch_boton1 {
	background:#001A2D url(../images/css-pestana1.gif) top right no-repeat;
	color:#FFF;
	min-height:90px;
}

#home #contenido #banner_grande #banner_grande_dch #bnr_dch_boton2 {
	background:#001A2D url(../images/css-pestana2.gif) top right no-repeat;
	color:#FFF;
	border-top: 1px solid #809AAD;
	border-bottom:1px solid #809AAD;
	min-height:75px;
}

#home #contenido #banner_grande #banner_grande_dch #bnr_dch_boton3 {
	background:#00355A url(../images/css-pestana3.gif) bottom right no-repeat;
	color:#FFF;
	min-height:103px;
}

#home #contenido #banner_grande #banner_grande_dch div.bnr_dch_btn_mensaje h2 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	color:#FFFFFF;
}

.bnr_dch_btn_mensaje {
	background:url(../images/asterisco.gif) top left no-repeat;
	background-position: 3px 8px;
	padding:8px 0px 5px 25px;
}


.baner_home {
	margin-top: 15px;
	}
.baner {
	float: left; 
	width: 226px; 
	padding-bottom: 5px;
	background:url(../images/css-banerBottom.gif) left bottom no-repeat;
	margin: 0 0 0 16px; 
	/*margin: 0 0 0 10px IE*/
	min-height: 150px;
	/**height: 150px; IE*/
	}
.baner p {
	margin: 0 10px;
	}
.banerAyuda {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background: url(../images/css-banerAyuda.gif) left bottom no-repeat;
	min-height: 150px;
	/**height: 150px; IE*/
	}
.banerAyuda p {
	margin: 0 10px;
	padding: 15px 60px 0 0;
	}
.separarbaner {
	margin: 0 0 0 12px; 
	/*margin: 0 0 0 10px IE*/
	}

	
.banerAyudaInt {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background: url(../images/css-banerAyudaInt.gif) left bottom no-repeat;
	min-height: 150px;
	/**height: 150px; IE*/
	}
.banerAyudaInt p {
	margin: 0 10px;
	padding: 15px 60px 0 0;
	}


/********* BANER DERECHA EUROPA ***********************/
.banerEuropa {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background:#005EA5 url(../images/banerEuropaBot.gif) left bottom no-repeat;
	min-height: 200px;
	/**height: 200px; IE*/
	margin-bottom: 10px;
	color: #FFF;
	}
.banerEuropa .top {
	background: url(../images/banerEuropaTop.gif) 0 0 no-repeat;
	color: #FFF;
	height: 45px;
	padding: 10px 15px 0 15px;
	}
.banerEuropa .top h2 {
	font-size: 180%;
	color: #FFF;
	margin: 0;
	padding: 0;
	}
.banerEuropa p {
	margin: 0 10px;
	padding: 0 10px 0 5px;
	line-height: 1.2em;
	}
	
a.boton {
	display: block;
	width: 101px;
	background: url(../images/css-boton.gif) 0 0 no-repeat;
	padding-left: 15px;
	color: #FFF;
	height: 20px;
	text-decoration: none;
	 }
a.boton:hover {
	color: #cc0000;
	}
	
/****************** BANER DERECHA CALIDAD ***********/


.banerCalidad {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background:#005EA5 url(../images/banerCalidad.gif) left bottom no-repeat;
	min-height: 200px;
	/**height: 200px; IE*/
	margin-bottom: 10px;
	color: #FFF;
	}
.banerCalidad .top {
	background: url(../images/banerEuropaTop.gif) 0 0 no-repeat;
	color: #FFF;
	height: 25px;
	padding: 10px 15px 0 15px;
	}
.banerCalidad .top h2 {
	font-size: 180%;
	color: #FFF;
	margin: 0;
	padding: 0;
	}
.banerCalidad p {
	margin: 0 10px;
	padding: 0 5px 0 5px;
	line-height: 1.2em;
	}
	

/********* BANER DERECHA FLEXIBILIDAD ***********************/
.banerFlexibilidad {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background: #005EA5 url(../images/banerFlexibilidadBot.gif) left bottom no-repeat;
	min-height: 200px;
	/**height: 200px; IE*/
	margin-bottom: 10px;
	color: #FFF;
	}
.banerFlexibilidad .top {
	background: url(../images/banerEuropaTop.gif) 0 0 no-repeat;
	color: #FFF;
	height: 30px;
	padding: 10px 15px 0 15px;
	}
.banerFlexibilidad .top h2 {
	font-size: 180%;
	color: #FFF;
	margin: 0;
	padding: 0;
	}
.banerFlexibilidad p {
	margin: 0 10px;
	padding: 0 10px 0 5px;
	line-height: 1.2em;
	}
	

/********* BANER DERECHA CONTACTO ***********************/
.banerContacto {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background: #005EA5 url(../images/banerHumanoBot.gif) left bottom no-repeat;
	min-height: 200px;
	/**height: 200px; IE*/
	margin-bottom: 10px;
	color: #FFF;
	}
.banerContacto .top {
	background: url(../images/banerEuropaTop.gif) 0 0 no-repeat;
	color: #FFF;
	height: 45px;
	padding: 10px 15px 0 15px;
	}
.banerContacto .top h2 {
	font-size: 180%;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: .8em;
	}
.banerContacto p {
	margin: 0 10px;
	padding: 0 10px 0 5px;
	line-height: 1.2em;
	}


/********* BANER DERECHA GPS ***********************/
.banerGps {
	float: left; 
	width: 171px; 
	padding-bottom: 5px;
	background:  url(../images/banerGpsBot.gif) left bottom no-repeat;
	min-height: 150px;
	/**height: 150px; IE*/
	margin-top: 10px;
	color: #000;
	}
.banerGps .top {
	}
.banerGps p {
	margin: 10px 10px;
	padding: 0 10px 0 15px;
	line-height: 1.2em;
	}

/********* BANER ACCESO CLIENTES ***********************/
.banerSatisfaccion {
	float: left; 
	width: 171px; 
	padding-bottom: 110px;
	background: #005EA5 url(../images/banerSatisfaccionBot.gif) left bottom no-repeat;
	/**height: 200px; IE*/
	margin-bottom: 10px;
	color: #FFF;
	}
.banerSatisfaccion .top {
	background: url(../images/banerEuropaTop.gif) 0 0 no-repeat;
	color: #FFF;
	padding: 15px 5px 0 15px;
	margin-bottom:10px;
	}
.banerSatisfaccion .top h2 {
	font-size: 160%;
	color: #FFF;
	margin: 0;
	padding: 0;
	}
.banerSatisfaccion p {
	margin: 0 10px;
	padding: 0 10px 10px 5px;
	line-height: 1.2em;
	}
	
/****************  CONTENIDOS INTERIOR :  PRODUCTOS Y SERVICIOS ***************/

.cont-interior {
	width: 905px; 
	margin:0 auto;
	}
.cont-interior .cont-left {
	background: #FFFFFF url(../images/css-cont-interior.gif) left top no-repeat;
	float: left;
	width: 705px;
	padding: 10px;
	}
.cont-interior .cont-right {
	float: right;
	width: 169px;
	}
.cont-interior .txt_largo {
	font-size: 110%;
	}
.cont-interior .txt {
	float: left; 
	width: 436px;
	font-size: 110%;
	}
.cont-interior .txt_largo p,
.cont-left .txt p {
	margin: 0 0 1.5em 0;
	}
.cont-interior ul li {
	background: url(../images/css-li.gif) 0 0.4em no-repeat;
	padding-left: 12px;
	margin-bottom: .3em;
	}
.cont-interior .fotos_dcha {
	float: right; 
	width: 250px; 
	}

.cont-interior .fotos_dcha .foto {
	float: left;
	margin: 0 5px 5px 0;
	}
.destacado {
	color: #003399;
	}
p.titulo {
	margin-top: 3em;
	color: #003399;
	}
.imagetop {
	margin-bottom: 20px;
	}

.acceso {
	width: 289px;
	margin: 2em auto 0 auto;
	background: url(../images/ban_accesoBot.gif) left bottom no-repeat;
	padding-bottom: 15px;
	
	}
.acceso .top {
	background: url(../images/ban_accesoTop.gif) left top no-repeat;
	height: 18px;
	}
.acceso .botonesacceso {
	padding: 0px 25px;
	}
.acceso label {
	color:#003399;
	cursor: pointer;
	}

.acceso .botonesacceso .gris {
	border-top: 1px solid #ABADB3;
	border-right: 1px solid #E3E9EF;
	border-bottom: 1px solid #E3E9EF;
	border-left: 1px solid #E2E3EA;
	width: 235px;
	font-size: 100%;}

.acceso .botonesacceso .error {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #FF9292;
	border-bottom: 1px solid #FF9292;
	border-left: 1px solid #FF1111;
	width: 235px;
	background-color: #FFE1E1;
	color: #000;
	font-size: 100%;}

.acceso .input_enviar {
	text-align: right;
	margin-top: 8px;
	font-size: 90%;
	}
.botinput {
	background: url(../images/css-input2.gif) 0 0 no-repeat;
	background-color: #039;
	border: none;
	font-size: 100%;
	width: 66px;
	cursor: pointer;
	text-align:center;
	color: #FFF;
	height: 18px;
	}

.mensajes {
	background-color: #F5F5F5;
	padding: 10px 25px;
	border: 1px dotted #E2E2E2;
	  }
.mensajes span {
	color: #cc0000;
	font-weight: bold;
	}

/************* CONTACTO **************/


.cont-interior .contacto {
	float: left; 
	width: 320px;
	font-size: 110%;
	}
	
.google {
	float: right;
	width: 303px;
	margin-right: 20px;
	font-size: 110%;
	}
.google a {
	color: #003399;}
.google a:hover {
	color: #000;
	}
	
.cont-interior .contacto p,
.cont-interior .google p {
	margin: 0 0 1.5em 0;
	}
.cont-interior .contacto p.titulo,
.cont-interior .google p.titulo {
	margin-top: 0;
	}

.google .mapa {
	background: url(../images/css-fnd-google.gif) left bottom no-repeat;
	width: 303px;
	padding: 0 0 10px 0;
	margin:2em auto 0 auto;
	}
.google .mapa .ir {
	background:url(../images/google.gif) 5px 0 no-repeat;
	padding: 25px 0 25px 160px;
	font-size: 90%;
	}
.google .mapa .ir a {
	background: url(../images/bot-irgoogle.gif) 0 0 no-repeat;
	background-color: #039;
	display: block;
	width: 116px;
	height: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	}
.google .mapa .ir a:hover {
	color: #cc0000;
	}
	
/************* AVISO LEGAL ***********************/

.avisolegal {
	padding-right: 2em;
	font-size: 110%;
	}
.avisolegal p {
	margin: 0 0 1.8em 0;}
.avisolegal h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 2em 0 1.5em 0;
	}
.avisolegal h3 {
	font-size: 110%;
	margin: 1.8em 0 1.3em 0;
	}
.avisolegal dl {
	margin: 1.5em 0 2em 0;
	padding: 0;
	}
	
.avisolegal dl dt {
	clear: both;
	float: left;
	text-align: right;
	width: 160px;
	color: #003399;
	font-weight: bold;
	padding: 0 5px 0 0;
	line-height: 1.5em
	}
.avisolegal dl dd {
	display:block;
	float: left;
	line-height: 1.5em;
	width: 450px;}
.avisolegal dl dd a {
	color: #003399;}
.avisolegal a {
	color: #003399;
	}
.avisolegal a:hover {
	text-decoration: none;
	}
.avisolegal ol li {
	list-style-type: decimal;
	margin-bottom: .8em;
	}
	

/* ACCESIBILIDAD JUMI */
.ayudaAcces {
	position: absolute;
	left: -10000px;
	top: 0;
	width: 0.0001%;
	font-size: 0.0001em;
	line-height: 0.0001%;
}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
}
kbd {
	line-height: 1.5em;
	border-top: .15em solid #CCC;
	border-right: .25em solid #AAA;
	border-bottom: .3em solid #888;
	border-left: .2em solid #BBB;
	padding: 0 .2em;
	background: #EEE;
	vertical-align: text-bottom;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
}
.accesibilidad {
	padding-right: 2em;
	font-size: 110%;
}
.accesibilidad a {
	color: #000000;
	}
.accesibilidad a:hover {
	color:#003399;
	}
.accesibilidad p {
	margin: 0 0 1.8em 0;
}
.accesibilidad h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 2em 0 1.5em 0;
}
.accesibilidad h3 {
	font-size: 110%;
	margin: 1.8em 0 1.3em 0;
	color: #003399;
}
.accesibilidad h4 {
	font-size: 100%;
	margin: 1.8em 0 1.3em 0;
}
.accesibilidad div.imagenDch {
	float: right;
	margin: 0 0 0 15px;
}


/************ PRODUCTOS Y SERVICIOS **************/

.producto {
	margin-bottom:20px;
	}
.producto .img {
	float: left; width:130px;
	}
.producto .txt_producto {
	float: left;
	width: 570px;
	}
.cont-interior .txt_largo .txt_producto h3 {
	margin-bottom:.5em;}
.cont-interior .txt_largo .txt_producto p{
	margin-bottom: .8em;
	}
