@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
article, header, section, nav, footer {
	display:block;
}
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
a, .menu {
	text-decoration:none;
}
a:link, a:visited {
	color:#FFF;
}
a:hover, a:active {
	color:#fed203;
}
.menu:link, .menu:visited {
	color:#f58267;
}
.menu:hover, .menu:active {
	color:#09F;
}
article {
	width:990px;
	height:810px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
.fondo, .logo, .barra_1, .intro, .images, .lateral, footer {
	position:absolute;
}
.logo {
	width:242px;
	height:48px;
	top:12px;
	left:684px;
	background-image:url(fondos/logo_F3.png);
}
.barra_1, .intro, footer {
	width:596px;
	left:80px;
}
.barra_1 {
	height:28px;
	top:64px;
}
.barra_1 ul li {
	float:left;
	list-style-type:none;
}
.barra_1 ul li a {
	padding-left:16px;
	padding-right:16px;
	padding-top:4px;
	display:block;
}
.intro {
	height:34px;
	top:97px;
	padding-top:6px;
	background-image:url(fondos/intro.png);
	background-repeat:no-repeat;
}
h2 {
	padding-left:260px;
}
.images {
	width:594px;
	height:72px;
	top:144px;
	left:82px;
}
.miniatura {
	width:144px;
	height:66px;
	margin:2px;
	float:left;
}
.lateral {
	width:254px;
	height:200px;
	top:250px;
	left:676px;
	text-align:right;
}
.lateral ul li {
	list-style-type:none;
}
.lateral ul li a {
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}
footer {
	height:82px;
	top:720px;
	text-align:center;
	font-size:12px;
	padding-top:8px;
}


