body {
	background-color: #000066;
	height:80%;
	margin:0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html{
	height:80%;
}

#tablaPrincipal{
	height: 100%;
	width: 1004px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:105px;
}
#contenido {
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
	width: 100%;
}
#fotoIzq {
	width: 470px;
	float: left;
	margin-right: 15px;
}

#footer {
	background-image: url(images/greca.gif);
	background-repeat: repeat-x;
	height: 20px;
	clear: both;
}

#coveFeatures {
	width:425px;
	height:250px;
	border:1px dashed #FFFFFF;
	background-color:#003399;
	padding:10px;
}
#menu {
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-bottom: 7px;
}
#menu a {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a, a:visited {
	text-decoration:none;
	color:#FFFF00;
	
}
a:hover {
	text-decoration:underline;
	color:#FFFF00;
}
h3 {
	color: #FFFF00;
}
#contenido a {
	color: #FFFF00;
}
#contenido a:visited {
	color: #FFFF00;
}

#textoBienvenida {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
#tablaSubmenu {
	background-color: #000066;
	border: 1px solid #FFFFFF;
}
#submenuLinks, #submenuSatelite, #submenuGallery, #submenuMarket {
	position:absolute;
	z-index: 5;
	visibility: hidden;
}
.contenidoIzq {
	text-align: justify;
}
