/* 
    Document   : estilo.css
    Created on : 03-oct-2011, 9:34:52
    Author     : becarios
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html, body{
    background-color:#E5E5E5;
    background-color: #5B5B5B;
    background-repeat: repeat-x;
    margin:0px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, "San Serif";
}

img{
    border:0px solid black;
}

#fondo_superior{
    position:absolute;
    top: 0px;
    height: 400px;
    width: 100%;
    z-index:1;
    background-color:white;
}

#centrar {
    width: 830px;
    margin:auto auto;
}

#cabecera{
    position:relative;
    padding:0px;
    height:130px;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index:3;
}

#contenidoInet{
    position:relative;
    padding:0px 0px 0px 80px;
    margin-bottom:20px;
    height: 400px;
    z-index: 2;
    background-color:white;
    border: 8px solid #800000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    /* css3pie.com */ /* Hacer ie 6-9 compatible con css3 */
    behavior: url(./css/PIE.htc);
}

#contenidoBIB{
    position:relative;
    padding:0px 0px 0px 80px;
    margin-bottom:20px;
    height: 540px;
    z-index: 2;
    background-color:white;
    border: 8px solid #800000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    /* css3pie.com */ /* Hacer ie 6-9 compatible con css3 */
    behavior: url(./css/PIE.htc);
}

#columna1{
    float:left;
    width: 366px;
}

#columna2{
    float:left;
    width: 366px;
}

.recurso{
    width:365px;
    float: left;
    overflow: hidden;
    line-height: 40px;
}

.recurso a{
    text-decoration: none;
    font-weight: bold;
    color:black;
}

.recurso a:visited{
    text-decoration: none;
    font-weight: bold;
    color:black;
}

.marca_agua_bibing{
    float:right;
    margin: 20px 30px 0px 0px;
    color: lightgray;
    font-size: 160%;
    font-weight: bolder;
}

.marca_agua_contenido{
      float:left;
    margin: 30px 30px 10px 0px;
    color: lightgray;
    font-size: 180%;
    font-weight: bolder;  
}

#pie{
    position:relative;
    height: 110px;
    z-index:2;
    color:white;
}

#imagen_etsi{
    float: left;
}

#direccion_etsi{
    float: left;
    margin-top:10px;
    margin-left:20px;
}

#direccion_etsi a{
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size:110%;
}

#direccion_etsi a:visited{
    text-decoration:none;

}

