/* Structure */

#page {
	width: 100%; /*posición del tamplate en pantalla*/
}
#wrapper {
	border: 1px solid #94B6C0; /*borde del template,color del mismo*/
	background: url(../images/contentbg.jpg);/*borde*/

}
#wrapperleft {
	width: 10px;
	float: left;
	display: block;

}
#wrapperright {
	width: 10px;
	float: right;
	display: block;
}
#bar {
	height: 10px;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	border: 0px solid #EEEEEE;
}
#topcontent {
	float: left;
	display: inline;
	line-height: 20px;
	background: url(../images/bg.jpg);
}
#topleft {
	height: 30px;
	float: left;
	display: inline;
	width: 10px;
}
#topmenu {
	height: 30px;
	float: left;
	display: inline;
	width: auto;
}
#topsearch {
	float: right; 
	display: inline;
	padding-top: 3px;
	line-height: 30px; 
	vertical-align: middle;
	padding-left: 20px;
}
	
/* IE HACKS */
html>body #topsearch {
	padding-top: 4px;
}
#topright {
	height: 30px;
	float: right;
	display: inline;
	width: 10px;
}	
#headerbar {
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
}
#headercontent {
	float: left;
	display: inline;
	height: 120px;
}
#headerlogo {
	float: left;
	display: inline;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	overflow: hidden;
}
#users {
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 1px;
	background: #FFFFFF;
	border: solid 1px #EEEEEE;
}
#headlines {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 0px;
	background: #FFFFFF;
	border: solid 1px #EEEEEE;
}
#banner {
	width: 50%;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 28px;
}

#bodylatest {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}
#bodypopular {
	float: right;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
}
#mainbody {
	position: fixed;
	float: left;
	display: block;
	margin-bottom: 1px;
	border: solid 1px #EEEEEE;
}

#pathwaybar {
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff url(../images/pathway_below.gif);
	height: 25px;
}
#pathwaycontent {
	float: left;
	display: block;
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
}
.pathway {
	color: #FB9220;
	font-weight: bold;
	display: inline;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	margin-bottom: 2px;
}

.pathway img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}
.pathway a:link, .pathway a:visited {
	color: #ff9a00; /*666666*/
	font-weight: normal;
}
.pathway a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#pathwayleft {
	width: 10px;
	float: left;
	display: block;
}
#pathwayright {
	width: 10px;
	float: right;
	display: block;
}
#maincontent {
/* ACA SE MODIFICA ANCHO SI PONEMOS width: 97% */
	vertical-align: middle;
	background: url(../images/contentbg.jpg);
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}
#leftsection {
	width: 140px;
	margin-top: 0px;
}
#leftmodules {
	margin-right: 5px;
	margin-top: 0px;
}
#rightsection {
	width: 160px;
	text-align: left;
}
#rightmodules {
	margin-left: 5px;
	text-align: left;
}
#footerbar {
	vertical-align: bottom;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/footer_bg.gif) repeat-x;
	height: 69px;
	
}
#footercontent {
	vertical-align: bottom;
	float: left;
	display: block;
	padding-top: 1px;
	background: url(../images/footer_bg.gif) repeat-x;
	width: 97%;
	height: 69px
}
#footercontent a:link, #footercontent a:visited {
	color: #ffffff;
	font-weight: bold;
}
#footercontent a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footerleft {
	vertical-align: bottom;
	width: 10px;
	float: left;
	display: block;
}
#footerright {
	vertical-align: bottom;
	width: 10px;
	float: left;
	display: block;
}
.spacer {
	margin-left: 10px;
	margin-right: 10px;
	height: 5px;
	display: block;
}
.spacer-border-bottom {
	height: 5px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #EEEEEE;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
body {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 76%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	background: url(../images/bg_rayas.png);
}/*Style for the body tag of your website, controls font family page background, etc.*/

a:link, a:visited {
	color: #999999;      /*999999*/
	text-decoration: none;
	font-weight: bold;
} /* general links style*/
a:hover {
	color: #299235;     /*666666*/
	text-decoration: none;
	font-weight: bold;
}
hr {
	width: 1px;
	color: #d6d5d5;   /*d6d5d5*/
} /* horizontal line in your template*/
hr.separator {
	width: 1px;
	color: #D6D5D5;
}
 
/* FORMS SETTINGS */ 
.button {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 23px;
	color: #898989;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
}
/*
html>body .button {
	height: 22px;
	line-height: 22px;
}*/
/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel{
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-left: 18px;
	line-height: 25px;
	text-decoration: none;
	border-bottom: solid 1px #F3F3F3;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/btn_mainlevel_normal.gif) no-repeat left;
	color: #2B92A8;
}
a.mainlevel:hover {
	background: url(../images/btn_mainlevel_hover.gif) no-repeat;
	color: #1A5968;
	text-decoration: none;
}
 
a.mainlevel#active_menu {
	background: url(../images/btn_mainlevel_active.gif) no-repeat left;
	line-height: 25px;
	color: #ff9a00;   /* Color del menu cuando esta linkeado f21a24*/
	text-decoration: none;
} /* this styling is for the menu item when it is active, even in main/sub position*/
 
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	display: block;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #1A5968;
	background: transparent;
	border-right: 1px solid #A7BEDA;
	border-left: 1px solid #F2F6FC;
}

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

ul#mainlevel-nav li a:hover
{
	display: block;
	color: #333333;
	background: #BECFE4;
	border-right: 1px solid #A7BEDA;
	border-left: 1px solid #F2F6FC;
}
 
a.sublevel{
	line-height: 20px;
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	color: #999999;
	text-decoration: none;
}
a.sublevel:hover {
	color: #1A5968;
	text-decoration: none;
}
 
.pagenavbar {
	color: #ffffff;
} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link, .pagenavbar:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	width: auto;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
}
.pagenavcounter {
	font-size: 12px;
	color: #0099FF;
	display: block;
}
a.readon:link, a.readon:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	color: #0b0101; /*898989*/
} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	background: #FFFFFF;
	color: #959595;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	text-decoration: none;
}
/*Style for the "BACK" button*/
.back_button2 a:link, back_button a:visited {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	width: auto;
	background: #2B92A8;
	color: #898989;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
} 
.back_button2 a:hover {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #EEEEEE;
  	width: auto;
  	background: #FFFFFF;
	color: #959595;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
	text-decoration: none;
}


.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
 
/*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {
	list-style: url(../images/mostread.gif);
}
 
/*Style for most popular list - by default, most popular is user2 module*/
.mostread li{
	list-style: url(../images/popular.gif);
}
 
/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
 
ul li {
	list-style: url(../images/arrow.png);
}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {
	color: #333333;
} /*The "More" text in blog section*/
a.blogsection:link, a.blogsection:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
} /* set the link format */
a.blogsection:hover {
	color: #1A5968;
	text-decoration: none;
	font-weight: bold;
} /* same as above, but for links with mouse pointer over it */
 
.componentheading {
	background: url(../images/btn_mainlevel_normal.gif) no-repeat;
	padding-left: 20px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #959595;
	padding-bottom: 15px;
}/* Title of the component being used to display the content.*/
.contentheading {
	line-height: 25px;
	padding-left: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;;
	color: #FF9900;
	padding-bottom: 0px;
} /* Title of the content, article, etc. being displayed.*/
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {
	background: #E7EDF1;
	font-size: 12px;
	font-weight: bold;
} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */


.sectiontableentry2 {
	text-align: left;
	background: #FFFFFF;
	height: 20px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
} 
.sectiontableentry1 {
	text-align: left;
	background: #FFFFFF;
	height: 20px;	
	padding-left: 2px;
	border: 1px solid #FFFFFF;
}
 
 
/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable th, div.moduletable h3 {
	border-bottom: solid 1px #EEEEEE;
	line-height: 15px;
	margin: 0 0 2px 0;
	margin-top: 1px;
	font-size: 12px;
	color: #5896AD;
	vertical-align: top;
	text-transform: uppercase;
} /* Formatting the module table */
table.moduletable {
	position: absolute;
	margin-bottom: 1px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #929292;
} /* For styling the date the content/articles are created under contents title */
.modifydate {
	font-size: 11px;
	font-style: italic;
	color: #5E98B0;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
	font-size: 11px;
	font-style: italic;
	color: #5E98B0;
} /* Formating "Written by:...." text */
.smalldark {
	font-size: 11px;
	font-style: italic;
	color: #5E98B0;
}/*Found in poll result page, for " Number of Voters".. text */