@charset "utf-8";
/* CSS Document */

/** menu superior**/
#menu_sup{
	float:right;
	font-size:11px;
	text-align:right;
	width:218px;
	height:18px;
	padding-top:9px;
	margin-bottom:39px;
}
#menu_sup a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
#menu_sup a:hover{
	color:#0192df;
}
/** fin menu superior **/

/** menu main **/
#menu{
	width:175px;
	float:left;
	background-color:#011e42;
}
#menu ul{
	padding:0px;
	margin:0px;
}
#menu li{
	list-style-type:none;
	background-image:url(../img/arrow-menu.png);
	background-position:6px;
	background-repeat:no-repeat;
}
#menu a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93cfee;
}
#menu a:hover{
	text-decoration:underline;
}
.menu_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:14px;
	padding-left:11px;
	padding-top:8px;
	padding-bottom:7px;
	margin-bottom:3px;
	background-color:#0092df;
	background-image:url(../img/bg-menu.jpg);
}
/** fin menu main **/

.banner_menu {
	width:170px;
	height:auto;
	padding-left:7px;
	margin-bottom:15px;
}