﻿body
{
    background: #FFF url('../images/bkgd-gradient-bottom.png') repeat-x fixed;
    font: 10px Verdana;
    color: #036;
}

/* FORMATO ELEMENTOS GENERALES */

img
{
    border: solid 1px #036;
}

.centered
{
    text-align: center;
}

.fontorangebigbold
{
    font: bold 11px Verdana;
    color: #036;
}

.fontorangebigbold a:link
{
    text-decoration: none;
    color: #036;
}

.fontorangebigbold a:visited
{
    text-decoration: none;
    color: #036;
}

.fontorangebigbold a:hover
{
    text-decoration: none;
    color: #036;
}

.fontorangebigbold a:active
{
    text-decoration: none;
    color: #036;
}

.roworangefontwhitebold
{
    background-color: #F90;
    color: #FFF;
    font-weight: bold;
}

.fontbluebold
{
    color: #039;
    font-weight: bold;
}

.fontbluebold a:link
{
    color: #039;
    text-decoration: underline;
}

.fontbluebold a:visited
{
    color: #039;
    text-decoration: underline;
}

.fontbluebold a:hover
{
    color: #039;
    text-decoration: underline;
}

.fontbluebold a:active
{
    color: #039;
    text-decoration: underline;
}

.fontwhitebold
{
    color:#FFF;
    font-weight: bold;
}

.fontwhitebold a:link
{
    color:#FFF;
}

.fontwhitebold a:visited
{
    color:#FFF;
}

.fontwhitebold a:hover
{
    color:#FFF;
}

.fontwhitebold a:active
{
    color:#FFF;
}

.borderleftrightbottom
{
    border-bottom: solid 1px #036;
    border-left: solid 1px #036;
    border-right: solid 1px #036;
}

.borderimg
{
    border: solid 1px #036;
}

/* CONTAINER */

#containertop
{
    width: 766px;
    height: 20px;
    margin: 0 auto;
    background: #FFF url('../images/cont-border-up.png') no-repeat;
    border-right: solid 1px #075FA1;
}

#container
{
    width: 765px;
    margin: 0 auto;
    background-color: #FFF;
    border: solid 1px #075FA1;
    border-top: none;
    border-bottom: none;
}

#containerbottom
{
    width: 766px;
    height: 20px;
    margin: 0 auto;
    background: #FFF url('../images/cont-border-bottom.png') no-repeat;
    border-left: solid 1px #075FA1;
    clear: both;
}

.header-footer-line
{
    width: 765px;
    height: 15px;
    margin: 0 auto;
    background: #FFF url('../images/header-footer-line.png') no-repeat;
    color: #FFF;
    text-align: center;
}

.header-footer-line a:link
{
    color: #FFF;
    text-decoration: none;
}

.header-footer-line a:visited
{
    color: #FFF;
    text-decoration: none;
}

.header-footer-line a:hover
{
    color: #FFF;
    text-decoration: underline;
}

.header-footer-line a:active
{
    color: #FFF;
    text-decoration: none;
}

/* ENCABEZADO PAGINAS */

#header
{
    width: 765px;
    height: 137px;
    margin: 0 auto;
    background: #FFF url('../images/header-bkgd1.jpg') no-repeat;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      text-align:center;
      width:760px;
      font-size:11px;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:0;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../images/tableft.jpg") no-repeat left top;
      margin:0;
      padding:0px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/tabright.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
      
      /*- Menu Tabs 11--------------------------- */

    #tabs11 {
      float:left;
      text-align:center;
      width:760px;
      font-size:11px;
      line-height:normal;
      }
    #tabs11 ul {
          margin:0;
          padding:0;
          list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
      }
      
/* BODY POPUP */
.bodypop
{
    background: #FFF url('../images/bkgd-gradient-bottom.png') repeat-x fixed;
    font: 10px Verdana;
    color: #036;
    margin:0px;
}