#cssdropdown, #cssdropdown ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#cssdropdown li {
	float:left;
	position:relative;
}
.mainitems{
	border:1px solid white;
	background-color:#000;
	margin-right:2px;
}
.mainitems a{
	margin-left:6px;
	margin-right:6px;
	text-decoration:none;
	color:#FFF;
}
.mainitems a:hover{
	color:#0CF;
}
.subuls{
	display: none;
	width: 150px;
	position: absolute;
	/*top: 1.2em;*/
	top:13px;
	left: 0;
	background-image:url(../img/bg_noticias.png);
	border: 1px solid white;
}
.subeventsuls{
	display: none;
	width: 250px;
	position: absolute;
	top:13px;
	left: 0;
	background-image:url(../img/bg_noticias.png);
	border: 1px solid white;
}
.subgallerysuls{
	display: none;
	width: 250px;
	position: absolute;
	top:13px;
	left: 0;
	background-image:url(../img/bg_noticias.png);
	border: 1px solid white;
}
.subuls li, .subeventsuls li, .subgallerysuls li{
	width: 100%;
}
.subuls li a, .subeventsuls li a, .subgallerysuls li a{
	display:block;
	color:#FFF;
	text-decoration: none;
	margin:0px;
	padding-left:2px;
}
/* */
a.boton:hover{
	color:#0CF;
	background-color:#000;
	padding-left:5px;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}