body{
  font: 14px Arial, Helvetica, Sans-Serif;
  color: #000;
  background: #8abfeb;
}


/* *** ESTILOS DE LA CABECERA *** */
header{
  margin: 0 auto;
  padding: 0;
  width: 930px;
  height: 105px;
  background: #fff url("../images/cabecera-bg.jpg") no-repeat center top;
  border-bottom: #2776a3 2px solid;
}

/* /// ESTILOS DEL LOGO /// */
#logo{
  margin: 0;
  padding: 0;
  width: 265px;
  height: 100%;
  float: left;
}

#logo h1{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}

#logo h1 a{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* /// ESTILOS DEL PANEL DE BUSQUEDA Y REDES SOCIALES /// */
.panel_de_busqueda_y_redes_sociales{
  margin: 0;
  padding: 0;
  width: 352px;
  height: 70px;
  float: right;
}

.redes_sociales{
  margin-top: 30px;
  margin-right: 32px;
  width: 70px;
  height: 40px;
  float: left;
}

.facebook, .twitter{
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  float: left;
  text-indent: -10000px;
}


.panel_de_busqueda{
  margin-top: 15px;
  padding: 0;
  width: 250px;
  height: 55px;
  float: right;
}

.panel_de_busqueda label h2{
  font: 14px;
  color: #479ecb;
}

.palabras_claves_de_busqueda{
  margin-top: 6px;
  width: 160px;
  height: 22px;
  border: #0087c1 1px solid;
  background: #eee;
  float: left;
  color: #aaa;
  font-size:12px;
  font-style: italic;
}

.boton_envio_de_busqueda{
  margin: 6px 0px 0px 10px;
  padding: 0;
  width: 60px;
  height: 22px;
  background: #0587c3 url("../images/lupa.png") no-repeat center 3px;
  cursor: pointer;
  text-indent: -10000px;
  border: none;
}

/* /// ESTILOS DEL MENU DE LA PAGINA WEB /// */
nav{
  margin: 0px;
  width: 660px;
  height: 35px;
  float: right;
}

#menu{
  margin: 0;
  padding: 0px 1%;
  list-style: none;
  width: 98%;
  height: 100%;
}

#menu li{
  float: left;
}

#menu > li {
  float: left;
}

#menu li ul {
  margin-left: 0px;
  display:none;
  position:absolute;
  width: 350px;
  text-indent: 0;
}

#menu li:hover > ul {
  display:block;
  z-index: 40;
}

#menu li ul li {
  position:relative;
  list-style-type: none;
  background-color: #12587e;
  width: 350px; 
}

#menu li ul li ul {
  right: 0px;
  top:0;
  left: 175px;
}

#menu li a{
  padding: 0px 20px;
  color: #eee;
  font-size: 16px;
  display: block;
  line-height: 35px;
  height: 100%;
}

#menu li a:hover{
  background: url("../images/hover_fondo.png") repeat-x;
}

.opcion_desplegable{
  padding: 0px 20px;
  color: #eee;
  font-size: 16px;
  line-height: 35px;
  height: 100%;
}

li:hover.opcion_desplegable{
  background: url("../images/hover_fondo.png") repeat-x;
}

/* *** ESTILOS DEL SLIDER *** */
#slider_destacados{
  margin: 0 auto;
  padding: 0;
  width: 930px;
  height: 315px;
}

/* *** ESTILOS DE LA SECCION RESUMEN *** */
#seccion_resumen{
  margin: 0 auto;
  padding: 0;
  width: 930px;
}

#seccion_resumen h4{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 36px;
  background-color: #1c84bf;
  line-height: 36px
}

.bloque_de_resumenes{
  margin: 0;
  padding-top: 2px;
  background-color: #c7d6df;
}

.bloque_resumen{
  margin-left: 0px;
  margin-right: 6px;
  width: 306px;
  background: #fafcfd url("../images/resumen_fondo.jpg") bottom center repeat-x;
}

.bloque_resumen h2{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #013858;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}

.resumen{
  margin: 0;
  padding: 0px 26px 10px 26px;
  width: 254px;
  background-repeat: none;
}

.resumen h3{
  margin-top: 20px;
  color: #1ca05e;
  font-size: 14px;
  font-weight: bold; 
}

.resumen p{
  margin: 0;
  color: #4b5761;
  font-size: 12px;
}

.resumen a{
  margin: 5px auto;
  background-image: url("../images/boton_leer_mas_fondo.png");
  width: 167px;
  height: 64px;
  line-height: 64px;
  color: #a8cbdf;
  font: 18.74px;
  display: block;
  text-align: center;
}

/***** ESTILOS DEL FOOTER ******/

#pie_de_pagina{
  margin: 15px auto 0px auto;
  padding-top: 25px;
  width: 935px;
  height: 95px;
  background-image: url("../images/footer_fondo.jpg");
  background-repeat: no-repeat;
}

#pie_de_pagina a{
  padding-left: 10px;
  padding-right: 10px;
  color: #6a7881;
  font-size: 14px;
  line-height: 15px;
}

#pie_de_pagina p{
  margin-top: 20px;
  color: #6a7881;
  font-size: 14px;
  text-align: center;
}



/*************** ESTILOS DE LAS PAGINAS INTERNAS ******************/
#descripcion_seccion{
  margin: 0px auto;
  padding: 10px 0px;
  width: 930px;
  min-height: 300px;
  background: #e4eff5;
}

#descripcion_seccion h2{
  margin: 5px 0px 10px 0px;
  width: 96%;
  padding: 0% 2%;
  color: #013858;
  font-size: 35px;
  line-height: 50px;
}

#descripcion_seccion p{
  margin: 0% 2%;
  padding: 0;
  width: 96%;
  font-size: 14px;
  color: #000;
}


#descripcion_seccion ul{
  margin-left: 50px;
  margin-top: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  position: relative;
}

#descripcion_seccion table{
  margin: 10px auto;
}

#descripcion_seccion h3{
  margin: 10px 0px 0px 20px;
  padding: 0;
  font-family: Arial, Sans-Serif;
}


/****************** ESTILOS DE LA SECCION CONTACTENOS *******************/
.formulario_de_contacto{
  margin: 20px 0px 20px 10px;
  padding: 15px;
  width: 430px;
  float: left;
  background: #eee;
}

.formulario_de_contacto h3{
  margin: 0;
  padding: 0;
  width: 96%;
  height: 30px;
  background: #02b3e9;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.formulario_de_contacto label h4{
  margin: 5px 0px 1px 0px;
  color: #000;
  font: 10px Arial, Sans-Serif;
}

.ingreso_de_dato{
  margin: 1px 0px 5px 0px;
  width: 96%;
  height: 20px;
  color: #000;
  padding: 2px 7px;
}

.ingreso_de_mensaje{
  margin: 1px 0px 5px 0px;
  width: 96%;
  height: 50px;
  color: #000;
  padding: 2px 7px;
}


.boton_enviar{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  width: 170px;
  height: 30px;
}
