﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
	height:100%;
}

html, body, #Todo {
  height:100%; min-height:100%; 
}
#Todo {
  position:absolute;
}
html > body, html > body #Todo {
  height:auto;
}
#Pie {
  position:absolute; bottom:0;
}

a:link 
{
	color: #093489;
	text-decoration: none;
}

a:hover 
{
	color: #093489;
	text-decoration: underline;
}

a:visited 
{
	color: #093489;
	text-decoration: none;
}

a:active
{
    color: #093489;
	text-decoration: none;
	text-decoration: underline;  
}

.formLabel
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.formInput
{
	font-family: Arial;
	font-size: 11px;
}

.contentTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #787676;
}

.contentText
{
	font-family: Arial;
	font-size: 11px;
	line-height:15px;

}

.paging
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #787676;
}

.formTitle
{
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #787676;
}

.button
{
	border-right: #990C01 1px solid;
	border-top: #990C01 1px solid;
	border-left: #990C01 1px solid;
	border-bottom: #990C01 1px solid;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;	
	background-color: #990C01;	
}

.centerList{margin-left:12; padding-left:12px;}

#Layer1 {
	position:absolute;
	left:143px;
	top:42px;
	width:402px;
	height:98px;
	z-index:1;
}

#Layer2
{
	left: 0px;
	width: 140px;
	height:93px;
	top:45px;
	position:absolute;
	z-index:1;
}

#Layer3
{
	left: 693px;
	width: 100px;
	height:15px;
	top:15px;
	position:absolute;
	z-index:1;
}

#searchTextBox
{
	left: 91px;
	width: 145px;
	height: 22px;
	top: 166px;
	position:absolute;
	z-index:1;
}

#searchLink
{
	left: 234px;
	width: 26px;
	height: 22px;
	top: 165px;
	position:absolute;
	z-index:1;
}

.justifyText
{
    text-align:justify;
}

.justifyBigger
{
    text-align:justify;
    font-size: 12px;
}

.borde 
{
	border: 1px solid #EDEDED;
}

.welcome
{
    font-family:Arial;
    font-size:10px;
    color: #093489;
}

.creditos
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #FFFFFF;
}

.creditosLink
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #FFFFFF;
}

