/* ******************************************** */
/* * Hoja de estilo                           * */
/* ******************************************** */

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #000000;
  background-color: #ebe9e1;
}

table
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

.imagefloat
{
  /* float: left; */
  padding: 1px;
  /* border: 1px solid #9FA41D; */
  border: 0px;
  /* margin: 0 5px 0 -10px; */
}

a:link 
{ 
  text-decoration: none;
  color: #272900;
}

a:visited 
{ 
  text-decoration: none;
  color: #000000; 
}

a:hover, a:active
{
  text-decoration: none;
  color: #bc1922;
}

h1
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #9e9c89;
  text-transform: uppercase;
  /* margin: 0 0 2px 0; */
}

h2
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #bc1922;
  /* margin: 0 0 2px 0; */
}

h3
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9e9c89;
  text-transform: uppercase;
  /* margin-top: 0; */
}

h4
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #bc1922;
  text-transform: uppercase;
  /* margin-top: 0; */
}

h5
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #bc1922;
  /* text-transform: uppercase; */
  /* margin-top: 0; */
}

fieldset
{
  width: 50px;
}

.negrita
{
  font-size: 10px;
  color: #bc1922;
  text-transform: uppercase;
}

.rojo
{
  font-size: 10px;
  text-transform: uppercase;
  color: #bc1922;
}

.azul
{
  font-size: 10px;
  text-transform: uppercase;
  color: #3154a4;
}

.rosa
{
  font-size: 10px;
  text-transform: uppercase;
  color: #c60086;
}

.verde
{
  font-size: 10px;
  text-transform: uppercase;
  color: #267442;
}

.naranja
{
  font-size: 10px;
  text-transform: uppercase;
  color: #d38127;
}

.violeta
{
  font-size: 10px;
  text-transform: uppercase;
  color: #cb09e1;
}

.gris
{
  font-size: 10px;
  text-transform: uppercase;
  color: #9e9c89;
}

.mayusculas
{
  text-transform: uppercase;
}

/* Formularios */

form
{
  font-size: 10px;
}

fieldset 
{
  border:#999999 solid 1px;
  margin-top:20px;
}

legend 
{
  font-weight:bold;
  font-size:11px;
  color: #666666;
  padding: 3px 10px;
}

.input-box 
{
  /* width: 105px; */
  font-size:10px;
  color:#000000;
  background:#F7F7F7;
  border:#999999 solid 1px;
  /* margin-bottom: 10px; */
  clear: both;
}

.input-box-error
{
  font-size:10px;
  color:#000000;
  background:#F7F7F7;
  border:#ff0000 solid 1px;
  /* margin-bottom: 10px; */
  clear: both;
}

.submit-button 
{
  color: #000000;
  font-size:10px;
  background: #cccccc;
  border: 1px #DEE7EF outset;
  clear: both;
}

.submit-button-big
{
  color: #000000;
  font-size:12px;
  background: #cccccc;
  border: 1px #DEE7EF outset;
  clear: both;
}

/* ******************************************** */
/* * Miga de pan                              * */
/* ******************************************** */

.nav
{
  margin-top:5px;
  padding-left:10px;
  text-align:left;
  font-family:"Trebuchet MS", Trebuchet, Arial;
  font-size:11px;
  font-weight:bold;
  background: transparent url(../imagenes/iconos/flecha.png) no-repeat left;
  color:#999999;
  border-bottom: #E6E6E6 solid 1px;
  border-top: #E6E6E6 solid 1px;
}

#info-nav 
{
  font-weight:normal;
}

/* ******************************************** */
/* * Capas                                    * */
/* ******************************************** */

#container
{
  margin: 1em auto;
  width: 970px;
  /* height: 560px; */
  text-align: left;
  /* background-color: red; */
  background-color: #ffffff; 
  /* border: 1px solid #ebe9e1; */
  border: 1px solid #cccccc;
}

#header
{
  height: 75px;
  /* background-color: fuchsia; */
  /* background-image: url(../imagenes/header.png); */
  /* background-repeat: no-repeat; */
  /* background-position: 25px 25px; */
  border-bottom: 1px solid #fff;
  position: relative;    
}

#header-logo
{
  /* height: 100px; */
  /* width: 220px; */
  /* background-color: blue; */
  padding: 15px 0px 0px 25px;
  /* position: relative; */
}

#header-telefono
{
  /* padding: 0px 0px 0px 550px; */
  position: absolute; 
  /* left: 700px; */
  top: 25px;
  right: 25px;
}

#mainnav
{
  /* height: 25px; */
  /* background-color: green; */
  background-color: #ffffff;
  color: #000000;
  /* padding: 45px 0; */
  margin-top: 57px;
  margin-left: 250px;
  /* padding: 0px 0px 25px 25px; */
  position: absolute; 
  /* margin-bottom: 22px; */
  font-size: 10px;
}

#mainnav ul
{
  margin: 0px 0px 0px 20px;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #cccccc;
}

#mainnav li
{
  display: inline;
  padding: 0px 10px;
  border-right: 1px solid #cccccc;
}

#mainnav li a
{
  text-decoration: none;
  color: #272900;
}

#mainnav li a:hover
{
  text-decoration: none;
  color: #bc1922;
  /* background-color: #272900; */
}

#menu
{
  /* float: right; */
  float: left;
  width: 230px;
  /* height: 100px; */
  /* background-color: yellow; */
  /* border-left: 1px solid #C5C877; */
  margin-top: 15px;
  padding-left: 25px;
  font-size: 11px;
}
  
#menu ul
{
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  line-height: 165%;
}

#menu li
{
  /* Fondo gris bordes redondeados */
  /* background-color: #cccccc; */
  /* text-indent: 7px; */
  /* background-color: #9e9c89; */
  /* padding: 2px 1px 1px 1px; */
  /* border: 2px solid #ffffff; */
  /* -moz-border-radius-topright: 7px; */
  /* -moz-border-radius-topleft: 7px; */
  /* -moz-border-radius-bottomright: 7px; */
  /* -moz-border-radius-bottomleft: 7px; */
  /* -webkit-border-top-right-radius: 7px; */
  /* -webkit-border-top-left-radius: 7px; */
  /* -webkit-border-bottom-right-radius: 7px; */
  /* -webkit-border-bottom-left-radius: 7px; */
}

#menu li a
{
  text-decoration: none;
  color: #272900;
}

#menu li a:hover
{
  display:block;
  /* height:15px; */
  /* line-height:15px; */
  /* padding-left:18px; */
  /* background-color: #bc1922; */
  /* padding: 2px 1px 1px 1px; */
  /* border: 2px solid #ffffff; */
  /* text-decoration: none; */
  /* color: #ffffff; */
  color: #bc1922;
  /* -moz-border-radius-topright: 7px; */
  /* -moz-border-radius-topleft: 7px; */
  /* -moz-border-radius-bottomright: 7px; */
  /* -moz-border-radius-bottomleft: 7px; */
  /* -webkit-border-top-right-radius: 7px; */
  /* -webkit-border-top-left-radius: 7px; */
  /* -webkit-border-bottom-right-radius: 7px; */
  /* -webkit-border-bottom-left-radius: 7px; */
}

.menu-centros
{
  color: #000000;
  /* margin-top: 500px; */
  /* margin-left: 20px; */
  font-size: 11px;
  float: left;
  position:absolute;
  top:23px;
  left:45px;
}

.menu-centros ul
{
  list-style-type: none;  
}

.menu-centros li
{
  /* margin-top: 200px; */
  margin-left: 20px;  
}

.menu-centros li a
{
  text-decoration: none;
  color: #272900;
}

.menu-centros li a:hover
{
  text-decoration: none;
  color: #ffffff;
}

#contents-principal
{
  /* margin-left: 200px; */ 
  /* margin-right: 20px; */
  /* height: 385px; */
  /* background-color: aqua; */
  margin: 12px 20px 40px 270px;
}

#contents
{
  /* margin-left: 200px; */ 
  /* margin-right: 20px; */
  /* height: 385px; */
  /* background-color: aqua; */
  margin: 12px 20px 40px 270px;
}

#contents p 
{ 
  line-height: 165%; 
}

.section
{
  width: 490px;
  height: auto;
  /* background-color:#efefef; */
  /* border-style:solid; */
  /* border-width:1px; */
  /* border-color:#000000; */
  margin: 0 5px 0 5px;
  float:left;
  /* padding:3px; */
}

.news
{
  width: 155px;
  height: auto;
  /* background-color:#FFFFDD; */
  /* border-style:solid; */
  /* border-width:1px; */
  /* border-color:#000000; */
  margin:0 0 0 5px;
  float:right;
  /* padding:5px; */
}

.imagefloatleft
{
  float: left;
  padding: 1px;
  /* border: 1px solid #9FA41D; */
  border: 0px;
  margin: 0 5px 0 0;
}

.imagefloatright
{
  float: right;
  padding: 2px;
  /* border: 1px solid #9FA41D; */
  border: 0px;
  margin: 0 0 0 0;
}

#footer
{
  clear: both;
  color: #272900;
  /* background-color: lime; */
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  font-size: 11px;
  height: 70px;
  margin-top: 5px;
  /* margin-left: 275px; */
  margin-left: 325px;
}

#footer ul
{
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #cccccc;
}

#footer li
{
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #cccccc;
}

#footer li a
{
  text-decoration: none;
  color: #9e9c89;
}

#footer li a:hover
{
  text-decoration: none;
  color: #bc1922;
  /* background-color: #272900; */
}

/* ******************************************** */
/* * Accordion                                * */
/* ******************************************** */

.accToggler
{
  font-size: 12px;
  /* font-weight: bold; */
  margin: 3px auto;
  padding: 3px;
  width: 215px;
  background: #cccccc;
  color: #000000;
  border: 1px solid #fff;
  cursor: pointer;  
  text-indent: 8px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  /* -moz-border-radius-bottomright: 7px; */
  /* -moz-border-radius-bottomleft: 7px; */
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  /* -webkit-border-bottom-right-radius: 7px; */
  /* -webkit-border-bottom-left-radius: 7px; */
}

.accContent
{
  font-size: 11px;
  margin: 0px auto;
  width: 215px;
  text-indent: 48px;
}

.wrap 
{
  padding-top: 1px;
  /* background: url(../imagenes/BG-light-horizontal-dots.gif) top left repeat-x; */
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3e37;
  margin-left: -5px; margin-right: -5px;
}

.bottomMargin 
{
  padding-bottom: 10px;
}
	
/* tooltip */

div.tooltip 
{
  width: 200px;
  color: #fff;
  text-align: center;
}

div.tooltip h4 
{
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 1px #222;
  margin: 0;
  padding: 13px 10px 5px;
  background: url(../imagenes/balloon.png) top left no-repeat !important;
  background: url(../imagenes/balloon.gif) top left no-repeat;
  font-size: 11px;
}

div.tooltip p 
{
  margin: 0;
  padding: 0 10px 15px;
  text-shadow: 2px 2px 1px #222;
  background: url(../imagenes/balloon.png) bottom left no-repeat !important;
  background: url(../imagenes/balloon.gif) bottom left no-repeat;
  font-size: 10px;
}

/* accordion togglers */

.toggler 
{
  font-weight: bold;
  color: #3f3e37;
  display:block;
  width:100%;
  cursor:pointer;
  height:25px;
  /* background: #f6e9bc url(../imagenes/BG-light-horizontal-dots.gif) bottom left repeat-x; */
  vertical-align: middle;
}

.toggler div
{
  margin-left: 10px;
  position: relative;
}

.toggler div img
{
  position: absolute;
  margin-top: 4px !important;
  margin-top: 0px;
}

.toggler div span
{
  margin-left: 35px;
  line-height: 20px !important;
  line-height: 25px ;
}


/* toggler hover */

.togglerHover 
{
  font-weight: bold;
  color: maroon;
  display:block;
  width:100%;
  cursor:pointer;
  height:25px;
  /* background: #dbc67f url(../imagenes/BG-light-horizontal-dots.gif) bottom left repeat-x; */
  vertical-align: middle;
}

.togglerHover div
{
  margin-left: 10px;
  position: relative;
}

.togglerHover div img
{
  position: absolute;
  margin-top: 4px !important;
  margin-top: 0px;
}

.togglerHover div span
{
  margin-left: 35px;
  line-height: 20px !important;
  line-height: 25px ;
  /* border-bottom: 1px dotted maroon; */
}

/* accordion elements */

.accordion 
{
  color: #3f3e37;
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
  /* background: #FFFFFF url(../imagenes/BG-light-horizontal-dots.gif) bottom left repeat-x; */
}


/* ****************** */
/* Copyright y leyes  */
/* ****************** */

#copyright
{
  clear: both;
  color: #272900;
  /* background-color: lime; */
  /* background-color: #ffffff; */
  text-align: center;
  /* padding: 5px; */
  font-size: 11px;
  /* height: 70px; */
  margin-top: 5px;
  /* margin-left: 275px; */
}

#copyright ul
{
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #cccccc;
}

#copyright li
{
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #cccccc;
}

#copyright li a
{
  text-decoration: none;
  color: #9e9c89;
}

#copyright li a:hover
{
  text-decoration: none;
  color: #bc1922;
  /* background-color: #272900; */
}

/* ********** */
/* Utilidades */
/* ********** */

#utilidades li
{
  /* display: inline; */
  padding: 0 10px;
  /* border-right: 1px solid #cccccc; */
}

#utilidades li a
{
  text-decoration: underline;
  color: #9e9c89;
}

#utilidades li a:hover
{
  text-decoration: none;
  color: #bc1922;
  /* background-color: #272900; */
}

/* ****** */
/* Avisos */
/* ****** */

.avisos
{
  border: 2px solid #cccccc;
  background-color: #cc0033;
  color: #ffffff;
  text-align: left;
  font-size: 11px;
}
