
/*big menu*/

#menu {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0px;
	width:215px;
}

# .menus {
	display: block;
	height: 150px;
	margin: 0px;
}

#menu div {
	float: left;
}

#menu .menu {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 120px;
	width: 52px;
	/*padding: 10px;*/
	background: #f6fbff;;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#menu .menu span {
	display: none;
}

#menu .opt1 {
outline: 0; background: #e0f0fa url(noticias.png) no-repeat bottom left;
/*url(landscapes.jpg)*/
}

#menu .opt2 {
outline: 0; background: #e0f0fa url(cursos.png) no-repeat bottom left;
/* url(people.jpg)*/
}

#menu .opt3 {
 outline: 0; background: #e0f0fa url(articulos.png) no-repeat bottom left;
 /* url(nature.jpg)*/
}

#menu .opt4 {
  outline: 0; background: #e0f0fa url(descargas.png) no-repeat bottom left;
  /* url(urban.jpg)*/
  border-right: 0;
}


