#ContenedorMaestro {
	position: relative;
	height: 595px;
	width: 700px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
.SubtBlanco {
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}

#BloqueBanner {
	position: relative;
	height: 130px;
	width: 700px;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
}
#BloqueMenu {
	position: relative;
	height: 461px;
	width: 150px;
	top: 0px;
	left: 0px;
	float: left;
	background-color: #999999;
}
#BloqueCuerpo {
	border: 1px solid #666666;
	position: relative;
	height: 440px;
	width: 546px;
	top: 0px;
	float: left;
	background-color: #FFFFFF;
}
p {
	text-align: justify;
}

#BloqueFooter {
	position: relative;
	height: 15px;
	width: 700px;
	top: 0px;
	clear: both;
	background-color: #999999;
	font-size: 9pt;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(Imagenes/Fondo.jpg);
}
#BloqueInfo {
	position: relative;
	height: 10px;
	width: 545px;
	top: 0px;
	float: left;
	background-color: #3497D2;
	background-image: url(Imagenes/FondoBloqInfo.jpg);
}
a:link {
	color: #008BE8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008BE8;
}
.ColorIndigo {

	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}

