/* CSS Document */

body{background:#fff; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; margin:32px 0 0; padding:0;}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}

/* TOP PANEL*/
#topPanel{width:999px; height:36px; position:relative; margin:0 auto; padding:0;}
#topPanel img{width:165px; height:60px; z-index:1; padding:0; position:absolute; margin:0 0 0 21px;}
/* MENU PANEL*/
/* ~~~~ 1er nivel ~~~~ */
#topPanel ul{
  float: right;
  clear: none;
  display:block;
  height:36px;
  padding:0;
  z-index: 10;
  padding: 0px
  margin: 0px;
  margin-top: 12px;
}
#topPanel ul li{
  position: relative;
  float: left;
  clear: none;
  font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-weight:bold;
  z-index: 5;
  border: 1px none #555555;
  border-bottom: 1px solid #555555;
}
#topPanel ul li a{
  width:194px;
  height:36px;
  padding:0;
  display: block;
  color:#555;
  background:#fff;
  text-decoration:none;
  text-align:center;
  margin:0 1px 0 0;
  top:0px; left:0px;
}
#topPanel ul li a:hover {
  background: url(images/button3.gif) no-repeat 0 0 #AEAEAE;
  color:#fff;
}
#topPanel ul li.active{
  width:74px;
  display:block;
  height:36px;
  background:url(images/button3.gif) no-repeat 0 0 #AEAEAE; color:#fff;
  text-align:center;
  margin:0 1px 0 0;
}
#topPanel ul li.inicio {
  border: 0px none transparent;
  border-bottom: 0px none transparent;
  margin-left: 10px;
}
#topPanel ul li.inicio a,
#topPanel ul li.inicio:hover a {
  background: url(images/button2.gif) no-repeat 0 0 #AEAEAE;
  color:#fff;
}
/* ~~~~ 2º Nivel ~~~~ */
#topPanel ul li ul {
  clear: none;
  display: none;
  z-index: 10;  
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: visible;
}
#topPanel ul li:hover ul {
  display: block;
}
#topPanel ul li:hover ul li {
  width: 180px;
  height: 32px;
  float: left;
  clear: both;
  z-index: 5;
  display: list-item;
  position: relative;
  text-align: left;
  padding: 0;
  padding-left: 6px;
  background-image: none;
  background-color: #CECECE;
  color: #cccccc
  border: 0 none #ffffff;
  border-bottom: 1px solid #ffffff;
  word-spacing: 0.25em;
}
#topPanel ul li:hover ul li.titulo,
#topPanel ul li:hover ul li.titulo:hover {
  background-color: #FAFAFA;
  color: #333333;
}
#topPanel ul li:hover ul li:hover {
  background-image: none;
  background-color: #AAAAAA;
  color: #ffffff;
}
#topPanel ul li ul li a, #topPanel ul li ul li a:hover {
  background-image: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-size: small;
  width: 100%;
}

/* ~~~~ 3er Nivel ~~~~ */
#topPanel ul li:hover ul li ul{
  clear: none;
  display: none;
  z-index: 15;
  position: absolute;
  top: 0px;
  left: 186px;
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 200px;
}
#topPanel ul li:hover ul li:hover ul {
  display: block;
}
#topPanel ul li:hover ul li:hover ul li {
  background-image: none;
  background-color: #AAAAAA;
  color: #ffffff;
}
#topPanel ul li:hover ul li:hover ul li:hover {
  background-image: none;
  background-color: #BBBBBB;
  color: #555555;
}
/* HEADER PANEL*/

/* BODY PANEL*/
div#bodyPanel {
  width:999px;
  height:640px;
  position:relative;
  margin:0 auto;
  padding:0;
}
#bodyPanel h2{ background:#fff; display:block; width:250px; height:50px; margin:0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:4px 0 0 202px; color:#FF7113;}
#bodyPanel p{background:url(images/symbol.jpg) 0 0 no-repeat #fff; margin:0 0 0 54px; padding:0 42px 35px 150px; color:#0F0F0F;}
#bodyPanel p span{font-weight:bold;}
#bodyPanel p.dotline{background:url(images/dot-line.gif) 0 0 repeat-x #fff; padding:0; margin:0 40px 0 25px; color:#000;}
#bodyPanel p.capstext{background: url(images/name.gif) bottom right no-repeat #fff; font:18px/24px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#555555; padding:2px 10px 0 25px ; margin:0 35px 10px 0; }
#bodyPanel p.more{height:26px; padding:0; background:none; margin:0;}
#bodyPanel p.more a{width:76px; height:26px; display:block; margin:314px 20px 19px 618px; background:url(images/more.gif) 0 0 no-repeat #fff; color:#555; text-decoration:none; font:15px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; padding:0 0 0 10px; text-transform:uppercase; position:absolute; top:0px; right:0px;}
#bodyPanel p.more a:hover{background:url(images/more.gif) 0 0 no-repeat #fff; color:#216EBD; text-decoration:none;}
#bodyPanel h3{background:#fff; display:block; width:250px; height:34px; margin:34px 0 12px 0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0 0 0 20px; color:#FF7113;}
#bodyPanel #testimonial{width:283px; height:162px; display:block; background:url(images/testimonial-bg.gif) 0 0 no-repeat #FFF6DB; padding:32px 33px 0 148px; margin:0 0 0 20px; color:#786321;}
#bodyPanel #testimonial p{background:none; margin:0; padding:0 0 5px 0;}
#bodyPanel #testimonial p span{color:#786321 !Important; background:#FFFAED !Important;}
#bodyPanel p.moretwo{height:26px; padding:0; background:none; margin:0;}
#bodyPanel p.moretwo a{width:76px; height:26px; display:block; margin:0px 0px 0px 196px; background:url(images/more2.gif) 0 0 no-repeat #FFF5D6; color:#555; text-decoration:none; font:15px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; text-transform:uppercase; padding:0 0 0 10px; top:0px; right:0px;}
#bodyPanel p.moretwo a:hover{background:url(images/more2.gif) 0 0 no-repeat #FFF5D6; color:#216EBD; text-decoration:none;}
#bodyPanel h4{ background:#fff; width:250px; height:30px; position:absolute; top:361px; right:5px; margin:0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0px; color:#FF7113;}
#bodyPanel ul{width:225px; display:block; position:absolute; right:30px; top:405px; }
#bodyPanel ul li{font:12px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(images/symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#bodyPanel ul span{ background:url(images/dot-line.gif) repeat-x 0 100%; height:25px; display:block;}
/* FOOTER PANEL*/
#footerPanel{width:100%;  background:#DCDCDC; color:#4C4C4C; font-size:12px;}
#footerbodyPanel{width:762px;height:133px; position:relative; margin:0 auto; padding:0;}
#footerPanel ul{width:320px; display:block; position:absolute; right:10px; top:33px; }
#footerPanel li{float:left; font:12px/15px Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPanel ul li a{padding:0 6px; color:#4C4C4C; background:#DCDCDC; text-decoration:none;}
#footerPanel ul li a:hover{text-decoration:underline;}
#footerPanel ul li a.padl{padding:0 0 0 6px;}
#footerPanel p.copyright{background:#DCDCDC; display:block; position:absolute; top:54px; right:45px; color:#A64200;}
#footerPanel ul.templateworld{width:158px; background:#DCDCDC; color:#4C4C4C; display:block; position:absolute; top:74px; right:40px;}
#footerPanel ul.templateworld li a{background:#DCDCDC; display:block; color:#4C4C4C; text-decoration:none;}
#footerPanel ul.templateworld li a:hover{text-decoration:underline;}

#footerhtmlPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:29px; margin:0; padding:0;} 
#footerhtmlPanel a{ width:86px; height:31px; display:block; background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:0px; right:0px;}
#footerhtmlPanel a:hover{background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; }
#footercssPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:115px; margin:0; padding:0;} 
#footercssPanel a{ width:86px; height:31px; display:block; background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:0px; right:0px;}
#footercssPanel a:hover{background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; }

