

* {
margin:0;
padding:0;
}

body {
text-align:center;
font-size:80%;   /* Size */
/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
font-family: Arial;
line-height:1.3;
background:#FFFFFF;
}


h3, .componentheading, table.moduletable th {  /* Color headings */
 color: #AEB522;
}
h4{
 color: #AEB522;
}

#topmenu a:hover {
	text-decoration:underline;
}
#topmenu a#active_menu-nav {
/*	font-size: 15px;*/
	text-decoration:underline;	
}
#topmenu a#active_menu-nav:hover {
	text-decoration: none;
}
#topmenu li {
        float: left;
        margin: 3px;
        padding: 0px;
}
#topmenu ul {
  	margin: 0px;
  	padding: 0px;
	padding-left: 36px;
  	list-style:none;
}
#topmenu {
  	white-space: nowrap;
  	height: 38px;
  	float: left;
/*	background: #E8E7AE;*/
background: url(../images/top_backgr.png) repeat-x;
/* 	background-position: 1px 0px; */
	width: 930px;
	font-weight: bold;
	font-size: 12px;
	color: #000;

}
#topmenu a {
    	height: 24px;
  	line-height: 24px;
  	padding: 0 14px; /* Distance between names */
  	text-decoration: none;  
}

#search {
        float: right;
        margin-top: -40px;
        margin-right: 20px;
        overflow: hidden;
        text-align:right;
}

#wrap {
text-align:left;
margin:0 auto;
}

#leftmenu {
background:url(../images/ruta.jpg) 100% 0;
}

#header {
color:#fff;
background: url(../images/logo2.jpg) no-repeat;
position:relative;
height:103px;
width:930px;
}

#footer {   /* Footer properties */
padding: 11px 0px;
background: url(../images/footer_backgr.png) repeat-x;
/*background: #E8E7AE; */
color:#000000;
height: 8px;
text-align:center;
clear:both;
font-size: 10px;
font-weight: bold;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar {  /* Sidebar properties */
float:left;
width:20%;
background:url(../images/ruta.jpg) 100% 0;
color:#333333;
}

#content60 {
float:left;
width:60%;
overflow:hidden;
background:#fff url(../images/topline.png) repeat-x;
}

#content80 {
float:left;
width:80%;
overflow:hidden;
background:#fff url(../images/topline.png) repeat-x;
}

#content100 {
float:left;
width:100%;
overflow:hidden;
background:#fff /*url(../images/topline.png) repeat-x;*/
}

.inside {
padding:10px;
}

#sidebar .inside,#sidebar-2 .inside {
padding-top:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,.componentheading,.contentheading {
margin:0.75em 0;
}

li,dd {
margin-left:1em;
}

fieldset {
padding:.5em;
}

a:link,a:visited {
text-decoration:underline;
color:#000000;  /* Color menu */
}
a:hover {
text-decoration:none;
}
#content60 a:link,#content60 a:visited,#content80 a:link,#content80 a:visited,#content100 a:link,#content100 a:visited {
color:#000;
}

h1,.componentheading {
font-size:1.8em;
}

h2,.contentheading {
font-size:1.6em;
color: #BFC820;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}

.small,.createdate,.modifydate,.mosimage_caption {
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

.sectiontableheader a:link,.sectiontableheader a:visited {
color:#fff;
}

/* Module styling */
.moduletable {
margin-bottom:1em;
color:#fff;
font-size:1.1em;
}

.moduletable h3 {
font:1.3em Tahoma,Arial,Helvetica,sans-serif;
background:#000;
color:#ccc;
text-align:left;
margin:0 -10px;
padding:5px 10px;
}

/*Menu Styling*/
.moduletablemenu {
margin-bottom:1em;
}

.moduletablemenu h3 {
font:1.3em Tahoma,Arial,Helvetica,sans-serif;
background:#000;
color:#ccc;
text-align:left;
margin:0 -10px;
padding:5px 10px;
}

.moduletablemenu ul {
list-style:none;
margin:5px 0;
}

.moduletablemenu li {
background:url(../images/leftmenu.png) bottom left no-repeat;
height:24px;
font:14px Tahoma,Arial, Helvetica, sans-serif;
margin:10px 0;
padding:0 0 0 10px;
}

.moduletablemenu a:link,.moduletablemenu a:visited {
color:#fff;
display:block;
text-decoration:none;
padding-left:5px;
}

.moduletablemenu a:hover {
text-decoration:none;
color:#fff;
background:#ADADAD;
}

/*Tab Menu Styling*/

.moduletabletabs {
font:bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.moduletabletabs ul {
list-style:none;
float:right;
margin:0;
padding:0;
background:#212121;
width:100%;
}

.moduletabletabs li {
float:right;
background:url(../images/tabs.png) no-repeat 0 -4px;
margin:0;
padding:0 0 0 12px;
}

.moduletabletabs a:link,.moduletabletabs a:visited {
float:left;
display:block;
color:#000;
background:url(../images/tabs.png) no-repeat 100% -4px;
text-decoration:none;
margin:0;
padding:7px 18px 5px 9px;
}

.moduletabletabs #current {
background:url(../images/tabs.png) no-repeat 0 -84px;
}

.moduletabletabs #current a {
color:#fff;
background:url(../images/tabs.png) no-repeat 100% -84px;
}

