/* CSS Document */
BODY {
/*	background: url(bg.gif) repeat-x;*/
	margin: 0;
	background: #cccccc;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
DIV{
	padding-left:8px;
	padding-top:10px;
	background-color:#e9e9e9;
	width:312px;
}
#unidades{
	width:304px;
}
.box_links{
	background-color:#ccc;
	padding-left:0px;
	margin-top:10px;
}
.texto{
	font-size:10px;
	background-color:#e9e9e9;
	text-align:justify;
}
#corporativo{
	text-align:center;
}
.titulo{
	font-weight:bold;
	font-size:10px;
	color:#25631E;
}
.link {
	text-decoration: none;
	color: #25631E;
}

.link:hover {
	text-decoration: underline;
	color: #25631E;
}
