#mensaje_grande {
	background: url(img/60p_gris.png) repeat;;
	color: #fff;
	width: 1000px;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	margin: 12px auto 2px auto;
}

#ver_noti_imagen {
	float: left;
	width: 146px;
	height: 22px;
	text-align: left;
	margin: 12px 0 2px 0;
}

#ver_noti_texto {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	background: url(img/60p_azul.png) repeat;
	color: #fff;
	width: 844px;
	height: 21px;
	text-align: left;
	padding: 9px 0 0 10px;
	margin: 12px 0 2px 0;
}

#ver_noti_texto a{
	color: #fff;
}

#ver_noti_texto a:hover{
	color: #fff;
	text-decoration: underline;
}

/*#mensaje_grande a{
	color: #ffff00;
}

#mensaje_grande a:hover{
	color: #ffcc00;
}*/

#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background: url(img/menu.png) no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
}

#menu ul {
	position: absolute;
	top: 0;
	left: 5px;
	height: 30px;
}

#menu ul li {
	position: relative;
}

#menu ul li, #menu ul li a {
	float: left;
	display: block;
}

#menu ul li a {
	height: 30px;
	line-height: 30px;
	color: #555;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(img/menu_l.png) no-repeat right;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #297eb9;
}
#menu ul li.current-cat ul li a {
	color: #555;
}
#menu ul li.current-cat ul li a:hover {
	color: #297eb9;
}
#menu ul li a:hover {
	color: #297eb9;
}
#menu u ul li a:hover {
	color: #297eb9;
}

/* sub menu style */
#menu ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #fff;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #555;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

/* Search form fo header area */
.searchform{
	position: absolute;
	left: 800px;
	top: 5px;
	height: 20px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 133px;
	height: 15px;
	background: url(img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 3px 2px 3px;
}

.searchbutton {
	width: 40px;
	height: 20px;
	background: url(img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(img/search_go.png) no-repeat bottom}
ul#ciudadana li{
    visibility: hidden;
}
