body {
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #f3f3f3;*/
  Font-Family : Tahoma;
  Font-Size   : 11px;
  Line-Height : 16px;
  Color       : #666666;
  background-color: #f3f3f3;
  Background-Image: Url(images/fondo.png);
  Background-Repeat: Repeat-X;
  Background-Color:#FFFFFF

}
A:Active, A:Link, A:Visited
{
        Color           : #C9794B;
        Font-Family     : Tahoma;
        Font-Variant     : Small-Caps;
        Font-Size       : 12px;
        Font-Weight     : Bolder;
        Text-Decoration : None;
        Padding-Left    : 15px;
}

A:Hover
{
        Color           : #666666;
        Font-Family     : Tahoma;
        Font-Size       : 12px;
        Text-Decoration : None;
        Padding-Left    : 25px;
}

/* ----------------------- Color Definitions ----------------------- */
div.black, div.green, div.red, div.blue, div.gray, div.yellow {
  float: inherit;
  clear: both;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
}

div.black { border-color: none; }
div.black div.hdr { background: #363636 url(imagenes/30hdr.gif) repeat-x; }

div.gray { border-color: #708284; }
div.gray div.hdr { background:url(imagenes/30hdr_gray.gif) repeat-x ; }

div.green { border-color: #447722; }
div.green div.hdr { background: url(imagenes/30hdr_green.gif) repeat-x; }

div.red { border-color: #61271A; }
div.red div.hdr { background: url(imagenes/30hdr_red.gif) repeat-x; }

div.blue { border-color: #442277; }
div.blue div.hdr { background: url(imagenes/30hdr_blue.gif) repeat-x; }

div.yellow { border-color: #000000; }
div.yellow div.hdr { background: url(imagenes/30hdr_yellow.gif) repeat-x; }

div.black div.hdr, div.green div.hdr, div.red div.hdr, div.blue div.hdr, div.gray div.hdr, div.yellow div.hdr {
  float: inherit;
  clear: both;
  text-align: center;
  color: #000;
  padding: 4px 0;
  Font-Family : Verdana;
  Font-Size   : 12px;
  Font-Weight : Bolder;
  Color       : #000;

  /*font-weight: bold;
  font-size: 100%;*/
}


/* ----------------------- Main Divisions ----------------------- */
div.dep, div.dep div.hdr { width: 750px; }
div.sol, div.sol div.hdr { width: 850px; }
div.us, div.us div.hdr { width: 700px; }
div.log, div.log div.hdr { width: 400px}

div.ctr300 { margin-left: 30px; }
div.tabla { width: 70%; }
div.tablaleft { margin-left: 10px; }

table{
  margin-left: 10px;
}

#botones{
  width:88px;
  height:25px;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  padding: 0 0 10 0;
}

#botones2{
  width:88px;
  height:25px;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  padding: 0 0 10 0;
}

/*.botongray {background:url(imagenes/30hdr_gray.gif);}
.botonred {background:url(imagenes/30hdr_red.gif);}
.botonblue {background:url(imagenes/30hdr_blue.gif);}
.botonyellow {background:url(imagenes/30hdr_yellow.gif);}*/




#campo {
  background-color:#E4E4E4;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.campogray {
  border-top: 1px Solid #708284;
  border-left: 1px Solid #708284;
  border-bottom: 2px Solid #708284;
  border-right: 2px Solid #708284;
}

.campored {
  border-top: 1px Solid #61271A;
  border-left: 1px Solid #61271A;
  border-bottom: 2px Solid #61271A;
  border-right: 2px Solid #61271A;
}

.campoblue {
  border-top: 1px Solid #000066;
  border-left: 1px Solid #000066;
  border-bottom: 2px Solid #000066;
  border-right: 2px Solid #000066;
}

.campoyellow {
  border-top: 1px Solid #000000;
  border-left: 1px Solid #000000;
  border-bottom: 2px Solid #000000;
  border-right: 2px Solid #000000;
}


label {
  Font-Family : Verdana;
  Font-Size   : 12px;
  Font-Weight : Bolder;
  Color       : #C9794B;
 /* font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#000000;*/
}

.aviso {
  Font-Family : Verdana;
  Font-Size   : 18px;
  Font-Weight : Bolder;
  Color       : #C9794B;
  font-weight:bold;
}


select {
  background-color:#E4E4E4;
  background-repeat: repeat;
}

th{
  color:#000000;
  font-size:12px;
}

th.gray { background-image:url(imagenes/30hdr_gray.gif); }
th.red { background-image:url(imagenes/30hdr_red.gif); }
th.blue { background-image:url(imagenes/30hdr_blue.gif); }
th.yellow { background-image:url(imagenes/30hdr_yellow.gif); }

td {
  font-size:11px;
}

#menu-th{
  text-align:center;
  width:300;
  color:#000;
}

#menu-th.gray { background-image:url(imagenes/30hdr_gray.gif); }
#menu-th.red { background-image:url(imagenes/30hdr_red.gif); }
#menu-th.blue { background-image:url(imagenes/30hdr_blue.gif); }
#menu-th.yellow { background-image:url(imagenes/30hdr_yellow.gif); }

.menu-tdgray { background-image:url(imagenes/30hdr_gray.gif); }
.menu-tdred { background-image:url(imagenes/30hdr_red.gif); }
.menu-tdblue { background-image:url(imagenes/30hdr_blue.gif); }
.menu-tdyellow { background-image:url(imagenes/30hdr_yellow.gif); }

#menu2-th{
  background:url(imagenes/30hdr_gray.gif);
  text-align:center;
  width:600;
}

select{
/*  style="border:#FF0000"*/
}

body.red { background:url(imagenes/30back_red.gif) repeat-x; }
body.blue { background:url(imagenes/30back_blue.gif) repeat-x; }
body.gray { background:url(imagenes/30back_gray.gif) repeat-x; }
body.yellow { background:url(imagenes/30back_yellow.gif) repeat-x; }

.padre{
  background-color: #d7d6d6;
  color: #754237;
  font-weight:bold;
}

.hijo{
  background-color: #EEEEEE;
  color: #000000;
}

.HdrClima
{
        Font-Family : Verdana;
        Font-Size   : 26px;
        Font-Weight : Bolder;
        Color       : #C9794B;
}

.HdrCode
{
        Font-Family : Verdana;
        Font-Size   : 18px;
        Font-Weight : Bolder;
        Color       : #C9794B;
}

.enfasis {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  Font-Weight : bold;
  Color       : #C9794B;

  text-decoration: blink;
}