/* This is for the whole page */
*{
margin:0px;
padding:0px;
}
img{border:0px;}
html{
width:100%;
height:100%;
background-color:#6B7890
}
body{
	width:970px;
	height:100%;
	margin:0 auto;
	padding:0 0px;
	background-color:#FFFFFF;
	position:relative;
}
/* Headers only */
H1 {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: normal;
	visibility:hidden;
	display:none;

}
H2 {
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: normal;
}
H3 {
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: normal;
}


/* This is for the whole content */
#header{
	width:970px;
	font-family:Tahoma;
	font-size:11px;
	color:#353535;
	text-align: justify;
}
#header p{
line-height:12px;
}
#header div img{
padding:1px;
border:1px solid #fff;
float:left;
margin:3px 2px 0 0
}
#header .active, #header div img:hover{
border:1px solid #828282
}
#header a:hover{text-decoration:underline}

/* This is for the menue on top */
#menu{
width:950px;
height:34px;
line-height:32px;
padding:0 0 0 20px;
background-image:url(spanish_madrid/menu_bg.gif);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
#menu li{
display:inline;
list-style-type:none
}
#menu a{
font-family:Tahoma;
font-size:11px;
color:#D2DEEC;
text-decoration:none;
margin:0 16px;
}

/* Whatever other definitions */
.more_info{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#009EDC;
text-decoration:underline;
margin:0 0 0 5px
}

/* This is for the footer below */
#footer{
	width:970px;
	position:inherit;
	bottom:0px;
	height:60px;
	border-top:6px solid #254A73;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434
}
#footer ul{
	margin:8px 0px 15px 0px;
	text-align:center
}
#footer li{
display:inline;
list-style-type:none;
}
#footer li a{
color:#343434;
text-decoration:none;
margin:0 5px
}
#footer li a:visited{text-decoration:none}
#footer li a:hover{text-decoration:underline}


.text_footer {
	visibility:hidden;
	display:none;
}

