#login_holder{
	position:absolute;
	width: 344px;
	right:4px;
	top:4px;
	border:thin #CCC solid;
	background-image:url("http://www.futbolsantander.com/assets09/bg_footer.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	padding-right:10px;
	float: right;
	
}
#login_form{
	line-height:24px;
	margin-left:4px;
	margin-right:4px;
	margin-top:0px;	
}

/* Menu principal */
.menu_html {
	font-family: Helvetica,Arial, sans-serif;
	position:absolute;
	top:140px;
	left:0px;
	background-image:url(../assets10/menu_html_bg.gif);
	background-color:#F00;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	width:980px;
}

.menu_html ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.menu_html li{
	list-style: none;
	display: inline;
}
.menu_html li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	min-width: 10px;
	margin-top: 3px;
	padding-top: 4px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 4px;
}
 .menu_html .seleccionado  a {
	
	color: #F00;
	background-color: #FFF;
}


.menu_html li a:hover {
	background-color: #C00;
}
#banderas{
	position:absolute;
	left:0px;
	padding:0px;	
	top:90px;
}
#logo{
	position:absolute;
	left:0px;
	padding:0px;	
	top:0px;
}