
#boxActualizado{
	width: 430px;
	margin: 20px auto;
}
#volver{
	width: 70px;
	float:right;
	padding-left:5px;
}
#content{
	padding-right:20px;
	margin-right:75px;
}


#boxActualizado .box{
	margin-top: 20px;
	padding: 30px 0 0 15px;
	width: 340px;
	height: 300px;
}


/* MAINMENU */
#mainmenu li {float:left;}


/*General*/


#boxUsuario #mainmenu li a, #boxProyecto #mainmenu li a, #boxClientes #mainmenu li a {
	display:block;
	width:292px;
	height:25px;
	float:left;
	padding: 10px 0 0 18px;
	color:#FFF;
}

#mainmenu li a:hover {
	text-decoration:none;
	color:#000;
}

/*Usuarios*/

#boxUsuario #content{border-right:1px solid #009933;}
#boxUsuario .box{background:url(../imagenes/bkgBox.jpg) no-repeat;}
#boxUsuario #mainmenu li a {border-bottom:1px solid #01a438; background:url(../imagenes/bkgBtn.gif) no-repeat;}
#boxUsuario #mainmenu li a:hover {background:url(../imagenes/bkgBtn.gif) no-repeat #a8ffc5; color:#000;}

/*Proyectos */
#boxProyecto #content{border-right:1px solid #993300;}
#boxProyecto .box{background:url(../imagenes/bkgBoxProyecto.jpg) no-repeat;}
#boxProyecto #mainmenu li a {border-bottom:1px solid #ac420d;background:url(../imagenes/bkgBtnProyecto.gif) no-repeat;}
#boxProyecto #mainmenu li a:hover {background:url(../imagenes/bkgBtnProyecto.gif) no-repeat #ffcfb3; color:#000;}

/*Clientes */
#boxClientes #content{border-right:1px solid #336699;}
#boxClientes .box{background:url(../imagenes/bkgBoxCliente.jpg) no-repeat;}
#boxClientes #mainmenu li a {border-bottom:1px solid #4c7fb1;background:url(../imagenes/bkgBtnCliente.gif) no-repeat;}
#boxClientes #mainmenu li a:hover {background:url(../imagenes/bkgBtnCliente.gif) no-repeat #cbdced; color:#000;}
