/* CSS Document */
.titulo{
	color:#666666;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:bold;
}
.texto{
	color:#666666;
	font-size:0.9em;
	line-height:1.5em;
	text-decoration:none;
}
.dato{
	color:#CC0000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:bold;
}
.celda{
	color:#666666;
	font-size:0.9em;
	line-height:1.5em;
	text-decoration:none;	
}
.combo{
	color:#666666;
	font-size:0.9em;
	line-height:1.5em;
	text-decoration:none;	
}
.boton{
	color:#666666;
	font-size:0.9em;
	line-height:1.5em;
	text-decoration:none;	
	font-weight: bold;
}
.nota{
	color:#CC0000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:0.6em;
	font-weight:bold;
}

body {
background:url("../images/page_verde.jpg") repeat-x scroll left 0 #FFFFFF;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:16px;
margin:0;
padding:0;
}
.header {
height:118px;
margin:auto;
padding:0;
position:relative;
width:944px;
z-index:100000;
}
.maincontent {
margin:auto;
overflow:hidden;
padding:0;
width:944px;
}
.footer {
background:url("../images/footer.gif") no-repeat scroll 0 0 transparent;
clear:both;
margin:7px auto;
overflow:hidden;
padding:0;
width:944px;
}
.footerLeft {
	color:#999999;
	font-size:0.6em;
	padding:20px 0 0 17px;
	width:380px;
}

.footerRight {
	color:#999999;
	float:right;
	font-size:0.7em;
	padding:6px;
	text-align:right;
	width:530px;
}

a{
	color:#CC0000;
}