#usuarios-ie {font-family: Verdana, Arial, sans-serif; background: #FFFFDE;color:#000; border-bottom: 2px solid #7F0C00;}  
#usuarios-ie p {font-size: 14px; margin: 0; padding: 5px 0; line-height: 1.5em;}  
#usuarios-ie a {text-decoration: underline; font-weight: bold; color: #D64411;}  

#login{
	background-color:white;
	position: absolute;
	width: 200px;
	height:150px;
	top:18px;
	left: 10px;
	z-index:1;
}

#wrapper {
	margin-top: 100px;
}

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A0A0A0;
}

h1, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
}

div.itemtitle.news_itemtitle{
        font-size: 16px;
} }
h3 { font-size: 167%; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	top : -120px;
	left: 0px;	
	text-align: right;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 290%;
}

#header p {
	margin: 0px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 150%;
}

#header a {
	color: #DFE8F2;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 680px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat;
	z-index: 500000;
}

#menu ul {
	list-style: none;
	margin:0;
	padding: 20px 0 0 20px;
	z-index: 500000;
}

#menu a, #menu h6 {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
	z-index: 500000;
}

#menu h6 {
	color: #FFFFFF;
	z-index: 500000;
}

#menu a.navlink {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	z-index: 500000;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	padding-top: 5px;
	z-index: 500000;
}

#menu li.liact a {
	color: #FFFFFF;
	z-index: 500000;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	height: 26px;
	z-index: 500000;
}

#menu li.liact {
	position:relative;
	float: left;
	text-align:center;
	height: 26px;
	z-index: 500000;
	/*background-image: url(images/bg_section_center.png);*/
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #0F1720;
	background: #0F1720;
	/*background-image: url(images/bg_section_center.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 100px;
	margin: 0px;
	left: 5px;
	//left: -90px;
	top: 5px;
	z-index: 500000;
}

#menu li li a {
	font-weight:normal;
	font-size: 11px;
	margin-left: 5px;
	z-index: 500000;
}

#menu li li a:visited {
	font-weight:normal;
	font-size: 11px;
	z-index: 500000;
}
#menu li li a:hover {
	color: #FFFFFF;
}

#menu ul ul {
	position: absolute;
  	z-index: 500000;
  width: 1px; /* if this isn't here, the drops get laidout horiz instead of vert in Moz browsers*/
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500000;
}

#menu ul ul {
	display: none;
	z-index: 500000;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
}

#menu ul li:hover {
	background-image:url(images/bg_section_center.png);
	z-index: 500000;
}

#menu ul li:hover a {
	color: #FFFFFF;
}


/* Page */

#page {
	width: 660px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

#page_ajuste {
	width: 600px;
	margin: 0 auto;
	background: #0F1720;
	position: relative;
	left: 5px;
 	padding: 0 10px 0 10px; 

}
/* Content */

#content {
	float: left;
	width: 365px;
	padding: 20px 25px 0 40px;
	font-size: 13px;
	/*background: url(images/img04.jpg) no-repeat;*/
}

.boxed {
	background: #121B23;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 20px 20px 0 0;
	/*background: url(images/img05.jpg) no-repeat;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h3 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

#noticias {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 10px;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
	position: relative;
	top: -3px;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}



/*


body
{
  background: #ffffff url(../images/background.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
}*/


.title {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #194A77;
	/*font-weight: bold;*/
	text-decoration: none;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Site-wide text formatting */
div,td,span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #5A83EE;
	/*font-weight: bold;*/
}

/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 14px;
	color: #194A77;
	padding-bottom: 10px;
}
.summarytitle {
	font-weight: bold;
	padding-bottom: 7px;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 3px;
	margin: 3px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
	font-weight: bold;
	padding-left: 15px;
}

div.itemtitle.news_itemtitle{
        font-size: 16px;
}

div.news_date{
	font-weight: bold;
}


/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	font-weight: bold;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}


/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}

/* Resources module*/
a.resources_mngmntlink{
	font-size: 13px;
	font-weight: bold;
}

/** Bulletin Board Module  **/
.bb_moduletitle {
	color: #194A77;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;

}

.bb_postsubject {
	color: #194A77;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;

}

.bb_monitoring {
	color:rgb(104,25,12);
	font-style:italic;
}


.bb_editicons {
 float:right;
}

.bb_boarddesc {
        color: rgb(104,25,12);
        font-weight:normal;
        font-size: 11px;
        padding-bottom: 3px;
}

.bb_boardlist_header {
	background:#88B22C;	
	font-size: 10px;
	font-weight: bold;
	color: #194A77;
	text-align: center;
	height: 30px;
	/*background-image: url(images/00-submenubackgr.jpg);*/
	background-repeat: reapeat-x;
}

.bb_boardlist_header td {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
}

/* Not used */
.bb_boardlist_header2 {
	background:#e3e3e3;	
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	background-image: url(images/gray-bg-image.gif);
	background-repeat: reapeat-x;
}/**/

.bb_boardlist_header td{
	padding:5px 2px 5px 2px;
	border-top:0px solid rgb(187,206,216);
	border-left:0px solid rgb(187,206,216);
	border-bottom:1px solid rgb(187,206,216);
	border-right:1px solid rgb(187,206,216);
}

.bb_boardtitle {
	padding: 3px;
}
.bb_boardtopics {
	text-align:center;
}

.bb_boardposts {
	text-align:center;
}

.bb_boardlastpost {
  width: 120px;
	font-size: 11px;
	text-align: center;
}

.bb_header {
    background:#65A8BF;	
	font-size: 10px;
	font-weight: bold;
	border-top:1px solid #333333;
	border-bottom:1px solid #eeeeee;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
}

.bb_threadlist {
	font-size: 10px;
	padding: 5px;
}


.bb_postcredit {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	padding-left: 5px;
	width: 150px;
}

.bb_postsubject {
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;
}

.bb_replysubject {
        color: #777777;
        font-weight: bold;
        font-size: 13px;
        padding-bottom: 5px;
		border-bottom:1px dashed #cccccc;
		margin-bottom:5px;
}

.bb_postbody {
}

a.bb_icon_link {
	text-decoration: none;
	border: 0px dotted #111111;
}



tr.bb_row {
        background-color: #fff;
		font-size:12px;
		color:rgb(104,25,12);
		vertical-align:middle;
}

tr.bb_row:hover td, tr.row:hover td a a:hover {
        background: #f8ffe2;
		border-bottom:1px solid #5C89A0;
		border-right:1px solid #5C89A0;
}

tr.bb_row td {
		border-bottom:1px solid rgb(187,206,216);
		border-right:1px solid rgb(187,206,216);
		padding:5px;
		height:40px;
		vertical-align:middle;
}
tr.bb_row td span.bb_date {
		font-size:10px;
		color:#999999;
}



div.bb_bio {
		float:right;
		font-style:italic;
		font-size:10px;
		color:#999999;
		text-align:left;
		width:250px;
		border-left: 1px dotted #999999;
		padding:0 0 0 10px;
		font-style:italic;
		margin:0 0 0 10px;
}
.bb_reply_light{
		padding:5px;
		background:#FBFBFB;
		width:100%;
}

.bb_reply_dark{
		padding:5px;
		background:#fff;
		background:#F3F3F3;
		width:100%;
}

.bbreplies{
font-size:12px;
color:#6e891f;
		background:#b1d83d;
		padding:5px;
		border-bottom:1px solid #8dab35;
}

.bb_avitar {
  	float: right;
	margin: 0 0 10px 0;
}

.bb_signature {
		padding:5px;
		clear:both;
		border:1px dotted #555555;
		
}

.bb_quote{
	border-left:1px dotted #999999;
	margin-left: 15px;
	padding-left:5px;
	margin-bottom: 20px;
	font-style:oblique;
	color:#999999;
}

.bb_quote span{
	font-weight:bold;
	color:#555555;
}

.bb_whosonline {
 	background:#f8ffe2 url(images/sidebox_rep.gif);
	padding:0px;
	margin:0px;
	text-align:left;
}

.bb_whosonline span {
color: rgb(187,206,216);
font-size: 12px;
display:block;
	padding:0 0 0 45px;
	margin:0 0 10px 0;
	text-align:left;
}

.bb_whosonline ul {
list-style:none;
padding:0 0 0 45px;
margin:0;
}

.bb_whosonline ul li {
list-style:url(images/arrowsub3.gif);
padding:0;
margin:0;
}
