/* -------------------------- */
/*          GENERICO          */
/* -------------------------- */
/*
Colores corporativos:

#993366 (burdeos) : títulos y cabeceras, enlaces
#4C4C4C (gris 70%) : textos ventana flotante
#666666 (gris 60%) : bordes de marcos, hover
#B2B2B2 (gris claro) : bordes secundarios
#ffffff (blanco) : fondo
*/

body{
  background: #ffffff;
  margin:0;
  padding:0;
  text-align:left;
  font-family:sans-serif;
  font-size:13px;
}
a {
  text-decoration:none;
  color:#993366;
}
a:visited {
  color:#993366;
}
a:hover {
  color:#666666;
  text-decoration:underline;
}
a:active {
  color:#993366;
}

input {
  margin:0px;
  padding-bottom:0px;
  font-size:11px;
  font-weight:normal;
  color:#993366;
}

h1 {
  font-size:22px;
  font-weight:bold;
  color:#666666;
}
h2 {
  font-size:18px;
  font-weight:bold;
  color:#4C4C4C;
}

/* -------------------------------- */
/*          MENUS CABECERA          */
/* -------------------------------- */

#dropmenudiv{
  position:absolute;
  border:1px solid #666666;
  background:white;
  font:normal 10px sans-serif;
  /*border-bottom-width:1px;*/
  line-height:18px;
  z-index:100;
  visibility:hidden;
}

#dropmenudiv a{
  width:100%;
  display:block;
  text-indent:3px;
  padding:1px 0;
  color:#993366;
  text-decoration:none;
}

#dropmenudiv a:hover{ /*hover background color*/
  background-color:#666666;
  color:white;
}

.espacio {
  padding-top:7px;
  padding-bottom:7px;
}

.separador, .miniseparador, .latseparador, .pieseparador{
  color: #666666;
  background-color: #666666;
  height: 0px;
}

.separador {
  margin-top:30px;
  margin-bottom:30px;
}

.miniseparador {
  margin-top:3px;
  margin-bottom:3px;
}

.latseparador {
  margin-top:15px;
  margin-bottom:15px;
  width:80%;
}

.pieseparador {
  margin-top:5px;
  margin-bottom:5px;
  width:80%;
}

/* ------------------------- */
/*          LAYOUTS          */
/* ------------------------- */
/*
h: cabecera
c: cuerpo
p: pie
*/

#contenedor {
  margin:0px auto;
  padding:0px;
  width:782px;
  border-color:white;
  border-style:solid;
  border-width:1px;
}

.fdefecto {
  margin:0px auto;
  padding:0px;
  width:780px;
}

#h_cont {
/* .fdefecto */
  height:110px;
  border-color:white;
  border-style:solid;
  border-width:1px;
}
#h_menu {
/* .fdefecto */
  height:13px;
  text-align:right;
}
#p_menu {
  height:13px;
  text-align:left;
}
#h_menu a, #p_menu a{
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  padding-right:8px;
  padding-left:8px;
}
#h_menu a:hover, #p_menu a:hover {
  color:#ffffff;
  background:#666666;
  text-decoration:none;
}

#h_fondo {
/* .fdefecto */
  background: transparent url(../images/fgrad.png) repeat-x;
  background-position:center;
/* bajo desde 80*/
  height:77px;
}
#h_bordes {
  border-color:#666666;
  border-style:solid;
  border-width:1px;
  width:778px;
  height:77px;
  float:center;
  text-align:left;
}
#h_logo {
  float:left;
  width:95px;
  height:95px;
  position:relative;
  left:1px;
  top:2px;
}
#h_rotulo {
  float:left;
  width:305px;
  height:76px;
  position:relative;
  left:0px;
  top:2px;
}
#h_buscar {
  float:right;
  width:300px;
  height:30px;
  position:relative;
  right:2px;
  top:46px;
  text-align:right;
/*
  border-color:yellow;
  border-style:solid;
  border-width:1px;
*/
}
#h_num {
  float:left;
  width:305px;
  height:13px;
  position:relative;
  left:-25px;
  top:0px;
  text-align:right;
}
#h_num a{
  /*color:#000000;*/
  font-size:11px;
  text-decoration:none;
}
#h_num a:hover{
  text-decoration:underline;
}

#c_principal{
  /*width:781px;*/
}

#c_pagina{
}

#c_flotante{
  float:right;
  width:263px;
  padding:8px;
  margin-left:8px;
  margin-bottom:8px;
  margin-right:1px;
  border-color:#B2B2B2;
  border-style:solid;
  border-width:1px;
  color:#4C4C4C;
  visibility:hidden;
}

#c_banners{

}
#c_creditos{
  padding-top:4px;
  padding-bottom:4px;
  text-align:center;
  background:#f2f2f2;
}

#p_cont{
/* .fdefecto */
  height:110px;
  border-color:white;
  border-style:solid;
  border-width:1px;
}
#p_fondo {
/* .fdefecto */
  background: transparent url(../images/fgrad2.png) repeat-x;
  background-position:center;
  height:33px;
}
#p_bordes {
  border-color:#666666;
  border-style:solid;
  border-width:1px;
  width:778px;
  height:32px;
  float:center;
  font-size:11px;
  text-align:right;
}
#p_text {
  color:#4c4c4c;
  height:11px;
  text-align:right;
  vertical-align:middle;
  padding:2px;
}


