/**
 * CSS Format for Visualminimal
 * ----------------------------
 * @author Wee Keat Chin
 * @email weekeat@visualdensity.com
 * @copyright Visualdensity 2003 - 2004. All Rights Reserved.
 **/

html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	/*
   	background: url(../images/bg.gif) repeat;
      */
	}
/* Links */
a:link, a:visited {
	font-size: 11px; 
	color: #D77200;
	text-decoration: none;
	}

a:hover {
	color: #F1C42D;	text-decoration: none;
	}

div#container {
	padding: 0;
	position: absolute;
	left: 50%;
	margin: 0px 0 0 -393px;

	}

div#body_container {
	/*** Important Note on compatibility issue:
	 * =====================================
	 * The background image (repeating pattern) used in this container will not show
	 * in Mozilla Firefox and Opera if height is not set. This is because container the
	 * DIV will default to 0px height when there are <DIV>s nested in it. Therefore,
	 * the height in this CSS value is set using DHTML/Javascript in the template file.	 ***/
	position: relative;
	width: 776px;
	padding: 0px;
	margin: 0;
    /*background-color:#8396db;	*/
	background-color:#ffffff;
    top:0px;
	/*background: rgb(102, 102, 51) url(../images/visualminimal_07.gif) top left repeat-y;
    */
	}

#body_top, #body_bottom {
	padding: 0;
	margin: 0;
	width: 776px;
	text-align:center;
	}

  div#contents{
	position: absolute;
	top: 5px;
	margin: 0 0 0 0px;
    background-color: #ffffff;

	}
/*
div#mod_left, div#mod_right {
	position: absolute;
	top: 0px;
	margin: 0 0 0 2px;
    background-color: #8396db;
}
*/


div#mod_left {
	position: absolute;
	top: 0px;
	margin: 0 0 0 2px;
    background-color: #8396db;

	width: 145px;	
	/*border-right: 1px solid rgb(102, 102, 0);    */
    border-right: 0px solid #000099;
	padding-left: 0 0px 0 0px;
	display: block;
	padding-right: 0px;
	left:-1px;

	}
div#mod_right {

position: absolute;
	top: -1px;
	margin: 0 0 0 2px;
    background-color: #8396db;
	
	width: 149px;
	right: 0px;
	margin: 0 0px 0 0;
	border-left: 0px solid #000099;
	padding: 0 0 0 0;
	display: block;
	}

div#contents {
	margin: -5px 0 0 0;
	left: 146px;
	width: 480px;
	padding: 0 10px 4em 5px;
	line-height: 1.66;
	display: block;
	}
	
a.contents, a.contents:visited {
	border-top: 1px solid rgb(102, 102, 0);
	border-bottom: 1px solid rgb(102, 102, 0);
	border-left: 8px solid rgb(102, 102, 0);
	border-right: 1px solid rgb(102, 102, 0);
	background-color: rgb(204, 204, 102);
	color: rgb(51, 51, 0);
	font-weight: bold;
	padding: 1px 4px 1px 2px;
	}

a.contents:hover {
	border-top: 1px solid rgb(153, 153, 0);
	border-bottom: 1px solid rgb(153, 153, 0);
	border-left: 8px solid rgb(153, 153, 0);
	border-right: 1px solid rgb(153, 153, 0);
	background: #333;
	color: #000099;
	padding: 1px 4px 1px 2px;
	}

div#footer {
	width: 776px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

/**
 * Mambo stylings
 */
 
 td,tr,p {
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #323A15;
	border-left: outset 2px #5B7122;
	border-right: outset 2px #808080;
	border-top: outset 2px #5B7122;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #EFC028;
}
.offtab {
	background-color : #e5e5e5;
	color: #003300;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #CCE197;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
h4 {
	color: #333333;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #333333;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #333333;
	font-size: 12px; font-weight: bold;
	}


/* Horizontal Line */
hr {
	background: #333333; height:2px; border: 1px solid;
	}

hr.separator {
	background: #333333;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* --Default Class Settings-- */

/*a.mainlevel:link, a.mainlevel:visited {
	color: #ccc;
	text-align: right;
 }
  */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*background: url(../images/menu_bg2.png) no-repeat;
    */
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	/*color: #0b0b62;*/
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 15px !important;
	height: 15px;
	width: 100%;
	text-decoration: none;
}



a.mainmenu:link, a.mainmenu:visited {
	color: #CCC;
	font-weight: normal;
	}
/*
a.mainmenu:hover, {
	color: #808000;
	text-decoration: underline;
	}
*/
a.mainlevel:hover {
	/*background-position: 0px -20px;
	text-decoration: none;*/
	color: #9BD7FF;
    background: url(../images/bgMenuOver.gif) no-repeat;
}
a#active_menu.mainlevel{
	color: #ffb929;
}
  /*
a.sublevel:link, a.sublevel:visited {
	color: #CCC;
	font-weight: normal;
}

a.sublevel:hover {
	color: #808000;
	text-decoration: underline;
	}
 */

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}


/* Content - Sections & Categories */
.contentpane {
	}

.contentpaneopen {
	}

.contentheading {
	border-left: 0px;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
 	color: #ff9900;
	}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
 	color: #000000;
	}

table.contenttoc {
	color: #333300;
	border: 1px dotted #CCC;
    }

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #ff9900; text-decoration: none; font-weight: normal;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #999900;	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	}

a.weblinks:link, a.weblinks:visited {
	color: #999900; 
	text-decoration: none; 
	font-weight: normal;
	}

a.weblinks:hover {
	color: #ccc;	
	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	color: #6A5F31;
	text-decoration: none;
	font-weight: bold;
    font-size: 9px;
    background: url(../images/leermasbg.gif) no-repeat;
    width: 100px;
    height: 23px;
    display: block;
    padding-left:20px;
    padding-top:2px;

	}

a.readon:hover {
	color: #000066;
	}

table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 100%;
	padding-top: 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
    background: url(../images/bgMenuPane.jpg) bottom right no-repeat;
    background-color: #5C5BFE;
}

table.moduletable th {
    margin:0px;
	font-size: 11px;
	font-weight: bold;
    padding-right: 10px;
    padding-top:2px;
	color: #000;
	text-align: right;
	width: 100%;
	height: 20px;
	/*border-bottom: 1px solid #ccc;*/
    background: url(../images/tituloMenu.jpg) no-repeat;
	}

table.moduletable td {
	margin:0px;
	font-size: 11px;
	}

.componentheading {
	font-weight: bold;
	font-size: 14px;
	padding-left: 4px;
 	color: #000000;
	background: url(../images/fondoTitulo.gif) repeat-x bottom;
	vertical-align: bottom;
	text-align:bottom;
	display:block;
	/*border-left: 4px solid #8B8F58;*/
	}

.button {
	color: #333333;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font: bold;
	background: #fff;
	border: 1px solid #8396db;
	height: 20px;
	}

.inputbox {
	font-size: 12px;
	color: #291500;
	letter-spacing: 1.5px;
	background-color: #fffacc;
	border: 1px solid #888800;
}

/** category text format and links **/
.category {
	color: #ccc; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #999900; 
	font-weight: bold;
	}

a.category:hover {
	color: #ccc;
	}

.poll {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
    color:#ffffff;
	}

.pollstableborder {
	/*border: 1px solid rgb(59, 59, 35);*/

}

.sectiontableentry1 {
	border-bottom: 1px dotted #4A5131;
    color:#e6e6e6;
	}
	
.sectiontableentry2 {
	border-bottom: 1px dotted #4A5131;
    color:#e6e6e6;
	}

.sectiontableheader {
	color : rgb(51, 51, 0);
	font-weight : bold;
	background: #9BB1FF;
	border-bottom: 1px solid #000080;
	}
.sectiontableheaderPizarra {
	color : #7d7dcc;
	font-weight : bold;
	/*background: #0000ff;
	border-bottom: 1px solid #000080;*/
	background: url(../images/fondoTitulo.gif) repeat-x bottom;
	}

.small {
	font-size: 10px;
	color: #7A8251;
	text-decoration: none;
	font-weight: normal;
	}
hr{
color: #caf152;
}	

.smalldark, a.smalldark:link, a.smalldark:visited {
        font-size: 10px;
        color: #333300;
        text-decoration: none;
        font-weight: normal;
        }
a.smalldark:hover {
	color: #CCCC66;
	}

.newsfeedheading {
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-size: 10px;
	color: #A7CF43;
	font-weight: normal;
}

.createdate {
	font-size: 9px;
	color: #8B8F58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-size: 10px;
	color: #8B8F58;
	text-decoration: none;
	font-weight: normal;
	}

ul {
	margin: 0px 0px 0px 0px;
	}

.fase4rdf {
	font-size: 11px; color: #242D0C; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #405115;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #759328;
	}

table.searchintro {
	border: 1px solid #759328;
	}

table.contact {
	}

table.contact td.icons {
	display: none;
	}

table.contact td.details {
	font-size: 11px;
	background-color: #4A5131;
	border-left: 4px solid #888800;
	}

.pagenav {
	font-size: 8px;
    font-weight: 600;
    width: 15px;
    background: url(../images/nroPaginacionBg.gif) repeat-x;
    padding: 0px 10px;
   line-height: 15px;
   margin: 1px;
   border: 3px double #90bd06;
 /* text-align: center;
  color: #FFFFFF;
  font-size: 10px;

     */
}

a.pagenav, a.pagenav:visited {
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

a.pagenav:hover {
	color: #F19D01;
}


/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

a.mostread, a.mostread:visited { 
	color:#e2e2e2; font-weight:normal; 
} 
a.mostread:hover { 
	color:#fab438; font-weight:normal; 
}

table.moduletablescroll {
	margin-bottom: 1px;
	border-width:1px;
	border-style:solid;
	border-color:#2e33ff;
	color:#ffffff;
}
a.moduletablescroll{

	color:#ffffff;
}

a.second2 {	
	color: #e2e2e2 !important;
	font-weight: normal;	
}
#second2 {	
	color: #e2e2e2 !important;
	font-weight: normal;	
}

	.transTitulo {
		margin:5px 0 0; font-size:25px; font-weight:bold; color:#003366; text-align:center; line-height:140%;
	}
	.transTD-titulo {
		margin:20px 0 0 0; background:url(../../../images/M_images/top_tabla_trans.gif) no-repeat left top; height:33px;
		font-size:12px; font-weight:bold; color:#003366; padding:0 0 0 18px;
	}
	.transTD { 
		font-size:12px; color:#666; background-color:#F8F8F8; margin:0; height:20px;
		border-bottom:0px solid #FFF; padding:0 0 0 18px; text-decoration:none;
	}
	.transTD  a {clear:both; font-size:12px; color:#666; text-decoration:none;}
	.transTD a:hover {color:#CC0000;text-decoration:underline;}
	.transTD3 {
		font-size:12px; color:#666; background-color:#F8F8F8; margin-left:30; height:15px;
		border-bottom:0px solid #FFF; padding:0 0 0 50px;  
	}
	.transTD3  a {clear:both; font-size:12px; color:#666; text-decoration:none;}
	.transTD3 a:hover {color:#CC0000;text-decoration:underline;}
