@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:auto;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-image:url(fondos/fondo_galeria.jpg);
	background-repeat:repeat;
	overflow:hidden;
}
.fondo_header {
	width:990px;
	height:156px;
	position:absolute;
	top:64px;
	background-image:url(fondos/fondo_h.png);
}
.logo {
	width:242px;
	height:48px;
	position:absolute;
	margin-top:12px;
	margin-left:684px;
	background-image:url(fondos/logo_F3.png);
}
.barra_1, .intro {
	width:596px;
	position:absolute;
	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;
}
h2 {
	padding-left:18px;
}
.images {
	width:594px;
	height:72px;
	position:absolute;
	top:144px;
	left:82px;
}
.miniatura {
	width:144px;
	height:66px;
	margin:2px;
	float:left;
}
.galeria {
	width:530px;
	height:auto;
	margin-top:250px;
	margin-left:113px;
	float:left;
	overflow:hidden;
}
.image {
	width:510px;
	height:auto;
	margin:10px;
	float:left;
}
.lateral {
	width:254px;
	height:200px;
	margin-top:250px;
	margin-right:56px;
	text-align:right;
	float:right;
}
.lateral ul li {
	list-style-type:none;
}
.lateral ul li a {
	padding-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}
.texto {
	width:596px;
	height:auto;
    margin-left:80px;
}
footer {
	width:990px;
	height:96px;
	float:left;
	text-align:center;
	font-size:12px;
	padding-top:8px;
    background-image:url(fondos/fondo_footer.jpg);
	background-repeat:no-repeat;
}

