* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#contenedor {
	width: 1020px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(203,204,205,1);
}
.menu {
	width: 100%;
	float: left;
}
.menu .nav {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.menu .nav > li {
	width: 110px;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
.nav li ul {
	width: 110px;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover > ul {
	display: block;
	width: 600px;
	}
.nav li a {
	color: rgba(255,255,255,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px;
	font-style: normal;
	text-decoration: none;
	display: block;
	border: 4px solid rgba(223,28,33,1.00);
	font-size: 14px;
	background-color: rgba(223,28,33,1.00);
	font-weight: 400;
	font-variant: normal;
	padding-left: 5px;
	padding-right: 0px;
}
.nav li a:hover {
	color: rgba(96,9,9,1.00);
}
.texto-footer {
	color: rgba(247,247,247,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.texto-titulos {
	color: rgba(0,0,0,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 26px;
}
.texto-contenido {
	color: rgba(155,156,157,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
}
.texto-contacto {
	color: rgba(0,0,0,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;