@charset "utf-8";
#principal {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#principal #contenido {
	padding: 50px;
	float: left;
	width: 800px;
	background-color: rgba(0%,19%,12%,.5);
}
#principal #pie {
	background-image: url(../Imagenes/Pie.gif);
	background-repeat: repeat-x;
	height: 75px;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 900px;
}
#principal #contenido #texto {
	float: left;
	width: 800px;
	margin-right: 50px;
}

#principal #contenido #imagenes {
	float: left;
	width: 350px;
}
body {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../Imagenes/fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.links {
	color: #0000CC;
	font-size: 14px;
}
#Submenu {
	float: left;
	height: 193px;
	width: 231px;
	list-style-position: inside;
	padding-left: 285px;
}
