
/******************************************************************************************************************************/
/* ELEMENTOS A MODIFICAR PARA ADAPTAR COLORES DEL CAMPUS */
/* NOTA */
/* En ie los degradados no funcionan. Hay que modificar el archivo img/tools/degraded.gif con los colores que apliquemos */	
/* Para modificar los colores del menú principal : tools.css */
/******************************************************************************************************************************/

.degraded{		
	background-color:#ED2219; /*color centro*/
	background: -webkit-gradient(linear, center top, center bottom, from(#ED2219), to(#ED2219));/* from(color centro), to(color centro unos tonos más oscuro)*/
	background: -webkit-linear-gradient(#ED2219, #ED2219);
	background: -moz-linear-gradient(#ED2219, #ED2219);
	background: -o-linear-gradient(#ED2219, #ED2219);
	background: -ms-linear-gradient(#ED2219, #ED2219);
	background: linear-gradient(#ED2219, #ED2219);	
	/*background: url("../img/tools/degraded.gif") repeat-x scroll 0 0 transparent;*/
}

.titulo{
	color: #333333; /*Si encaja el color del centro aplicar aquí también*/
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 3px;
	line-height:1em;
}



