.caja-icono-home {
	text-align: center;
	cursor: pointer; 
	cursor: hand;
}

.caja-icono-home > a {
	text-decoration: none;
}

.caja-icono-home > a:hover {
	color: #E08202;
}

.icono-home,
.icono-home > a {
	font-size: 50px;
	text-decoration: none;
}

.icono-home-titulo {
	display: block;
}

.icono-home-titulo,
.icono-home-titulo > a {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


/* colores facultad */
.caja-icono-home.facultad > a:hover {
	color: #42647A;
}

/* CC SALUD */
.caja-icono-home.fac-cc-salud > a:hover {
	color: rgb(144, 175, 105);
}

.fac-cc-salud {
	color: rgb(144, 175, 105);
}

.fac-cc-salud h1.tituloNoticiasSimple span {
	color: rgb(144, 175, 105);
}

.fac-cc-salud .noticiasSimple {
	border-left: 4px solid rgb(144, 175, 105);
}


.oculto {
    display: none;
}