body, html {
margin:0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-image: url(../images/fondo.jpg);
height: 100%;
} 
tbody { 
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

p {
margin: 5px;
text-align: justify
}

.back_button, a.back_button, a.back_button:link{
	color:#CC6600;
	font-size:12px;
}

/* Default MOS Class Settings
****************************/

td.pathway {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding-top: 1px;
padding-left: 0px;
}

a.pathway:link, a.pathway:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

a.pathway:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}


/* Main Menu Styles
*********************/

a.mainlevel:link, a.mainlevel:visited {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 175px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px inset #FFFFFF;
	border-bottom: 1px inset #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 5px 0 5px 0;
}

a.mainlevel:hover {
	background-color: #9DE82B;
}

a.mainmenu:link, a.mainmenu:visited {
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

a.mainmenu:hover, {
color: #666666;
text-align: left;
}

a.sublevel:link, a.sublevel:visited {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/degradado_submenu.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 168px;
	display: block;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: left;
	padding: 2px 1px 2px 0;
	margin-left: 2px;
}

a.sublevel:hover {
	background-image: url(../images/degradado_submenu_o.jpg);
	background-color:#009933;
}


/* Module Styles
****************/



/* Polls Style
**************/

/** for polls **/
.poll {
	font-size:11px;
	line-height: 16px;
	text-align: center;
}



table.pollstableborder .sectiontableentry2 {
	background-color:transparent; 
	text-align:center; 
}
table.pollstableborder .sectiontableentry1 {
	background-color:transparent; 
	text-align:center;
}

.moduletable_bgimg table.pollstableborder td.sectiontableentry2,
.moduletable_bgimg table.pollstableborder td.sectiontableentry1 {
	background-color:transparent!important; 
	text-align:center!important; 
}

/* Sections Style
*****************/

.sectiontableheader {
background-color : #CCCCCC;
color : #000000;
font-weight : bold;
font-size: 12px;
line-height: 13px;
}

.sectiontableentry1 {
font-size: 11px;
background-color : #E4E4E4;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

.sectiontableentry2 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color : #DADADA;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

.pagenav {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}

a.pagenav:link, a.pagenav:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
}

a.pagenav:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color : #000000;
text-decoration : none;

}


.small {
font-size : 11px;
color : #666666;
}

.smalldark {
font-size : 11px;
color : #333333;
text-decoration : none;
}

.createdate {
font-size : 10px;
color : #666666;
text-decoration : none;
font-weight : medium;
}

.modifydate {
font-size : 10px;
color : #666666;
text-decoration : none;
font-weight : medium;
}

/* Content Styles
*****************/

.contentpane {
        font-size: 12px;
        color: #000000;
}

.contentpaneopen {
	font-size: 12px;
	color: #000000;
	margin: 10px 20px 0 20px;
	text-align: center;
	
}

.contentheading, .componentheading {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #A7CC55;
	text-align : left;
	line-height: 16px;
	text-transform: uppercase;
}
.category {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

a.category:link, a.category:visited {
color : #333333;
font-weight : bold;
}

a.category:hover {
	color : #000000;
	text-decoration : none;
	height: 232px;
	width: 481px;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#CC6600;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
	letter-spacing: 2px;
	font-size:12px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.readon:hover {
	color:#666666;
}



/* Form Styles
****************/

form { 
display:inline; 
margin: 0px; 
padding: 0px; 
} 

.button {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-size : 10px;
font-weight : bold;
background-color : #F0F0F0;
color : #000000;
border : 1px solid #000000;
}

.inputbox {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000000;
background-color : #F0F0F0;
border : 1px solid #000000;
}

/* Links
*********/

a:link, a:visited {
font-size : 11px;
color : #333333;
text-decoration : none;
}



/* For content item titles that are hyperlink instead of Read On
****************************************************************/

a.contentpagetitle:link, a.contentpagetitle:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-align:left;
}

a.contentpagetitle:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:left;
color : #000000;
text-decoration : none;
background-color: #99CC00;
}

.description {
font-size: 11px;
color: #000000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
background-color: #ffae00;
border-left: outset 2px #ff9900;
border-right: outset 2px #808080;
border-top: outset 2px #ff9900;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: bold;
color: #F0F0F0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.offtab {
background-color : #e5e5e5;
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: bold;
color: #000000;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.tabheading {
background-color: #ffae00;
text-align: left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

/* for modifying {moscode} output. Don't set the colour! */
.moscode {
background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
font-weight: bold;
font-size : 10pt;
color : #ff6600;
text-align: center;
}