body {
background-color:#333333;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#792323;
}

#page {
width:932px;
background-image:url('images/page.png');
margin:auto;
}

#header {
clear:both;
width:894px;
height:88px;
background-image:url('images/header.png');
padding-top:30px;
padding-left:40px;
}

#menulinks {
clear:both;
width:909px;
height:32px;
padding-left:25px;
background-image:url('images/menulinks.png');
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:29px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	width: 81px;
}

#menulinks a span {
	padding-left:auto;
	padding-right:auto;
	padding-top:auto;
	height:28px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
	width: 81px;
	text-align: center;
	position: relative;
}
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
}

#mainarea {
width:905px;
clear:both;
padding-left:25px;
}

#contentarea {
width:515px;
padding-right:30px;
float:left;
line-height:14pt;
}

#mainContent{
width:780px;
clear:both;
padding-left:5px;
}

#sidebar {
float:left;
width:265px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:932px;
clear:both;
height:35px;
padding-top:30px;
text-align:center;
line-height:10pt;
background-image:url('images/footer.png');
background-repeat:no-repeat;
background-color:#000000;
}

h1 {
font-size:15pt;
color:#FFFFFF;
margin:0;
	width: 801px;
}

h2 {
font-size:12pt;
color:#000000;
padding-top:6px;
}

.description {
font-size:13pt;
color:#CCCCCC;
margin:0;
	width: 847px;
}

.derecha {
font-size:10pt;
font-style:italic;
color:#ffffff;
margin-right:auto;
text-align:right;
	height: 24px;
}

a {
color:#FFFFCC;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/*- Menú Seguimiento--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#D8D8D8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666666;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(images/tableftj.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(images/tabrightJ.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

