/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-image:url("../images/bac.png");
	background-repeat: repeat-x;
	background-color: #000000;
}
.clr {
	clear: both;
}
.hbak{
	background-image:url("../images/h1.jpg");
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 60px;
	padding-top: 10px;
}
h1 {
	font-size: 20px;
	margin: 0px;
	color: #0000FF;
	text-align: left;
}
.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}
#mod_search_searchword{
	width:130px;
	border:none;
	background-color:#0033FF;
	color:#FFFFFF;
	margin-top:2px;
}
#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #FFFF00;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	padding-left: 50px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	line-height: 32px;
	white-space: nowrap;
	background-image:url("../images/spacer.png");
	background-repeat:no-repeat;
	background-position:right top;
	height:80px;
	color:#FFFFFF;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color:#FFFFFF;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color:#FFFF00;
}


#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

div.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url("../images/bac_btn.png") repeat-x;
  line-height: 20px;
  margin: 1px;
  color:#006600;
  width:99px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px double #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  color:#FFFFFF;
  padding-left: 7px;
  text-indent: 5px;
}

.pagenavbar {
	margin-right: 10px;
	margin-left: 8px;
	float: right;
}

#footer {
	text-align: center;
	padding-top:5px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url("../images/arrow.png");
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: justify;
	font-size: 12px;
}



body {
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color:#000000;
}

/* Joomla core stuff */
a:link, a:visited {
	color:#0033FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
table.contentpaneopen{
	width: 100%;
}
table.contentpaneopen .contentheading{
	width: 100%;
	height:48px;
	padding-left:10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

table.contentpaneopen td {
   padding-right: 5px;
   padding-left: 9px;

}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
	
}



table.contentpane {
    width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 9px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color:#FFFFFF;
  font-family: verdana, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px double #cccccc;
  width: auto;
  background: url("../images/button_bg.png") repeat-x;
  background-position:bottom;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}
label {
color:#000000;
}
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #FFFFFF;
	font-family:tahoma;
}
.inputbox2 {
	border:solid 0px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	color: #000000;
	font-size: 18px;
	height:48px;
	padding-left:10px;
	font-style: italic;
	/*text-align: left;
	line-height:40px;
	padding-top: 5px;
	background-image:url("../images/bg_content.png");
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:50px;*/
}

.contentcolumn {
	padding-right: 10px;
}

td.contentheading {
	color: #000000;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	margin-bottom: 0px;
	padding-bottom:4px;
	color:#FFFFFF;
}

div.module {
	margin-bottom: 0px;
	padding-bottom:5px;
	padding-left:7px;
	color:#00FF00; /* ANTES BLANCO*/
}
table.moduletable th, div.moduletable h3 {
	/*background: url("../images/top_mod.png") no-repeat;
	background-position:bottom left;*/
	color: #FFFFFF;
	text-align: left;
	padding-left: 42px;
	height: 25px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
}
table.moduletable td {
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder {
color:#000066;
  padding: 2px;
  width:96%;
}
moduletable-Banners {
	text-align:center;
}
.sectiontableheader {
  font-weight: bold;
  background-color:#999999;
  padding: 4px;
  height:20px;
}
a.category {
  font-weight: bold;
  color:#ffffff;
}
a.category:hover {
  font-weight: bold;
  color:#ffffff;
}
a.category:visited {
  font-weight: bold;
  color:#ffffff;
}
img.image{
  border: 1px solid #666666;
  width:64px;
  height:64px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color:#CCCCCC;
}

.sectiontableentry2 {
	background-color:#FFFFFF;
}

.small {
	color:#666666;
	font-size: 9px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #666666;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
    color: #000099;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/*#################################### MENU PRINCIPAL ############################################*/
/*#################################### MENU PRINCIPAL ############################################*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align:middle;
	font-size: 12px;
	text-align:left;
	padding-top: 10px;
	padding-left: 0px;
	width: 92% !important;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/*height: 15px !important;
	height: 15px;*/
}

a.mainlevel:hover {
	text-decoration: none;
	color:#FFFF00;
	/*border-bottom: 1px solid #FFFFFF;*/
}

a.mainlevel#active_menu {
	color:#FFFF00;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
color:#FFFF00;
}
/*#################################### FIN MENU PRINCIPAL ############################################*/
a.sublevel:link, a.sublevel:visited {
	display: block;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

a.sublevel:hover {
	color: #0000CC;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #0000CC;
}
/*#################################### FIN MENU PRINCIPAL ############################################*/
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
	width:98%;
}

div.mosimage {
  border: 1px solid #cccccc;
}
div.message {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding-top:20px;
}
.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
td.dot {
	height:5px;
}
table.top_menu{
	padding-top:4px;
}
td.tab{
	height:10px;
}
a.mostread, a.mostread:visited {
	color:#666666;
	font-weight:normal;
}
a.mostread:hover {
	color:#FFFFFF;
	font-weight:normal;
}
a.latestnews, a.latestnews:visited {
	color:#FFFFFF;
	font-weight:normal;
}
a.latestnews:hover {
	color:#FFFF00;
	font-weight:normal;
}
li.latestnews-user{
	padding-left:20px !important;
	padding-left:10px;
}
a.mostread, a.mostread:visited {
	color:#FFFFFF;
	font-weight:normal;
}
a.mostread:hover {
	color:#FFFF00;
	font-weight:normal;
}
li.latestnews-user{
	padding-left:20px !important;
	padding-left:10px;
}
td.site_name {
	font-size:44px;
	padding-top:16px;
	padding-bottom:10px;
	font-weight:bold;
	color:#FFFF00;
}
td.site_desc {
	font-size:15px;
	font-weight:bold;
	color:#FFFF00;
}
table.box_table{
	background-color:#F7F7F7;
}
a.readon, a.readon:visited {
	display:block;
	width:110px;
	color:#009900;
	/*background-image:url("../images/readon.png");
	background-repeat:no-repeat;
	background-position:right;*/
	float:right;
	padding-top:3px;
	height:31px;
	line-height:35px;
	font-weight: bold;
	text-decoration: none;
}
th.pagenav_next {
	display:block;
	color:#FFFFFF;
	height:21px;
	font-size:11px;
	width:80px;
	padding-top:7px;
	text-align:center;
}
th.pagenav_prev {
	display:block;
	color:#FFFFFF;
	height:21px;
	font-size:11px;
	width:80px;
	padding-top:7px;
}
td.ver {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	height:30px;
}
td.footer{
color:#003300;
}
div.blog_more{
padding-left: 8px;
}
div.main{
vertical-align:top;
}
ul.latestnews-nav{
text-indent:5px;
}
h3{
color:#FFFFFF;
font-size:13px;
text-align:center;
margin-bottom:0px;
margin-top:0px;
}
td.left{
	background-image:url("../images/left.png");
	background-repeat:no-repeat;
	background-position:right top;
}
td.right{
	background-image:url("../images/right.png");
	background-repeat:no-repeat;
	background-position:left top;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}
/* Template Style XTD */
.bac_body{
	background-image: url("../images/bac_body.png");
	background-repeat: repeat-y;
	background-position: left top;
}
.bac_menu{
	background-image: url("../images/bac_menu.png");
	background-repeat: repeat-x;
}
.htd{
}
.htd2{
	height: 60px;
}
.box_color{
	background-color: #2B5D16;
}
.box_color2{
	background-image: url("../images/bac_cell.png");
	background-repeat: repeat-y;
	/*background-color: #214DDE; /*******MODIFICADO***********/*/
}
.bac_search{
	background-image: url("../images/bac_search.png");
	background-repeat: repeat-x;
}
.bac_footer{
	background-image: url("../images/bac_footer.png");
	background-repeat: repeat-x;
	background-position: left top;
}
/* AGREGADOS POR RONALD */
table.moduletable_menu th, div.moduletable_menu h3 {
	color: #FFFF00;
	text-align: left;
	padding-top: 8px; /*ANTES 5*/
	height: 25px; /*25*/
	/*line-height: 28px;*/
	font-weight: bold;
	font-size: 16px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:5px;
	font-style: italic;
	background-image: url("../images/head_menu.jpg");
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 20px;
}

table.moduletable-not th, div.moduletable-not h3 { /*no existia*/
	background: url("../images/bg_contentheading.jpg") no-repeat;
	background-position:left top;
	color: #FFFFFF;
	padding-left: 60px;
	height:48px; /* XX */
	line-height: 48px; /* 28 */
	font-weight: bold;
	font-size: 16px; /* 12 */
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	width: 480px;
}

.pagenavcounter{
	color: #000099;
	margin-bottom: 10px;
}