/*---Body */
.site_name {
	font-size: 16px;
	font-weight: bolder;
	color: #445E88;
}
body {
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', verdana, Arial,  serif;*/
	font-family: verdana, Arial,  serif;
	margin: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	text-align:center;
}
td, tr, p, div {
	font-family: verdana, Arial, serif, 'Lucida Grande', 'Lucida Sans Unicode';
	font-size : 12px;
	color: #373737;
}
a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}
a:hover {
	color: #FF6600;	
	text-decoration: underline;
}
hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #D5DE9E;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
	background-image: url(../images/Icons_1.png);
	background-repeat: no-repeat;
	background-position: 4px -36px;
	padding-left: 22px;
}

/**
*	columnas de la plantilla
**/

div#columna-izquierda {
	/*
	width: 230px; 
	background: #CCCCCC left top url(../images/bgColMenu.jpg);
	margin-bottom: 0px;  
	*/
	margin-left: 11px; 
	margin-right: 5px; 
	background-color: #FFFFFF;
}

div.rounded_blanco
{
	background-color:#FFFFFF; 
	text-align:center; 
	margin: 15px;
}	

/* Container */
#container{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 860px;
	margin: auto;

	text-align: justify;
	
	border:#009966 0px solid;
	
	/*
	background-image: url('../images/taustakuva.gif');
	background-repeat: repeat-y;
	background-position: top center;
	*/
	padding-top: 0px;
}

#cont_top {
	background:url(../images/bgTop.jpg) no-repeat center top; 
	height:207px;
	padding-top: 10px;
	padding-right: 45px;
}

#cont_top table td {
	text-align: center;
}	

#cont_top table td a, #cont_top table td a:link, #cont_top table td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

#cont_top table td a:hover {
	text-decoration:underline;
}

#cont_bar1 {
	background:url(../images/bgBar.jpg) no-repeat center top; 
	height:62px;
}

#cont_bar1 table {
	height:62px;
}

#cont_bar1 table td{
	padding-top: 12px;
	vertical-align: top;
	padding-right: 15px;
}

#cont_bod {
	background:url(../images/bgBody.jpg) repeat-y center top; 
	padding-top: 3px;
}

#cont_foot{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
	position: relative;
	height: 49px;
	clear: both;
	text-align:center;
	
	background:url(../images/bgFoot.jpg) no-repeat center top; 
	font-weight: normal;
}

.footer{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-left:85px;
}

/* Mambo Menu Styling
 * ------------*/

/* menu -nav */
#mainlevel-nav 
{
	width: 840px;
	border: 1px solid #CC3300;
	height: 30px;
}
#mainlevel-nav li
{
	/*float: right;*/
	display: inline ;
	/*width: 160px;*/
}
#mainlevel-nav li a:link, #mainlevel-nav li a:visited{
	border: 1px solid #3300FF;
	color: #445E88;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: center;
	/*border-right: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
	margin-top: 2px;
	text-indent: 2px;
	padding: 10px 42px 10px 42px;
}
#mainlevel-nav li a:hover{
	color: #407DC0;
}


/* menu mainlevel */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 140px;
	text-decoration: none;
	line-height: 16px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD5DA;
	*/
	background-image: url(../images/Icons_3.png);
	background-repeat: no-repeat;
	background-position: 4px -4px;
	padding-left: 22px;
	padding-bottom: 2px;
}

a.mainlevel:hover {
	background-position: 6px -36px;
	color: #FF9900;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	*/
}

/* menu sublevel */
a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #2E5691;
	text-align: left;
	width: 140px;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD5DA;
	padding-left: 18px;
}

a.sublevel:hover {
	color: #407DC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DE9E;
}



/* mambo core stuff */
table.moduletable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	color: #FFFFFF;
	background:url(../images/bgTituloModulo.jpg) no-repeat left top;
	height: 30px;
	text-align:left;
	padding-left: 25px;
	padding-top: 8px;
}
table.moduletable td {
	padding: 5px;
}

div.moduletable_menu {
	margin-left: 10px;
}

div.moduletable_menu table {
	width: 100%;
}

div.moduletable_menu td {
	padding: 0px;
	height: 23px;
	background:url(../images/bgItemMenu.jpg) repeat-x left top;
}

div.moduletable_menu h3 {
	margin-right: 10px;
	border-bottom: solid 1px #FF9900;
	padding-bottom: 2px;
	font-size: 14px;
}

.pathway {
	color: #000;
	font-weight:bold;
}
a.pathway, a.pathway:visited {
	color: #445E88;
}
a.pathway:hover {
	color: #7C98FD;
}


/*** General Mambo Styles*/
.back_button{
	text-align: center;
}
.pagenavbar {
	color: #729E7B;
} 
.pagenav, a.pagenav, a.pagenav:visited{
}
a.pagenav:hover{
}

	
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDD5DA;
	border-right-color: #8098BF;
	border-bottom-color: #8098BF;
	border-left-color: #CDD5DA;
	font-size: 10px;
	font-weight: bold;
	color: #8098BF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputbox {
	border: 1px solid #999999;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	height:15px;
}

#mod_login_username, #mod_login_password {
	width: 130px;
}

/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {}
.offtab {}
.tabpadding {} 
.tabheading {}
.pagetext {}


/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	font-size: 10px;
	color: #999999;
} 
.modifydate {} 
.readon, a.readon:link, a.readon:visited{
	color: #FF6600;
	float: right;
	background: url(../images/readon.png) no-repeat left;
	padding: 2px 5px 2px 16px;
}
a.readon:hover{
	color: #FF6600;
	/*background-position: 0px -37px;*/
}


/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpane {
	padding: 10px 30px 10px 30px;
}

.contentpaneopen {
	width: 100%;
	/*border: #CCCCCC solid 1px;*/
}

.contentpaneopen th{
	width: 100%;
	border: #CCCCCC solid 1px;
}

.contentpaneopen td{
	padding: 5px;
}

.contentdescription {}
table.contenttoc {
	margin: 0px 10px 10px 10px ;
	border: #91BC89 1px solid;
	background-color:#EAEAF4;
}

table.contenttoc td,table.contenttoc th {
	padding: 1px 5px 2px 5px ;
}
.content_rating {}
.content_vote {}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */
 /* For content item titles that are hyperlink instead of Read On */
.contentheading, .componentheading{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #979797;
	height: 34px;
	padding-left: 15px;
	background:url(../images/bgTituloContenido.jpg) repeat-x top left;
	text-transform:uppercase;
}
div.componentheading{
	padding-top: 10px;
	height: 24px;
}
.contentpagetitle, .category {
	color: #9DBC70;
	font-weight: bold;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
	color: #2E5691;
	}

a.contentpagetitle:hover, a.category:hover {
	color: #8098BF;
	}
.buttonheading{
}



/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
.blogsection{}

.blog{
	margin-top: 10px;
	width: 100%;
}

/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 


.poll {
	font-size: 11px;
	color: #2E5691;
}
table.pollstableborder {
	border: 1px solid #8098BF;
	color: #445E88;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #CDD5DA;
	color            : #445E88;
	font-weight      : bold;
	border-top: 1px solid #8098BF;
	border-right: #8098BF;
	border-bottom: 1px solid #8098BF;
	border-left: #8098BF;
	line-height: 16px;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
  background-color : #EEEDEA;
}



/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 

li.newsfeed a{
	font-weight: normal;
}

li.newsfeed{
	list-style-type: square; 
	padding: 0px 10px 2px 10px;
}

/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}


/* DOCMan */
.dm_taskbar {
	height: 25px;
}

/* Personalizaciones */
table.moduletable_bienvenida {
	width: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable_bienvenida th{
	color: #c5610c;
	height: 30px;
	text-align:left;
	font-size: 30px;
	font-style:italic;
	padding-left: 10px;
	border-bottom: #999999 dashed 1px;
}
table.moduletable_bienvenida td {
	padding: 5px;
	text-align:justify;
}

