@charset "utf-8";
/* CSS Document */



/*-SPLASH-*/

#splash { 
	background:url(assets/invermae.jpg) no-repeat left 50px;
	width:684px;
	height:226px;
	padding-top:150px;
	margin:0 auto;
	text-indent:-5000px;
	}
	
#splashFooter{
	text-align:center;
	margin:0 auto;
	color:#999999;
	font-size:11px;
	}
	
/*-STYLES-*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a {
	text-decoration:none;
	color:#D95F0F;
	font-weight:bold;
}
a:hover {
	
}
ul {
	margin:0;
	padding:0;
	list-style-type: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


#header {
	width:960px;
	height:170px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	margin:45px 16px 0 45px;
}
#header h2 {
	margin:45px 16px 0 0;
}
#header .publicidad {
	position:absolute;
	right:10px;
	top:30px;
}
	#mainmenu {
		width:960px;
		height:45px;
		margin:0;
		padding:0;
		position:absolute;
		bottom:0;
		left:0;
		background:#303538;
		font-weight:bold;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
	}
		#mainmenu ul {
			margin:0;
			padding:0;
			list-style-type: none;
			clear:both;
		}
		#mainmenu li {
			float:left;
			height:30px;
		}
			#mainmenu li a {
				display:block;
				padding:15px 0 0 20px;
				height:100%;
				width:100%;
				color:#FFF;
			}
			#mainmenu li#selected {
			}
			
			
#content {
	width:960px;
	margin:0 auto;
	clear:both;
	height:auto;
	position:relative;
}
	#primaryContent {
		width:670px;
		float:left;
		padding:20px;
	}
	#secondaryContent {
		width:250px;
		float:right;
		padding:20px 0;
	}
	#tertiaryContent {
	}
	#quaternaryContent {
	}


#footer {
	width:920px;
	margin:0 auto;
	padding:20px;
	background:#303538;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666;
}
	#footer a {
		color:#CCC;
	}


/*---ClearFIX---*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
