 
 
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/* Inicio ***************************************************************************/

 /* Texto de presentacion de la página*/
#presentacionPuentes {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:450px;
 background-color:#fff;
 border-bottom:6px double #ccc;
 text-align:justify;
    
}

#animacionPresentacionPuentes {
 position:absolute;
 top:20px;
 left:780px;
 width:200px;
 overflow: hidden;
 z-index:7;   
}

#textoPresentacionPuentes {
 position:absolute;
 top:0;
 left:40px;
 width:680px;
 height:240px; 
}

aside {
 position:absolute;
 top:470px;
 left:0;
 width:260px;
 height:600px;;
 background-color:#fff;
}    

#enlacesPuentes {
 margin:20px;
 text-align:center;
}


#infoInformeSismico {
 position:absolute;
 top:490px;
 left:261px;
 width:690px;
 height:60px;
 text-align:center;
 font-size:18pt;
 color:#fff;
 vertical-align: middle;
 background-image: linear-gradient(90deg, #1D406D, #3F67A9);
}

article {
 position:absolute;
 top:560px;
 left:261px;
 width:690px;
 height:auto;
 background-color:#fff;
 padding-top:30px;
 z-index:9;
}
/***********************************************************************************/
