html{
    background-color: #FFFFFF;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    overflow-y: scroll;
}

img {
    border: none;
}

#cabecera {
    background-image: url('../images/logo_search2.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
    height: 250px;
    
    -moz-border-radius 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
  /*  behavior: url('http://ifisc.uib-csic.es/search2012/PIE.htc'); */
}

#menu {
  margin-top:10px; 
  margin-bottom:10px;
  width:98%;
  height:34px;
  background-color:#4686B3;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #3C7399;
   
  -moz-border-radius 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#menuser {
  margin-top:10px; 
  margin-bottom:10px;
  width:98%;
  height:34px;
  background-color:#4686B3;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #3C7399;
   
  -moz-border-radius 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.caja_menu{
    float:left;
    position:relative;
    top: 1px;
    margin-bottom:10px;
    margin-left: 5px;
    background-color:#4686B3;
    font-family: arial;
    font-size: 13px;
    padding: 8px;
    
    -moz-border-radius 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.caja_menu a{
    text-decoration: none;
    color: white;
    outline: none;
}

.caja_menu:hover {
    background-color:#3D7399;
}


#subcuerpo{
    position: relative;
    width: 95%;
    top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    martin-top: 10px;
}

#encabezado_pagina {
    font-family: arial;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #4686B3;
    height: 32px;
    letter-spacing: 2px;
    margin-left: 8px;
    width: 98%;
    text-indent: 10px;
    margin-top: 10px;
    
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3C7399;
    
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #3C7399;
}

.texto_encabezado {
    margin-top: 1px;
}

/* Cuerpo de las paginas */

#cuerpo_pagina {
    font-family: arial;
    font-size: 14px;
    margin-left: 35px;
    text-align: left;
    width: 92%;
    margin-top: 30px;
    min-height: 200px;
}

#pie_pagina{
    margin-top: 30px;
    border-top: 2px dotted #3C7399;
    text-align: right;
    vertical-align: bottom;
    font-size: 9px;
    height: 18px;
    width: 92%;
    margin-left: 30px
}

/* Fin del cuerpo de las paginas */


#pie_de_pagina {
  margin-top:30px; 
  width:98%;
  height:24px;
  background-color:#4686B3;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #3C7399;
   
  -moz-border-radius 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.texto_pie_pagina {
     margin-top: 5px;
     font-size: 12px;
     font-family: arial;
     color: white;
     text-align: center;
 }
 
 
#hide {
    display: none;
}

#hide2 {
    display: none;
}

#preregistro_form {
    margin-top: 20px;
    margin-bottom: 10px;
}

#preregistro_form tr{
    margin: 5px;
}

#preregistro_form ul{
    padding: 0;
    color: red;
}

.etiqueta_form {
    font-weight: bold;
    text-align: right;
}

.boton_form {
    margin: 20px;
}
    
.boton_form {
    margin-top: 20px;
}

.sf_admin_form_row {
    min-height: 70px;
}

.table form tr,th,label{
   margin-right: 5px;
}


#noticia {
    margin: 10px;
    padding: 2px;
    border: 1px solid #254E95;
    
    
    -moz-border-radius 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.noticia_texto {
    font-family: Verdana;
    text-align: center;
    color: #254E95;
}

.centrar {
    text-align: justify;
    width: 80%;
    padding-top: 20px;
}

.bank {
    width: 60%;
    margin-left: 30%;
}

.etiqueta_form {
    width: 290px;
}