/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #00001c;
	background-color: #262637;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background-color: #00001c;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.font3{
	font-size: 11px;
}

/* CABECERA */

#fb-separador { background-color: #ffffff; color: #00001c; height: 2px; overflow: hidden; position: relative; padding: 0px 0px 0px; }
#fb-separador2 { background-color: #ffffff; height: 5px; overflow: hidden; position: relative; padding: 0px 0px 0px; }
#fb-header { color: #ffffff; background-color: #00001c; height: 14px; width: 930px; overflow: hidden; position: relative; left: 0px; padding: 5px 5px 2px; }
#fb-menu-header { color: #ffffff; background-color: #00001c ;height: 14px; width: 730px; overflow: hidden; position: absolute; top: 85px; left: 200px; padding: 5px 5px 2px; }

#fb-header a, #fb-menu-header a {
	color: #ffffff;
	text-decoration: none;
}

#fb-header a:hover, #fb-header a:active, #fb-header a:focus { color: #c7c7c7; }
#fb-menu-header a:hover, #fb-menu-header a:active, #fb-menu-header a:focus { color: #c7c7c7; }

#fb-infoheader-left {
	background-color: #00001c;
	color: #ffffff;
	float: left;
	margin-top: 0px;
	font-size: 12px;
}

#fb-infoheader-right {
	background-color: #00001c;
	color: #ffffff;
	float: right;
	margin-top: 0px;
	font-size: 12px;
}

#fb-menuheader-right {
	background-color: #00001c;
	color: #ffffff;
	float: right;
	margin-top: 0px;
	font-size: 11px;
}


#fb-logo, img#logo { 
	 background-color: #00001c;
     position: absolute; 
     top: 24px; 
     left: 	40px; 
     border: 0px none; 
}

#fb-title1 { color: #ffffff; background-color: #00001c; font-size: 18px; font-weight: bold; font-family: verdana; position: absolute; top: 40px; left: 130px; border: 0px none;}
#fb-title2 { color: #ffffff; background-color: #00001c; font-size: 14px; font-weight: bold; font-family: verdana; position: absolute; top: 66px; left: 350px; border: 0px none;}
#fb-estudios { color: #00001c; font-size: 10px; font-weight: bold; font-family: verdana; border: 0px none;}
#fb-separador-estudios { background-color: #e3e1e1; height: 1px; overflow: hidden; position: relative; padding: 0px 0px 0px; }


#fb-estudios a { color: #00001c; text-decoration: none;}
#fb-estudios a:hover, #fb-estudios a:active, #fb-estudios a:focus { color: #900; text-decoration: none;}


#fb-header-img { 
	background-color: #00001c;
     font-size: 12px; 
     height: 85px; 
     margin: 0; 
     padding: 0; 
}

#fb-tophead {
	color: #ffffff; background-color: #00001c;
	height: 105px;
	clear: both;
	text-align: left;
	line-height: normal;
	position: relative;
}

#fb-search div {
	background-color: #00001c;
	position: absolute;
	top: 55px;
	right: 0px;
}
#fb-search div.search {background-color: #00001c; height: 25px; padding-top: 3px; padding-right: 2px }
#fb-search .inputbox {
	width: 95px;
	padding-left: 5px;
	border: solid 1px #00001c;
}

/* MENU HORIZONTAL */
#m-menu {
	background: url('../images/header-bg.gif') repeat-x;
	border-left: 1px solid #00001c;
	border-right: 1px solid #00001c;
	height: 33px
}
#m-menu ul {
	background: url('../images/header-sep.gif') no-repeat 0 0;
	margin: 0;
	list-style-type:none; padding-left:0px; padding-right:0; padding-top:0; padding-bottom:0
}
#m-menu li {
	background: url('../images/header-sep.gif') no-repeat 100% 0;	
	display: block;
	float: left;
	margin: 0;
	padding: 0
}
#m-menu a { color: #00001c; display: block; float: left; height: 33px; line-height: 33px; padding: 0 20px; font-weight: bold; text-decoration: none; }
#m-menu a:hover { 
	/*background: url('../images/header-over.gif') no-repeat center 0;
	color: #f4f6d9; text-decoration: none */ }


/* Normal link */
a {
	color: #00001c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #900;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 150%;
}	

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	color: #00001c;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 32px;
	background: url('../images/bullet-list.gif') no-repeat 20px 5px;
	line-height: 160%
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #484848;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	height: 1px
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #f85703;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	background: url('../images/quote.gif') no-repeat 20px 10px;
	font-style:italic; font-variant:normal; font-weight:normal; line-height:1.5; font-size:1em; font-family:Georgia, Times, serif; padding-left:60px; padding-right:40px; padding-top:15px; padding-bottom:15px
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url('../images/bullet-error.gif') no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F85703;
	background: url('../images/bullet-info.gif') no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #F85703;
	background: url('../images/bullet-tips.gif') no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { font-size: 11px; color: #ffffff; border-left:1px solid #00001c; border-right:1px solid #00001c; border-top:1px solid #00001c; border-bottom:1px solid #00001c; background:#00001c; padding-left:5px !important; padding-right:5px !important; padding-top:1px !important; padding-bottom:1px !important; height: 25px; }


.button:active, .button:focus {
	border-top: 1px solid #00001c;
	border-right: 1px solid #00001c;
	border-bottom: 1px solid #00001c;
	border-left: 1px solid #00001c;
}

.inputbox {
	border: solid 1px #cccccc;
	background: #f1f0e5;
}

.obligatorio{
	padding: 2px;
	border: solid 1px #dede7c;
	background: #fbfbc0;	 
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

.chronoform {
	color: #ffffff;
}

/* MODULE
--------------------------------------------------------- */
/* Module Style */

div.moduletable h3 { 
	background: #00001c;
	color: #ffffff;
	margin: 0 -5px 5px -5px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	/*padding: 6px; */
	font-size: 1em; 
	/*line-height: normal;*/ 
	/*border-bottom: 2px solid #ffffff;*/ 
}
div.moduletable, div.bannergroup_text {
	border:1px solid #00001c; background:#ffffff; padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 5px;
	margin-bottom: 15px;
	clear: both;
	width: 92%; 
	margin-left: 10px;
}

div.module_red h3 { 
	background: #cc3300;
	color: #ffffff;
	margin: 0 -5px 5px -5px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	font-size: 1em; 
}

div.module_red {
	background: #ffffff;
	border-left:1px solid #cc3300; border-right:1px solid #cc3300; border-top:1px solid #cc3300; border-bottom:1px solid #cc3300;
	margin-bottom: 15px;
	padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 5px;
	float: left;
	clear: both;
	width: 92%;
}

div.module_blue h3 { 
	background: #00001c;
	color: #ffffff;
	margin: 0 -5px 5px -5px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	font-size: 1em; 
}

div.module_blue {
	background: #ffffff;
	border-left:1px solid #00001c; border-right:1px solid #00001c; border-top:1px solid #00001c; border-bottom:1px solid #00001c;
	margin-bottom: 15px;
	padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 5px;
	float: left;
	clear: both;
	width: 92%;
}

div.module_green h3 { 
	background: #006600;
	color: #ffffff;
	margin: 0 -5px 5px -5px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	font-size: 1em; 
}
div.module_green {
	background: #ffffff;
	border-left:1px solid #006600; border-right:1px solid #006600; border-top:1px solid #006600; border-bottom:1px solid #006600;
	margin-bottom: 15px;
	padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 5px;
	float: left;
	clear: both;
	width: 92%;
	/*background: url('../images/box-2.jpg') no-repeat bottom right;*/

}

div.moduletable_menu h3 { 
	background: #00001c;
	color: #ffffff;
	margin: 0 0px 0px 0px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	font-size: 1em; 
}

div.moduletable_menu {
	border:1px solid #00001c; background:#ececfa; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
	margin-bottom: 5px;
	clear: both;
	width: 98%; 
	margin-left: 10px;
}

div.moduletable_menu table tr td {
	/*border:1px solid #ffffff; background:#ececfa; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;*/
	border:0px solid #ffffff; background:#ffffff; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
    margin-bottom: 0px;
	clear: both;
	width: 98%; 
	margin-left: 10px;
}

div.module h3 {
	background: #00001c;
	color: #ffffff;
	margin: 0 -5px 5px -5px;
	padding-left: 5px; padding-top: 3px; padding-bottom: 3px;
	font-size: 1em;
}

div.module {
	background: #ffffff;
	border-left:1px solid #00001c; border-right:1px solid #00001c; border-top:1px solid #00001c; border-bottom:1px solid #00001c;
	margin-bottom: 15px;
	padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 5px;
	float: left;
	clear: both;
	width: 92%;
	/*background: url('../images/box-2.jpg') no-repeat bottom right;*/
}

div.module div {
	padding: 0;
	/*background: url('../images/box-1.jpg') no-repeat bottom left;*/
}

div.module div div {
	padding: 0;
	/*background: url('../images/box-4.jpg') no-repeat top right;*/
}

div.module div div div {
	/*background: url('../images/box-3.jpg') no-repeat top left;; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:15px*/
}

div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url('../images/seperator.gif') repeat-x center;
	height: 20px
}



#fb-left .article_seperator, #fb-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url('../images/bullet-list.gif') no-repeat 5% 50%;; padding-left:25px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

table.contenttoc th {
	padding: 4px;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more { background-color: #fff; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	background: url('../images/bullet-list.gif') no-repeat 0 8px;; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url('../images/seperator.gif') repeat-x bottom;
	font-size: 200%;
	font-weight: bold;
	line-height: normal
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 140%; 
	/*font-size: 150%;*/
	font-weight: bold;
	line-height: normal;
	color: #5f5f5f;
}

.contentheading {
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	color: #5f5f5f;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon { border-left:1px solid #dddddd; border-right:1px solid #efefef; border-top:1px solid #dddddd; border-bottom:1px solid #efefef; float: right; display: block; background: #fefce0 url('../images/pages.gif') no-repeat 5% 50%; color: #484848; text-transform: lowercase; text-decoration: none; padding-left:22px; padding-right:5px; padding-top:1px; padding-bottom:1px }

a.readon:hover, a.readon:active, a.readon:focus {
	color: #600;
	background: #f1f0e5 url('../images/pages.gif') no-repeat 5% 50%;
	text-decoration: none
}

table.contentpaneopen td a, table.contentpane td a {
color:#0000ff;
}
table.contentpaneopen td a:hover, table.contentpaneopen td a:active, table.contentpaneopen td a:focus, table.contentpane td a:hover, table.contentpane td a:active, table.contentpane td a:focus {
color:#900;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url('../images/pages.gif') no-repeat center left;
}

.pagenavcounter {
	background: url('../images/pages.gif') no-repeat 0 11px;; padding-left:14px; padding-right:14px; padding-top:8px; padding-bottom:0
}

.sectiontabletophead {
	padding: 3px 5px;
	border: 1px solid #484848;
	background: #484848;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url('../images/seperator.gif') repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: #F2F2F2 url('../images/seperator.gif') repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #fefce0 url('../images/seperator.gif') repeat-x 50% bottom;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#fb-base {
	width: 760px;
	margin: 0 auto;
	padding-left: 10px;
	/*background: #fefce0 url('../images/left-sh.gif') no-repeat left top;*/
}

.wide #fb-base {
	width: 950px;
}

.auto #fb-base {
	width: 90%;
}
#fb-base-bg {
	padding-right: 10px;
	/*background: #fefce0 url('../images/right-sh.gif') no-repeat right top;*/
	text-align: left;
}

#ol-basedwrap {
	padding: 0;
	/*background: #f1f0e5;*/
	background: #ffffff;
}

#ol-based {
	padding: 0;
}

#ol-centrigwrap {
}

#bgr { background: #ffffff }

#ol-centrig {
	padding: 0 15px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}

/* tophead
--------------------------------------------------------- */

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ol-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	background-color: #f5f5f8; 
}

.ol-basicshadow {
	clear: both;
	background: url('../images/main-shadow.gif') repeat-x top;; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:2px
}
/* Sub tophead */
#ol-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}

/* Spotlight Box Style */
.ol-pot-full, .ol-pot-left, .ol-pot-center, .ol-pot-right {
	float: left;
	overflow: hidden;
}

.ol-pot-left div.moduletable {
	padding-right: 20px;
}

.ol-pot-right div.moduletable {
	padding-left: 20px;
}

.ol-pot-center div.moduletable {
	padding: 0 20px;
}

/* Top */
#ol-uplwrap {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background: url('../images/seperator.gif') repeat-x 50% bottom;
}

#ol-upl { background: #f1f0e5 url('../images/seperator.gif') repeat-x 50% top; padding: 0 }

#ol-upl h3 { border-bottom: 1px dotted #666; }

#ol-upl div.moduletable {
}

#ol-upl div.ol-pot-left,
#ol-upl div.ol-pot-center,
#ol-upl div.ol-pot-right {
	padding: 0 0 5px;
}

#ol-upl div.ol-pot-left,
#ol-upl div.ol-pot-center {
	background: url('../images/v-seperator.gif') repeat-y top right;
}

/* Down*/
#ol-downl {
	padding-bottom: 5px;
	color: #333;
}

#ol-downl a {
}

#ol-downl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#ol-downl div.moduletable {
	margin: 0;
	padding: 0 10px;
}

#ol-upl ul,
#ol-downl ul {
	padding: 0;
	margin: 0!important;
}

#ol-upl li,
#ol-downl li {
	margin: 0;
	background: url('../images/bullet-list.gif') no-repeat 0 5px;; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

#ol-upl li a,
#ol-downl li a {
	color: #484848;
	text-decoration: none;
}

#ol-upl li a:hover, #ol-upl li a:active, #ol-upl li a:focus,
#ol-downl li a:hover, #ol-downl li a:active, #ol-downl li a:focus {
	color: #bb1300;
	text-decoration: none;
}

#ol-upl td,
#ol-downl td {
	padding: 0;
}

#ol-downl .article_seperator,
#ol-upl .article_seperator {
	display: none;
}

#ol-downl table,
#ol-upl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#ol-basbody, #ol-basbody-bodyl, #ol-basbody-bodyr, #ol-basbody-body {
}

#ol-basbody, #ol-basbody-bodyr {
	float: right;
	width: 80%;
}

#ol-basbody-bodyl {
	float: left;
	width: 100%;
}

#ol-basbody-bodyl #ol-centrigwrap {
	float: left;
	width: 80%;
	background: none;
}

#ol-basbody-bodyl #ol-pathway,
#ol-basbody-body #ol-pathway {
}

#ol-basbody-bodyl #fb-right {
	float: right;
	width: 20%;
}

#ol-basbody-body {
	float: left;
	width: 100%;
}

#ol-basbody-body #ol-centrigwrap {
	background: none;
}

#ol-basbody #ol-centrigwrap {
	float: left;
	width: 75%;
}

/* Menu */

a.mainlevel {
	width: 100%;
	display: block;
	background-color: #ececfa;
	color: #ffffff; 
	/*color: #484848;*/
	text-decoration: none; padding-left:3px; padding-right:3px; padding-top:0px; padding-bottom:4px
}
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
	color: #ffffff;
	/*background: #f1f0e5 url('../images/a-mmenu2.gif') no-repeat right bottom;*/
	background-color: #f9bbbb;
	text-decoration: none
}
a.mainlevel#active_menu {
	color: #ffffff;
	/*background: #f1f0e5 url('../images/a-mmenu3.gif') no-repeat right bottom;*/
	background-color: #f9bbbb;
	font-weight: bold;
	text-decoration: none
}
a.sublevel {
	display: block;
	color: #00001c;
	background: url('../images/bullet-list.gif') no-repeat 2% 50%;
	text-decoration: none; padding-left:15px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #bb1300;
	background: url('../images/bullet-list2.gif') no-repeat 2% 50%;
	text-decoration: none
}
#active_menu {
	/*background: url('../images/bullet-list2.gif') no-repeat 2% 50%;*/
	color: #bb1300
}

/* PARTE DERECHA + PARTE IZQUIERDA
--------------------------------------------------------- */
#fb-left {
	float: left;
	width: 19.2%;
	background-color: #ffffff;
}

#fb-left h3{
	
}

#fb-right {
	float: right;
	width: 24.9%;
	overflow: hidden;
	background-color: #ffffff;
}

#fb-right h3 {
	
}

#fb-right-inner {
	padding: 0 5px 0 0;
}

#fb-left table, #fb-right table {
	border-collapse: collapse;
	border-spacing: 0;
}

#fb-left ul li, #fb-right ul li {
	padding-left: 14px;
	margin: 0;
	background: url('../images/mas_info.gif') no-repeat 0 4px ;
}

#fb-left ul, #fb-right ul {
	margin: 0;
}

#fb-left a { color: #00001c; text-decoration: none;}
#fb-left a:hover, #fb-left a:active, #fb-left a:focus { color: #900; text-decoration: none;}
#fb-right a { color: #00001c; text-decoration: none;}
#fb-right a:hover, #fb-right a:active, #fb-right a:focus { color: #900; text-decoration: none;}

#fb-left li a, #fb-right li a{
	color: #00001c;
}

/* PIE DE PAGINA
--------------------------------------------------------- */
#ol-footerwrap {
	clear: both;
	background: #e4e2c7 url('../images/footer.gif') repeat-x 50% top;
	color: #333; padding-left:12px; padding-right:12px; padding-top:17px; padding-bottom:10px
}

#fb-footer { color: #ffffff; background-color: #00001c; height: 30px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px dotted #f4f0d0; }

#fb-footer a {
	color: #ffffff;
	text-decoration: none;
}

#fb-footer a:hover,
#fb-footer a:active,
#fb-footer a:focus {
	color: #999999;
}

#ol-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}


/* MISCELLANOUS
----------------------------------------------------------- */
#ol-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

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

* html .conturfix {
	height: 1%;
}
/*logform*/
.highslide-html { 
    background-color: #dddbc1;
}
.highslide-html-blur {
}
div.highslide-html-centrig-tophead {
	height: 20px;
	padding: 2px;
}
.highslide-html-centrig {
	position: absolute;
    display: none;
}
div.highslide-body {
	padding: 7px 50px 10px 10px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a.control { 
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe !important; }
a.control:hover {
	color: #d3d1b3 !important;
}
.highslide-move { background-color: #9f776b; cursor: move; border: 0px none; height: 18px; padding: 2px }
/* General */
div.login_clear {
	clear: both;
}

/* Link to window open, login and logout link */
div.moduletitle_logo { height: 26px; line-height: 26px; background-image: url('../images/login_moduletitle.gif'); background-repeat: no-repeat; background-position: 0 0; text-align: left !important; position: absolute; top: 0; left: 0; z-index: 500; margin-top: 1px }
div.moduletitle_logo a { color: #fff; font-size: 12px; text-decoration: none; text-transform: lowercase; margin-right: 13px; margin-left: 22px; padding: 2px 10px 2px 15px; }
div.moduletitle_logo a:hover { color: #f2f2f2 !important; text-decoration: none; }
/* Login box */

div.imglogo {
	background-image: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 10px
}
input#mod_login_remember {
	border: none;
}
input#mod_login_username { background-image: url('../images/login-input-username.png'); background-repeat: no-repeat; text-indent: 15px }
input#mod_login_password { background-image: url('../images/login-input-password.png'); background-repeat: no-repeat; text-indent: 15px }
ul.sidenav li.active a{ color: #446380; background-color: #fffce0; text-decoration: none; }
ul.sidenav a:hover, ul.sidenav li.active li a:hover { color: #4c535b; background-color: #fafafa; text-decoration: none; }
ul.sidenav a { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none;border-bottom: 1px dotted #4c535b; }

/* Cajas 11,12,13 */
#box div.moduletable { margin: 0; padding-top: 2px; padding-bottom: 2px; border-right-width: 10px; }
#box { padding: 0; width: 100%; }
table.box { width: 100%; padding: 0; }
table.box a { color: #fff; text-decoration: underline; }
#box ul {
	padding: 0;
	margin: 0!important;
}
#box li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#box li a { color: #900; padding-left: 13px; background: url('../images/bullet-list.gif') no-repeat 0 50%; text-decoration: none }
#box li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #8a939a; background-image: url('../images/arrow.png'); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50% }
table.box a:hover { color: #c00; text-decoration: none; }
table.box td.box { background-color:#ffffff; border:solid 1px #ffffff; background-repeat:no-repeat; background-position:left top; color:#000; width: 33%; }
table.box td.box:hover { background-color:#ffffff; border:solid 1px #ffffff; background-repeat:no-repeat; background-position:left top; color:#4c535b; }
table.box h3 { 
    border-bottom: 1px dotted #666;
 }



#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #e0e1e8; text-decoration: none; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
