body {
    background: white;
    color: black;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2.4em;
    text-align: center;
}
h2 {
    font-size: 1.4em;
    text-align: center;
}
.img-responsiva {
    text-align:center;
    width: 100%;
}
.img-responsiva-nota {
    text-align:center;
    width: 350px;
}
.xtra-entrada-gde {  
    color:gray;
    padding: 5px;
    width: 450px;   
}
.entrada-gde {  
    color:gray;
    padding: 5px;
    width: 350px;   
}
.entrada-med {  
    color:gray;
    padding: 5px;
    width: 190px;   
}
.entrada-nor {  
    color:gray;
    padding: 5px;
    width: 100px;   
}
.entrada-chi {  
    color:gray;
    padding: 5px;
    width: 50px;    
}
.entrada-opcs {
    color:gray;
    padding: 5px;
}
.abuscar {  
    background-color:silver;
    border-radius:20px;
    border:none;
    color:#B04462;
    height:25px;
    outline:none;
    padding: 0 10px;
    width: 250px;   
}
#contenido-buscar {
    background-color:white;
    border: 1px solid gray;
    border-radius:0px;
    min-height:250px;
    margin:0 auto;
    max-width:905px;
    padding:10px;
    text-align:center;
    position:relative;
    z-index:10;
}
  #cover-temp {
    background:white;
    height:350px;
    margin:0 30%;
    width:40%;
    position:absolute;
    z-index:9;
} 
  #msje-negativo {
    background:none;
    height:auto;
    margin:10% 40%;
    width:auto;
    position:absolute;
    z-index:5;
} 
#resultado-busqueda{
    background:white;
    min-height:250px;
    text-align:left;
    width:100%;
    position:relative;
    z-index:999;
}
#respuestas {
    color:blue;
    padding: 0 5px 0 0; 
}
#textos {
    font-weight:bold;
}
#respuestas, #textos {
    display:inline-block;
    vertical-align:top;
}
#logo-degeti {
    float:right;
    top:-150px;
    position:relative;
}
#campo {
    background:none;
    display:inline-block;
    margin:10px 5px 5px 5px;
    vertical-align:top;
    width:280px;
}
.t-campos {
    padding:2px 15px;
}
.boton { 
    font-size: .9em; 
    font-weight:bold; 
    color:white; 
    background:#06C; 
    border:0px;
    border-radius:4px; 
    width:120px; 
    height:25px; 
}
.boton:hover { 
    font-size: .9em; 
    font-weight:bold; 
    color:white; 
    background:#06C; 
    border:0px;
    border-radius:4px; 
    width:120px; 
    height:25px;
}

#secc-titulo {
    background:url(../img/secc-fondo-titulo.png);
    border:2px solid gray;
    border-radius:10px 10px 0 0;
    color:white;
    height:auto;
    padding:0 10px;
    text-align:center;
    width:100%;
}
#secc-titulo-print {
    background:url(../img/secc-fondo-titulo.png);
    border:2px solid gray;
    border-radius:10px 10px 0 0;
    color:black;
    height:auto;
    padding:0 10px;
    text-align:center;
    width:96%;
}

#secc-textos {
    width:90%;
    font-weight:bold;
    text-align:left;
}
#secc-respuestas {
    color:blue;
}
fieldset{
    border: none;
}
#secc-textos, #secc-respuestas, fieldset, .mostrando {
    display:inline-block;
    vertical-align:top;
}
#top {
    background:url(../img/top.png);
    color:white;
    font-weight:500;
    font-size:1.8em;
    min-height:100px;
    text-align:center;
    line-height:30px;
    width:100%;

}
#escuela-logo {
    background:yellow;
    height:150px;
    left:30px;
    position:absolute;
    top:50px;
    width:150px;
    z-index:999;
}
#rec-cabecera {
  padding:10px;
  margin:auto;
  text-align:center;
  max-width:950px;
}
#cabecera-titulo {
  font-size:1.6em;
  margin:auto;
  width:500px;
}
#cabecera-subtitulo1, #cabecera-subtitulo2 {
  font-size:1.2em;
  margin:auto;
  width:500px;
}
#logo-esc {
background:silver;
height:200px;
  width:200px;
}
#nombre-esc {
background:pink;
  height:200px;
  padding:5px;
  text-align:center;
  width:580px;
}
#logo-esc, #nombre-esc {
  display:inline-block;
  vertical-align:top;
}


#panel-conte {
  border:1px solid gray;
  border-radius:3px;
  padding:10px;
  max-width:950px;
}







#pies {
}
footer {

}




@media all and (max-width: 800px) {

 }


@media all and (max-width: 400px) {

 }
