* {
 padding: 0;
 margin: 0;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #000000;
}

#wrapper {
 width: 701px;
 margin: 0 auto;
 padding-top: 90px;
 

}
#header {
 height: 127px;
 background-image:url(../images/header.jpg);
}

#headere {
 height: 127px;
 background-image:url(../images/header-e.jpg);
}
/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 200px;
 padding-top: 30px;
 padding-left: 30px;
 float: left;
 min-height: 300px;

}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */

#leftcolumn1 UL {
	PADDING-RIGHT: 35px; PADDING-BOTTOM: 35px; LIST-STYLE-TYPE: none; 
}
#leftcolumn1 LI {
	PADDING-LEFT: 15px; DISPLAY: block; LIST-STYLE-TYPE: none; margin-bottom:15px; BACKGROUND: url(../images/bullets.gif) no-repeat left; height: 15px;
} 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 460px;
 float: left;


}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 
#leftcolumn2 UL {LIST-STYLE-TYPE: none; }
#leftcolumn2 LI {LIST-STYLE-TYPE: none; margin-bottom:10px;color: #666666 }
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 min-height: 200px;
}
* html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 
#rightcolumn1 UL {LIST-STYLE-TYPE: none; }
#rightcolumn1 LI {LIST-STYLE-TYPE: none; margin-bottom:10px; }

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 min-height: 250px;

}
* html #rightcolumn2 {height:250px} /* IE Min-Height Hack */ 

#rightcolumn2 UL {LIST-STYLE-TYPE: none; }
#rightcolumn2 LI {LIST-STYLE-TYPE: none; margin-bottom:10px; }
/* ---------------------------- */

/* ---------------------------- */
#rightcolumn1bis { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 padding: 4px;
 width: 35%;
 float: left;
 min-height: 400px;
}
* html #rightcolumn1bis {height:400px} /* IE Min-Height Hack */ 

#rightcolumn2bis { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 padding: 4px;
 width: 35%;
 float: left;
 min-height: 150px;
}
* html #rightcolumn2bis {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */

#footer {
 display: inline; /* IE Hack */
 float: left;
 width: 701px;
 clear:both;
}

#insidefooter {
float: left; 
margin-left: 60px;
}

/* colors */ 
a.redlink:link { color: #FFFFFF; text-decoration: none;}
a.redlink:visited { color: #FFFFFF; text-decoration: none;}
a.redlink:hover { color: #990000; text-decoration: none;}

a.redboldlink:link { color: #FFFFFF; text-decoration: none;font-weight: bold;}
a.redboldlink:visited { color: #FFFFFF; text-decoration: none;font-weight: bold;}
a.redboldlink:hover { color: #990000; text-decoration: none;font-weight: bold;}


a.greylink:link { color: #666666; text-decoration: none;}
a.greylink:visited { color: #666666; text-decoration: none;}
a.greylink:hover { color: #990000; text-decoration: none;}

.redbold { color: #990000; font-weight: bold;}

.greybold { color: #666666; font-weight: bold;}

.text { color: #666666; font-size: 12px; padding-left:15px;}

.notas { color: #666666; font-size: 9px;}

p { color: #FFFFFF; font-size: 12px;}

.titulos { color: #ffffff; font-size: 16px;}