@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
article, header, section, nav, footer, .texto_1, .texto_2, .texto_3 {
	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:880px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
.fondo, .logo, .barra_1, .intro, .images, .lateral, .enlaces, .texto_1, .texto_2, .texto_3, 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;
}
h3 {
	padding-left:60px;
	color:#000000;
}
.texto_1 {
	top:120px;
}
.texto_2 {
	top:160px;
}
.texto_3 {
	top:200px;
}
footer {
	height:82px;
	top:720px;
	text-align:center;
	font-size:12px;
	padding-top:8px;
}
