* CSS Document */



body {

	margin: 0px 0px 0px 0px;

	padding:0px 0px 0px 0px;

	background-color : #FFFFFF ;

	color : #465675;



	}



td,tr,p,div {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	}



h4 {

	color: #FF9900; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px; font-weight: bold;

	}



h5 {

	color: #FF9900; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px; font-weight: bold;

	}



h6 {

	color: #FF9900; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px; font-weight: bold;

	}



a:link, a:visited {

	font-size: 11px; 

	color: #23598d; 

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	}



a:hover {

		text-decoration: none;

		background-color: #ffff00;

	}

	

ul {

	margin: 0px 0px 0px 0px;

	}



li {

	list-style: inside 3px;

	}

	

hr { 

	/* often used in components like Akobook, and Simpleboard forum

	   to define the separator lines */

	background: transparent; 

	height:1px; 

	border: 1px solid #314B77;

	}



hr.separator {

	/* found this css style in Peekmambo's css style. Still haven't worked out

	   if this is a custom style or an in built style. Will update when I find out*/

	background: transparent;

	height: 1px;

	width: 75px;

	border: 1px solid #314B77;

}



.pagenavbar { 

	/*for some weird reasons, this is not used in page nav, but found it used 

	  for nick names in forum threads by Simpleboard */

}



.pagenav {

	/* as the name implies, this is for formatting texts for

	   those "<< Start < Previous 1 Next > End >>" links */

	font-weight: normal;

}



a.pagenav, a.pagenav:visited {

	/* same as above, but for links */

	font-weight: bold;

	color: #343A58;

}



a.pagenav:hover {

	/* same as above, but for links with mouse pointer over it */

	color: #FF9900;

}



.small {

	/* general style for texts when small size fonts are used. In 

	   the contents, this style is used for "Written by..." texts */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #343A58;

	text-decoration: none;

	font-weight: normal;

	}



.smalldark {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #343A58;

    text-decoration: none;

    font-weight: normal;

    }



.button {

	/* this style applies to most form buttons generated by

	   Mambo and its components. Change its format here*/

	color: #FFFFFF; 

	font-family: Arial, Helvetica, sans-serif;

	margin-top: 4px;

	font-weight: normal;

	text-align: center;

	font-size: 12px;

	background: #94B1CF;

	border: 1px solid #000066;

	height: 20px;

	}



.inputbox {

	/* Again, the name implies that this style changes the 

	   way those input box looks */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #343A58;

	background: #FFFFFF;

	border: 1px solid;

	}



 

.ontab {

	/* For styling of the "Tab" buttons when editing contents through the frontend

	   (when you log in as admin in the frontend). This .ontab is the styling for the

	   tab when it is active or after its "clicked" */

	background-color: #323A15;

	border-left: outset 1px #DCF2FA;

	border-right: outset 1px #808080;

	border-top: outset 1px #DCF2FA;

	border-bottom: solid 1px #d5d5d5;

	text-align: center;

	font-weight: bold;

	color: #FFFFFF;

}

.offtab {

	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.

	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */

	background-color : #e5e5e5;

	border-left: outset 1px #E0E0E0;

	border-right: outset 1px #E0E0E0;

	border-top: outset 1px #E0E0E0;

	border-bottom: solid 1px #d5d5d5;

	text-align: center;

	cursor: hand;

	font-weight: normal;

}



.tabpadding {

	/* this style is used set the size of the tab in 

	   in the above */

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 5px;

	padding-right: 5px;

}



.tabheading {

	/* Not too sure what this is used for. Couldn't find anything

	   related to it yet at the moment */

}



.pagetext {

	/* this style is used to style the content of the editing form

	   contents (where HTMLArea sits and all its forms + contents) in

	   the frontend Administration interface */

	visibility: hidden;

	display: none;

	position: relative;

	top: 0;

}





a.mainlevel:link, a.mainlevel:visited {

	/* this styling is for the MAIN items in the menu */

	color: #3D4E6D;

	font-weight: bold;

	text-decoration:none;

	text-align: left;

	}



a.mainlevel:hover {

	/* same as above, but when hovering */

	color: #FF9900; 

	font-weight: bold;

	text-decoration:none;

	text-align: left;

	}

	

a.sublevel:link, a.sublevel:visited {

	/* this styling is for menu items that HAS A PARENT */

	font-family: Arial, Helvetica, sans-serif;

	color: #343A58; 

	font-weight: normal;

}



a.sublevel:hover {

	/* pffff!.. you know this! */

	color: #FFFFFF; 

	text-decoration: none;

	}



.createdate {

	/* name says it all.. its for styling the date the content/articles are created under 

	   contents title */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #343A58;

	text-decoration: none;

	font-weight: normal;

	}



.modifydate {

	/* need me to say? :) Well it styles the "Last updated on" text

	   at the end of articles/contents */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #343A58;

	text-decoration: none;

	font-weight: normal;

	}



a.readon:link, a.readon:visited {

	/* For formatting the "Read on..." link for blogs and on frontpage. */

	color: #23598d; 

	text-decoration: none; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	}



a.readon:hover {

	/* Pfft..! */

	color: #23598d;	text-decoration: underline;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	}

 

.contentpane {

	/* This is used mainly for the table that holds the SECTIONS such as News.

	   This is when you create a link to a Section and when clicked on it, it will display

	   "News" then some description (with image if you selected one) and then a list of 

	   Category of News. Yes! That entire thing is contained in a table with this style */

		

	background-color : #FFFFFF;

	}



.contentpaneopen {	

	background-color : #FFFFFF;

	}



.contentheading {

	/* This is used in several places; the Heading of contents on the frontpage,

	   it is also used for Section's heading (see above for explanation) "News" or

	   whatever heading you used */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

 	color: #FF9900;

	text-align:left;

	line-height: 16px;

	height: 15px;

	}



.contentpagetitle {

	/* Couldn't find where is this yet. Will update this part when I

		get to it. Sorry. If you know, please email me the infos */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

 	color: #FF9900;

	text-align:left;

	}



.contentdescription {

	/* When you create a link to a Section in the main menu and when clicked on it, it will display

	   "News" then some description (with image if you selected one) and then a list of 

	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	text-align: left;

	}



table.contenttoc {

	/* This is used to format the table of the Tables of Contents or "Jump to" 

	   box when it is enabled in a multiple paged content or article */

	color: #343A58;

	background-color: #e0e0e0;

	border-top: 1px solid #465675;

	border-bottom: 1px solid #465675;

	border-left: 1px solid #465675;

	border-right: 1px solid #465675;

    }



table.contenttoc td {

	/* the same as above, but this is used to format the td or

	   table cells */

	font-family: Arial, Helvetica, sans-serif;

    font-size: 8pt;

    font-weight: normal;

    text-align:left;

	padding: 3px;

}



.content_rating {

	/* used for styling the texts used for displaying 

	   those "stars" for rating in an article */

	font-weight: normal;

	font-size: 8pt;

}



.content_vote {

	/* used for those voting texts (the one with voting RADIO buttons) */

	font-weight: normal;

	font-size: 8pt;

}





.sectiontableheader {

	/* This is for styling the section table headers on a SECTION's page.

	   An example would be those articles lists when you click on "News" or something?

	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the

	   header that you will be controlling through this style */

	background-color : #94B1CF;

	background-repeat: repeat;

	padding: 2px;

	color : #FFFFFF;

	font-weight : bold;

	padding: 2px;

	}



.sectiontableentry1, {

	/* this is used when there's a whole list of data to provide and

	   you need to create alternate colors for each row of data. This is

	   the first color */

	background-color : #BED2EB;

	}

	

.sectiontableentry2 {

	/* this is the second color for the row. So, the table generator,

	   will alternate its style through sectionableentry1 and sectiontableentry2

	   as it cycles through and outputs each row of data. Similar to forum's post

	   listings */

	background-color : #F3F3F3;

	}





.category {

	/* this is to set the category Titles ( found on a SECTION's page

	   where the Category lists are) styles */

	color: #3D4E6D; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px; 

	font-weight: bold; 

	text-decoration: none;

	}



a.category:link, a.category:visited {

	/* same as above, but to set the link format */

	color: #3D4E6D; font-weight: bold;

	}



a.category:hover {

	/* same as above, but for links with mouse pointer over it */

	color: #3D4E6D;

	}



 

a.blogsection:link, a.blogsection:visited {

	color: #44757D; 

	text-decoration: none; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	}



a.blogsection:hover {

	color: #759328;	

	text-decoration: underline;

	font-size: 10px;

	}



.componentheading, a.componentheading:link, a.componentheading:visited{

	/* This is used for formatting the component's title

	   when it is displayed on its own page on the frontend */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

 	color: #FF9900;

	text-align:left;

	}

	

#titlecurso{

text-align:right;

width:600px;

border-bottom:#d5d5d5 1px solid;



}





table.moduletable {

	/* styling the module table */

	margin: 0px 0px 0px 0px;

	width: 95%;

	}



table.moduletable th {

	/* styling the module header, and the module titles */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FF9900;

	text-align: left;

	}



table.moduletable td {

	/* well.. for formatting the table cells of the module table */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	}

	



/*  Weblinks */



a.weblinks:link, a.weblinks:visited {

	/* well.. to format the link's titles under the "Weblinks" 

	   section on the frontend */

	color: #405115; text-decoration: none; font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	}



a.weblinks:hover {

	/* same as above, but for link with mouseover */

	color: #000099;	text-decoration: underline;

	}

	





/*  Newsfeeds */



.newsfeedheading {

	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */

   font-family: Arial, Helvetica, sans-serif;

   font-size: 11px;

   font-weight: bold;

   color: #343A58;

   }



.newsfeeddate {

	/* yeah.. the date on the newsfeed */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #343A58;

	font-weight: normal;

	}





/* Search page */





table.searchintro {

	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box

	   that appears after you have entered a search value. It appears on the mainbody

	   with the search results  */

  	background-color: #FFFFFF;

	border: 1px solid #8D9ABC;

	}

	

	

#banners {

width: 980px;

}



#header {

width: 980px;

background:#084677 url(imgs/header.jpg) no-repeat;

height:65px;

vertical-align:top;

border-top:1px solid #084677;



}



.wrapper_modsuscriptor{

/*border:#990000 1px solid;*/

/*background:#CCCCCC;*/



}

table.blogsectionred{

padding:0px 0px 0px 0px;

/*border:#990000 1px solid;*/

/*background:#871E21;*/

}



table.blogsection{

padding:0px 0px 0px 0px;



}



table.blogsection th{

text-align:center;

border-bottom:2px #074679 solid;

font-size: 14px;

color: #222;

}



th.blue {

text-align:center;

border-bottom:2px #074679 solid;

font-size: 14px;

background:#f2f2f2;

color: #ffffff;



}



th.red {

text-align:center;

border-bottom:2px #074679 solid;

font-size: 14px;

background:#6E1B1F;

color: #ffffff;

}



.blanco{

color: #ffffff;

}



th.blue2 {

text-align:center;

border-bottom:2px #074679 solid;

font-size: 14px;

background:#DFEBF7;

color: #ffffff;



}



th.orange {

text-align:center;

border-bottom:2px #074679 solid;

font-size: 14px;

background:#c2c2c2;

color: #ffffff;



}

.title table.blogsection{

text-align:center;

border-bottom:1px #CCCCCC solid;

font-size: 14px;

color: #222;

}



table.blogsection a.title:link {

text-align:center;

font-size: 14px;

color: #222;

text-decoration:none;

}



table.blogsection a.title:visited {

text-align:center;



font-size: 14px;

color: #222;

text-decoration:none;

}

table.blogsection a.title:hover {

text-align:center;



font-size: 14px;

color:#000099;

text-decoration:none;

}





td.seccion {

width:326px;

border-left:1px #CCCCCC solid;

padding-left:0px;

padding-right:1px;

}



div.row_title, div.row_title a:link, div.row_title a:visited{

font-size:12px;

text-align:justify;

}



div.row_date{

font-size:10px;

color:#333333;

text-align:right;

}



div.separator{



height:8px;



}













/**********TOP MENU*****************************/



div.topmenu{

background:#1A4E7E;

height:26px;

width:980px;



}



div.topmenuleft{

background:#1A4E7E;



}



td.medio{

border-top:#074679 2px solid;

width:100%;



}



ul#mainlevel-nav {

list-style: none;

padding:0px 0px 0px 10px;

margin:0px;

font-size:10px;

text-transform:uppercase;

font-weight:bold;

}



ul#mainlevel-nav li{

float:left;

background-image:none;

padding:0px;

margin:0px;

color:#FFFFFF;

}



ul#mainlevel-nav li a{

height:20px !important;

line-height:20px !important;

height:16px;

line-height:16px;

background-image:url(../images/main_16.jpg);

background-position:bottom right;

background-repeat:no-repeat;

padding:8px 8px 9px 8px !important;

padding:8px 8px 11px 8px;

text-decoration:none;

color:#FFFFFF;

}



ul#mainlevel-nav li a:hover{

background-image:url(../images/main_22.jpg);

background-repeat:repeat-x;

color:#FF6600;

/*padding-top:4px;*/

height:18px;

}





/** mas informacion **/

.masinfo{

font-size:11px;

font-weight:bold;

background:url(imgs/+info.jpg) no-repeat;

padding-left:16px;

}

.masinfo2{

margin:4px;

font-size:11px;

font-weight:bold;

background:url(imgs/historial.jpg) no-repeat;

padding-left:16px;

}



#footer_section{

text-align:right;

/*height:45px;*/

}



table.indicadores th{

border:#074679 1px solid;

background:#074679;

color:#FFFFFF;

font-size:10px;

}



.indicadores a:link, .indicadores a:visited{

color:#FFFFFF;

font-size:10px;

}

table.indicadores th{

border:#074679 1px solid;

background:#074679;

color:#FFFFFF;

font-size:10px;

}





table.indicadores td{

border:#074679 1px solid;

text-align:center;

}

.notas_fecha{

color:#990000;

font-size:11px;

}



.notas{

font-size:12px;

}



/* standard list style table */

table.adminlist {

	background-color: #FFFFFF;

	margin: 0px;

	padding: 0px;

	border: 1px solid #ddd;

	border-spacing: 0px;

	width: 100%;

	border-collapse: collapse;

}



table.adminlist th {

	margin: 0px;

	padding: 6px 4px 2px 4px;

	height: 25px;

	background: url(../images/background.jpg);

	background-repeat: repeat;

	font-size: 11px;

	color: #000;

}

table.adminlist th.title {

	text-align: left;

}



table.adminlist th a:link, table.adminlist th a:visited {

	color: #c64934;

	text-decoration: none;

}



table.adminlist th a:hover {

	text-decoration: underline;

}



table.adminlist tr.row0 {

	background-color: #F9F9F9;

	text-align: left;

}

table.adminlist tr.row1 {

	background-color: #FFF;

	text-align: left;

}

table.adminlist td {

	border-bottom: 1px solid #e5e5e5;

	padding: 4px;

}

table.adminlist tr.row0:hover {

	background-color: #f1f1f1;

}

table.adminlist tr.row1:hover {

	background-color: #f1f1f1;

}

table.adminlist td.options {

	background-color: #ffffff;

	font-size: 8px;

}



table.adminform2 {

	/*background-color: #f9f9f9;*/

	/*border: solid 1px #d5d5d5;*/

	width: 295px;

	padding: 10px;

	border-collapse: collapse;

	/*color:#FFFFFF;*/

}

table.adminform {

	background-color: #f9f9f9;

	border: solid 1px #d5d5d5;

	width: 100%;

	padding: 10px;

	border-collapse: collapse;



}

table.adminform tr.row0 {

	background-color: #f9f9f9;

}

table.adminform tr.row1 {

	background-color: #eeeeee;

}

table.adminform th {

	font-size: 11px;

	padding-top: 6px;

	padding-bottom: 2px;

	padding-left: 4px;

	padding-right: 4px;

	text-align: left;

	height: 25px;

	background: url(../images/background.jpg);

	color: #000;

	background-repeat: repeat;

}

table.adminform td {

	padding: 3px;

	text-align: left;

}



table.adminform2 th {

	font-size: 11px;

	padding-top: 6px;

	padding-bottom: 2px;

	padding-left: 4px;

	padding-right: 4px;

	text-align: left;

	height: 25px;

	background: url(../images/background.jpg);

	color: #000;

	background-repeat: repeat;

}

table.adminform2 td {

	padding: 3px;

	text-align: left;

}



table.adminform td.editor {

	font-size: 9px;

}



table.cursos {

	/*background-color: #f9f9f9;*/

	border: solid 1px #d5d5d5;

	width: 600px;

	padding: 10px;

	border-collapse: collapse;

}



table.cursos td {

	border-bottom: 1px solid #e5e5e5;

	padding: 4px;



}



table.cursos th {

	border-bottom: 1px solid #e5e5e5;

	padding: 4px;

	background-color: #f9f9f9;

	font-size:16px;

	font-family:Arial, Helvetica, sans-serif;

	text-align:left;

	

}

#footer{

	border-top: 1px solid #e5e5e5;

	font-size:10px;

	/*height:39px;*/

	font-family:Arial, Helvetica, sans-serif;

	text-align:center;

}

.rightline{

border-right:#cccccc 1px solid;



}

