html {
	overflow-y:scroll;
}

body {
	background:#406077 !important;
	margin:7px 0px;
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:0px;
}

a, a:visited {
	text-decoration:none;
	color:#0000EE;
}

a:hover {
	text-decoration:underline;
}

table, tr, td {
	border:0px;
	margin:0px;
	padding:0px;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0px;
	vertical-align:top;
}

form{
	padding:0px;
	margin:0px;
}

.wrapper {
    WIDTH: expression((document.body.clientWidth) > 1070? "1070px": "auto" );
	margin:0 auto 0 auto;
	text-align:left;
	height:100%;
	max-width:1070px;
	min-width:750px;
	padding:0px 10px;
	line-height:145%;
}

.wrapper #left {
	background:#F0F0F0 url(img/topleft.png?1) no-repeat;
}

.wrapper #right{
	background:url(img/topright.png?2) no-repeat top right;
	padding:10px 13px;
}


#asociaciones li {
	padding:0px 10px 10px 15px;
}

#menuFajum li{
	padding:7px 10px 10px 0px;
	background:url(img/menu_item.gif) no-repeat right;
}

#menuFajum li a, #menuFajum li a:visited{
	color:#333366;
    font-weight:bold;
}

#menuFajum li a:hover{
	color:#333366;
    font-weight:bold;
    border:none;
    border-bottom:dashed 1px;
    text-decoration:none;
}


.selected a, .selected a:visited,.selected a:hover{
color:#663399 !important;
border-bottom:none !important;
}

