@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin:0px;
}
a:link{ color:#FFF; text-decoration:none; }
a:hover{ color:#FFF; text-decoration:none; }
a:visited{color:#FFF; text-decoration:none; }
.container {
	text-align: left;
}
#fondo{
	z-index:-9999;
	position:fixed;
	width:100%;
	margin:0px;
}
.copyright {
	font-size: 9px;
	color:#000;
	margin:0px;
}
#container{
	z-index:auto;
	width:800px;
	display:inline-block;
	margin-top:10px;
}
header{
	width:100%;
}
nav{
	margin-top:3px;
	height:50px;
	overflow:hidden;
	background-color:#888888;
	margin-bottom:3px;
}
nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul li {
	background-color:#888888;
	display:inline-block;
	color:#FFF;
	float:left;
	height:50px;
	width:120px;
	padding-top: 18px;
	font-family:Arial, Gadget, sans-serif;
	border-right:solid 1px #CCC;
}
nav ul li:hover {
	background-color:#FFF;
	color:#F00;
	display:inline-block;
}
#logofb {
	float:right;
	margin-top:-10px;
}
section{
	height:565px;
	overflow:hidden;
}
footer{
	width:100%;
	height:215px;
	background-color:#ED3237;
	color:#FFF;
}
article{
	width: 33%;
	height: 200px;
	padding-top: 15px;
	background-color: #ED3237;
	color: #FFF;
	display: inline-block;
	float: left;
	text-align: left;
	overflow:hidden;
}
#coleccion{
	background-color:rgba(255,255,255,0.6);
	height:565px;
	width:100%;
}
#descargar{
	color:#090; 
	background-color:#CCC; 
	border:solid 1px #090; 
	border-radius:5px; 
	height:20px; 
	width:200px; 
	text-align:center; 
	padding:10px;
}
#descargar:hover{
	background:#09C;
	color:#F00;
}
#linkCatalogo{
	text-align:center;
}
#home{
	font-family:Arial, Gadget, sans-serif;
	font-size:12pt;
}
#empresa{
	width:49.7%;
	height:565px;
	background-color:#333;
	color:#FFF;
	text-align:left;
	float:left;
	padding-top:70px;
}
#facebook{
	background-color:#FFF;
	height:565px;
	width:49.7%;
	float:right;
}
#formulario{
	width:49.7%;
	height:565px;
	background-color:#333;
	color:#FFF;
	text-align:left;
	float:left;
	padding-top:5px;
}
#mapa{
	background-color:#333;
	color:#FFF;
	height:565px;
	width:49.7%;
	float:right;
	text-align:left;
}