/* CSS Document */
/*estrucutra de la pagina*******************************/
@media screen and (max-width: 800px) {
      #contenedor{
                           width:80%;
                  }
                           
}
@media screen and (max-device-width : 480px) {

        #sidebar{
	        display:none;
	        }

        #menu{
               text-align:center;
               }
           
        
}
html {
 overflow:hidden;
}

body {
height:100%;
width:100%
margin:0;
padding:0;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
padding-top:10px; /* 80 px Relleno superior igual a la altura de la cabecera*/
}
#cabecera {
	/*background: #276297;*/
	background-color: #275F97;
    color: white;
	height: 80px;
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la p�gina */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posici�n fija */
    z-index:1000;
    display: block;
}
#logo1{
width: 10px;
height: 20px;
border-spacing: 1px;
margin: auto;
display:block;
padding:5px 0px 5px 10px;
position:auto;	
	
	
	
}
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}
#logo-header:hover {
        color: #0b76a6;
    }
    
#logo-header .site-name {
        display: block;
        font-weight: 700;
        font-size: 1.2em;
        color: #fff;
    }
    
#logo-header .site-desc {
        display: block;
        font-weight: 300;
        font-size: 0.8em;
        color: #999;
    }
#logo-header .fecha {
        display: block;
        font-weight: 300;
        font-size: 0.8em;
        color: #fff;
    }

#contenedor{ 
border:0px solid #C9C9A7;
width:95%;
/*height: 450px;*/
height: 90%;
border-spacing: 1px;
margin: auto;
display:block;
padding:5px 0px 5px 10px;
position:auto;
overflow-x: hidden; 
overflow-y: hidden;
text-align: center;
}
#contenedor  iframe {
position: absolute;
top:0;
left: 0;
width: 99%;
height: 99%;
overflow-x: hidden; 
overflow-y: auto;
}
#contenedor_alm{ 
border:0px solid #C9C9A7;
width:85%;
height: 85%;
border-spacing: 1px;
margin: auto;
display:block;
padding:5px 0px 5px 0px;
position:relative;
overflow-x: hidden; 
overflow-y: auto;
text-align: center;
}

.block_icono{
border:0px solid #C9C9A7;
width:510px;
height:250px;
border-spacing: 1px;
float:left;
display:inline-block;
padding:5px 0px 5px 0px;
float:center;
text-align: center;
margin-left: 10px;
margin-right: 10px;
margin-top: 30px;
}

.block_icono img {
    width: 85%; 
    height: 85%;
    border: 0;
    align : center;
text-align: center;
    }
figure {
  float: right;
  width: 80%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure {
  min-width: 150px;
}
div.figure {
  float: right;
  width: 2500%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

figcation{
	float: right;
	width:100%;
	margin-left: 15px;
	margin-right: 15px;
	
	
}

/************
//-----------------------------
// PIE P�GINA
//-----------------------------
************/
footer{
/*width:100%;*/
height:20px;
}


#main-footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;  /*  margen superior dentro del footer*/
    margin-top: 5px;  /*separaci�n entre el contenedor i el footer*/   
}
#main-footer p {
        margin: 0;
    }
    
#main-footer a {
        color: white;
    }

.etiqueta{
   position:absolute;
   margin:1.50% 35%;
   padding: 0px 0px 8px 0px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:30%;
   height: 30%;      
   z-index: 900;
   text-align: center;
   visibility:visible;
   opacity: 0.75;
  
 }
    
.etiqueta h1 {
    font-size: 15px;
    color: #000C08;
    /*text-shadow: black 0.1em 0.1em 0.2em*/
    
  }

  



















