body {
    
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
	text-align: justify;

}

A{
	text-decoration:none;
	font-size: 12px;
	color:#CC3300;
	font-weight:900;
}


A:hover{
	color:navy;
	
}



A:active{
	color: red;
}
#lateral{
	width: 220px;
	padding: 10px;
	float: left;
   height: 600px;

	overflow: auto;

}

#contenido{
	width: 780px;
	padding: 10px;
	float: left;
	height: 500px;
	overflow: auto;
	
}
#des_ruta{
	background-color:#0a4883;
   color: white;
}
#prox_actividades{
	color:#000175;
	font-size: 18PX;
   text-decoration: underline;
}
#tablafondo{
	  background:url(../imagenes/fondo.jpg);
}