/*-------------ETIQUETAS GENERALES---------------------*/
* html div {
	height:100%;
	width:100%;
}

body {
    font: normal .8em   tahoma,sans-serif,arial,verdana,arial,serif,tahoma;
    padding:0px;   
    clip: rect(0px,0px,0px,0px);
    margin:auto auto auto auto;
    text-align:center;
    color: #000;	
    width:100%;
	  background: url(imagenes/bc.jpg) top left  ;
}

a.descarga{
  color:#d13333;
  float:right;
  text-align:right;
   font: 700 .9em  tahoma,sans-serif,arial,verdana,arial,serif,tahoma;
}
#presentacion{
    width:800px;
    height:800px;
    margin:auto;
    background: url(imagenes/presentacion1.jpg) center no-repeat;
    display:block;   
    padding-top:30px;
}
#objetivos{
    width:800px;
    height:800px;
    margin:auto;
    background: url(imagenes/objetivos1.jpg) center no-repeat;
    display:block;   
    padding-top:30px;
}
#prestamo{
    width:800px;
    height:800px;
    margin:auto;
    background: url(imagenes/prestamo1.jpg) center no-repeat;
    display:block;   
    padding-top:30px;
}
#descripcion{
    width:800px;
    height:800px;
    margin:auto;
    background: url(imagenes/descripcion1.jpg) center no-repeat;
    display:block;   
    padding-top:30px;
}

#imagenes{
    width:800px;
    height:800px;
    margin:auto;
    background: url(imagenes/imagenes.jpg) center no-repeat;
    display:block;   
    padding-top:30px;
}



#texto{
    width:445px;
    height:360px;        
    display:block;
    overflow: auto;
    background:#fff;
    margin:30px auto auto 300px;
    text-align:justify;
    padding-left:10px;
    padding-right:10px;
            
}

#menu{
    width:90%;
    height:auto;
    margin:auto;
    overflow:hidden;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;     
    margin:auto auto auto auto;
    display:block;
    }
#imagenes #menu{
    border-top:2px solid #124d67;
    border-bottom:2px solid #124d67; 
}
a{
   font: normal 2em  impact, tahoma,sans-serif,arial,verdana,arial,serif,tahoma;
   float:left;
   text-decoration:none;
    color:#fff; 
    padding-left:10px;  
}

li{
  padding-left:5%;
  width:95%;
  margin: auto auto 20px auto;
 
}
a:hover{
    text-decoration:underline;
    }

#imagenes a{
  color:#124d67;
}  
#logo{
  width:100%;
  height:98px;
  
}
a.logo_cjc{
    background: url(imagenes/logo.jpg) center no-repeat;    
    width:253px;
    height:98px;
    display:block;
    text-decoration:none;
    margin: auto auto  auto auto;
}

.red{
  color:#d13333;
  float:left;
  font-weight:700;
 
  }

.titular_red{
        width:auto;   
        height:auto;     
        margin:auto auto 10px 10px;
        font-size:15px;
        font-weight:900;
        color:#d13333;
        border-bottom: 2px solid #007922;
        border-top: 2px solid #007922;
        padding-top:5px;
        padding-bottom:5px;
}

#pie{
  width:800px;
  height:auto;
  position:absolute;
  top: 88%;
  text-align:center;
  margin:auto auto auto auto;
   font-size:14px;
  font-weight:600;
  color:#ccc;
}

#imagenes #pie{
  color:#000000;
}