/*Aqui para las tablas de estadisticas y las graficas*/

/*Estilo de las cajitas redondas*/
#leftbox-2 { 
width : 250px;
min-height : 100px;
color:#666666;
padding : 0;
margin-top:35px;
margin-left: 60px;
float : left;
display : inline;
background-image : url(img/cajita1.gif);
background-repeat : no-repeat;
background-color: #CFE0F9;
} 
#leftboxbottom-2 { 
height : 15px;
width : 250px;
float : left;
display : inline;
background-image : url(img/cajitabajo.gif);
background-repeat : no-repeat;
}
#otrobox { 
width : 250px;
min-height : 20px;
color:#666666;
padding : 0;
margin-left: 20px;
margin-top:35px;
float : left;
display : inline;
background-image : url(img/cajita2.png);
background-repeat : no-repeat;


} 
#otroboxbajo { 
height : 15px;
width : 250px;
float : left;
display : inline;
background-image : url(img/cajita2bajo.png);
background-repeat : no-repeat;
}

#interior{
margin: 10px;
float: left;
padding-top:20px;
}

#c_graf{
	width: 90%;
	float: left;
	text-align:center;
	padding: 15px;	
}

#estructura{
	color:#666;
}

#arbol{
	width: 70%;
	float: left;
	padding: 20px;
	
}


a {
	color:#3366FF;
	text-decoration: none;
	}

a:hover {
		text-decoration: none;

	}
