@import url("reset.css");

body{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    background: #000;
    }
    
input{border: 1px solid #727272;background: #F1F1F1}
    
    
div#body{
    background: url(../images/bkg_body.png) repeat-y #fff;
    border: 1px solid #727272;
    width: 1000px;
    /*height: 612px;*/
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-500px;
    margin-top:-306px;
    }
    
div.divTop{
    background: url(../images/bkg_top.png) repeat-y #fff;
    height: 80px;
    padding: 20px 0 0 44px;
    }
    
/*  H1 DE LA WEB    */
a#titulo{
    background: url(../images/logo_irmel.png) no-repeat transparent;
    display: block;
    margin: 34px 0 0 42px;
    overflow: hidden;
    text-indent: -9999px;
    height: 40px;
    width: 170px;
    }
    
a#enlace_gesme{
    background: url(../images/gesme-logo.gif) no-repeat transparent;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 60px;
    height: 12px;
    margin-left: -2px;
    }

ul.chapas{
    float: right;
    margin: -47px 5px 0 0;
    }
    
ul.chapas li{
    display: block;
    float: left;
    background: url(../images/bkg_chapas.png) no-repeat transparent;
    height: 105px;
    width: 140px;
    }
   
h3.lema{
	background: url(../images/es_servicios_integrales_contratacion.png) no-repeat transparent;
	width: 493px;
	height: 18px;
	text-indent: -9999px;
	float:right;
	margin-top: 48px;
	margin-right: -247px;
	margin-bottom: 0;
	margin-left: 0;
    }
    
h1{
    color: #727272;    
    font-weight: bold;
    font-size: 1.1em;
    margin: 8px 0 8px 0;
    }
    
/*  LISTA DE IDIOMAS  */
    
ul#idiomas{
    display: inline;
    /*display: none;*/
    overflow: hidden;
    float: right;
    margin: 12px 20px 0 0;
    }
    
ul#idiomas li{margin-bottom:4px}
    
ul#idiomas li a{
    background: url(../images/bkg_idiomas.png) no-repeat transparent;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 15px;
    height: 18px;
    }

ul#idiomas li#idiomasEN a{background-position: 0px   0px}
ul#idiomas li#idiomasFR a{background-position: 0px -20px}
ul#idiomas li#idiomasDE a{background-position: 0px -40px}
ul#idiomas li#idiomasES a{background-position: 0px -60px}

/*  FINAL LISTA DE IDIOMAS  */

/*  MENU PRINCIPAL  */

ul.menu_principal{
    margin: 20px 0 0 88px;
    text-align: left;
    float: left;
    display: inline;
    overflow: hidden;
    width: 230px;
    }

ul.menu_principal li{
    padding: 10px 0 10px 0;
    }

ul.menu_principal li a,
ul.subListado li span{
    background: url(../images/bkg_li_menu.gif) no-repeat 0 1px;
    height: 15px;
    display: block;
    overflow: hidden;
    padding-left: 22px;
    color: #0a93d5;
    }

ul.menu_principal li.conSubmenu{
    padding: 12px 0 2px 0;
    }

ul.menu_principal a{
    color: #727272;
    font-size: 1.3em;
    text-transform: uppercase;
    }
    
ul.menu_principal li ul.submenu a{
    background: url(../images/bkg_li_submenu.png) no-repeat 0 1px;
    height: 15px;
    text-transform: none;
    font-size: 1.2em;
    margin-left: 12px;
    padding-left: 15px;
    }

ul.submenu li{
    border-bottom: none;    
    padding: 3px 0 3px 0;
    }
    
ul.menu_principal li.dstk a{
    background: url(../images/bkg_li_menu.gif) no-repeat 0 -13px;
    font-weight: bold;
    color: #000;
    }    

ul.menu_principal li.dstk ul li a{
    font-weight: normal;
    color: #0a93d5;
    }

ul.menu_principal li.dstk ul li.dstk a{
    background: url(../images/bkg_li_submenu.png) no-repeat 0 -15px;
    color: #000;    
    }

li.sinDstk a{
    font-weight: normal;
    color: #727272;
    }    

    
/*  FINAL MENU PRINCIPAL  */

/*  CONTENIDO DINÁMICO   */

div.contenido{
    overflow: hidden;
    /*height: 475px;*/
    width: 493px;
    margin: 0 15px 0 0;
    padding-left: 10px;
    padding-bottom:30px;
    font-size: 1.2em;
    color: #000;
    text-align: justify;
    }   

div.contenido h3{
    color: #727272;
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 1px;
    }

div.contenido p{
    margin: 8px 0 8px 0;
    font-size: 0.9em;
    line-height: 14px;
    }

div.contenido p strong{
    color: #000;
    font-weight: bold;
    }

div.filosofia p{
    margin: 4px 0 4px 0;
    }

div.contenido ul li{
    /*height: 15px;*/
    font-size: 0.9em;    
    }

ul.subListado{
    padding-top: 20px;
    display: block;
    float: right;
    width: 165px;
    margin: 0;
    }
    
ul.subListado li span{
    text-transform: uppercase;
    font-size: 1.4em;
    }

ul.subListado li ul{
    margin-top: 8px;    
    }

ul.subListado li ul li{
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
    }

ul.subListado li ul li span{
    background: none;
    font-size: 1.0em;
    text-transform: none;
    color: #000;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: -10px;
    }

input.entrar{
    padding: 1px 4px 1px 4px;
    background: #737373;
    color: #fff;
    font-size: 1.1em;
    }

img#logoISO{
    float: right;    
    margin: -105px 32px 0 0; 
    }

/*  CONTENIDO SECTORES    */
img#imgMolinos{
    float: right;
    margin-left: 15px;
    }

/*  PIE DE PAGINA   */
div.pie_de_pagina{
    float: none;
    clear: both;
    /*position: absolute;*/
    overflow: hidden;
    /*bottom: 0;*/
    border: 0;
    background: #0A93D5;
    height: 20px;
    width: 100%;
    text-align: center;
    margin-top:15px;
    padding-top: 8px;
    }
/*  FINAL PIE DE PAGINA   */

div.contenido ul.circule li,
ul.circule li{
    /*height: 10px;*/
    line-height: 120%;
    padding-top: 5px;
    list-style: circle;
    margin-left: 15px;
    }
    
div.divMapa{
    width: 655px;    
    }
    
img.mapa{
    margin-right: -10px;    
    }
    
/*  ENLACES DE LA PAGINA DE ENLACES   */
    
div.contenido ul.enlaces{
    margin: 96px 0 0 150px;    
    }
    
div.contenido ul.enlaces li{
    height: 40px;    
    padding: 5px 0 0 140px;
    }

div.contenido ul.enlaces li a{
    color: #0a93d5;
    font-weight: bold;
    }
    
div.contenido ul.enlaces li a:hover{
    color: #000;    
    }
    
div.contenido ul.enlaces li#gesme{
    background: transparent url(../images/bkg_enlaces_gesme.png) no-repeat 1px 1px;
    }
    
div.contenido ul.enlaces li#gohatec{
    background: transparent url(../images/bkg_enlaces_gohatec.png) no-repeat -3px 1px;
    }
    
div.contenido ul.enlaces li#tramico{
    background: transparent url(../images/bkg_enlaces_tramico.png) no-repeat 0 1px;
    }
    
div.contenido ul.enlaces li#bobiges{
    background: transparent url(../images/bkg_enlaces_bobiges.png) no-repeat -3px 1px;
    }
    
div.contenido ul.enlaces li#irmelEbro{
    background: transparent url(../images/bkg_enlaces_irmel_ebro.png) no-repeat 0 1px;
    }

div.contenido ul.enlaces li#spirsin{
    background: transparent url(../images/bkg_enlaces_spirsin.png) no-repeat 0 1px;
    }    

