/* custom */
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}

.template1_header_table {
	width: 803px;
}
.template1_header {
	background-color: #FCFCFC;
}
.template1_header_line {
	background-color: #FFFFFF;
	background:   url(../images/header_line.gif) repeat-x;
}
.template1_background{
	background : #FFFFFF;   
/* 	background : #FFFFFF url(../images/fondo.jpg);	cambie 18-04-06 */
}
.template1_body_table {
	width: 770px;
}
.template1_leftnav {
	padding-left:1px;
	padding-right:7px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width:130px;
}
.template1_centernav {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width: 99%;
}
.template1_rightnav {
	padding-left:5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	min-width:120px;
}
.template1_rightblock {
	width: 130px;
	background-color: #F2F4F9;
	border: 1px solid #C0C9DC;
}

.template1_righttop {
  padding: 2px;
  height: 114px !important;
  height: 130px;
  overflow: hidden;
  float: none !important;
  float: left;
  	background-color: #FFF5E8;
	border: 1px solid #FB9400;
}

.template1_centerblock {
	background-color: #FBFBFB;
	border: 1px solid #ECECEC;
}
.template1_banner {
	background-color: #FBFBFB;
	border: 1px solid #ECECEC;
}
/* required */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x; 
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
/* Body */
td {
	text-align: left;
	font-size: 11px;
}


body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;

}
/* mambo core stuff */
a:link, a:visited {
	color: #6666CC; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}


.ontab {
	background-color: #ffffff;
	border-left: outset 1px #BECBCD;
	border-right: outset 1px #BECBCD;
	border-top: outset 1px #BECBCD;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #495C5F;
}
.offtab {
	background-color : #EAECEE;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #BECBCD;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #769196;
}
.tabpadding {
}
.tabheading {
	background-color: #eeeeee;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
h1 {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* Horizontal Line */
hr {
	background: #E8E8E8;
	height: 2px;
	border: 1px inset;
}
hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}
/* Class Settings */
.frontpageheader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding:2px;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #006666;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 2px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	text-align: left;
}

a.sublevel:hover {
	color: #006666;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
a.contentpagetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
/* Content - Sections & Categories */
.contentpane {
	}

.contentpaneopen {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.contentheading {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	/* color:#9E1421; */
	color: #333399;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 25px;
/*	border-bottom: dashed 1px #cccccc;*/
}
.contentpagetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
    }
table.contenttoc td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}
.contentdescription {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-top: 8px;
}
/* Links */


a.blogsection:link, a.blogsection:visited {
	color: #708090;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.blogsection:hover {
	color: #FFA500;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

a.weblinks:link, a.weblinks:visited {
	color: #CC3333;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.weblinks:hover {
	color: #993333;	text-decoration: underline;
	}
a.readon:link, a.readon:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;	
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 18px;
}
a.readon:hover {
	color: #FFA500;
}
.componentheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color:#9E1421;
	text-align: left;
	text-indent: 2px;
	width: 100%;
	height: 20px;
	border-bottom: dashed 1px #cccccc;

/* 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-indent: 2px;
	text-decoration: underline;
	width: 100%;
	height: 18px;
	border-bottom: 2px;
	border-color: Black; */
}
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px #C0C9DC;
	background-color: #FFA500;
/*  background-color: #9E1421;  no es el original */
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	height: 18px;
	cursor: pointer;
}
.back_button{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	text-align: center;
}
.buttonheading {
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
}
.input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	background: #ffffff;
	border: 1px solid #DCDCDC;
}
/** category text format and links **/
.category {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.category:link, a.category:visited {
	color: #CC3333; font-weight: bold;
	}
a.category:hover {
	color: #993333;
	}
.poll {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
table.pollstableborder {
	border: 0px;
}
.sectiontableentry1 {
	background-color : #F2F4F9;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.sectiontableentry2 {
	background-color : #E4E7F0;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.contentpane {
	background-color : #FFFFFF;
	}
.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	height: 20px;
}
.smalldark {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.newsfeedheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.newsfeeddate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	height: 16px;
	text-align: left;
}
.modifydate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E9E9E;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	text-align: right;
}
ul {
	margin: 0px 0px 0px 0px;
	}
li {
   margin: 0px 0px 0px 0px;
	}
.fase4rdf {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	font-weight: normal;
}
a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #3B3B3B;
	}
a.fase4rdf:hover {
	font-weight: bold; color: #757575;
	}
table.searchintro {
  	background-color: #FFFFFF;
	border: 1px solid #E7E7E7;
	}
table.contact {
	background-color: #F9F9F9;
	}
table.contact td.icons {
	background-color: #DADADA;
	}
table.contact td.details {
	background-color: #F0F0F0;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.pagenav {
	font-weight: normal;
}
/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}
.content_vote {
	font-weight: normal;
	font-size: 8pt;
}
#active_menu {
	color:#006666;
	font-weight: bold;
}

a#active_menu:hover {
	color: #006666;
}

.pathway {
	font-size: 12px;
	line-height: 12px;
	color: #333333;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #ffffff;
  border           : 1px solid #B8B8FF;
}
.button2 {
  padding-left:9px;
  padding-right:9px;
  padding-top: 2px;
  padding-bottom: 1px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : normal;
  background-color : #DBDBF9;
  color            : #333366;
  border           : 1px solid #B8B8FF;
}
