body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#text2 {
	position: absolute;
	height: 100px;
	width: 500px;
	left: 30%;
	top: 5%;
	z-index: 2;
}
#text2 #img {
	position: absolute;
	height: 550px;
	width: 500px;
	top: 147px;
	overflow: auto;
	left: 0px;
}
#menu #sello {
	position: absolute;
	height: 330px;
	top: -340px;
	left: 0px;
}

#menu {
	position: absolute;
	height: 135px;
	width: 140px;
	top: 50%;
	left: 3%;
	font-size: 10pt;
	font-weight: bold;
	margin-top: -70px;
	z-index: 4;
}
#menu a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #804000;
}
#text2 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#text2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#text2 #img img {
	border: 1px solid #000000;
	margin-bottom: 40px;
}
#text2 #textpint {
	position: absolute;
	width: 480px;
	top: 750px;
	border: 2px solid #999999;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
	z-index: 3;
	left: 0px;
	padding: 10px;
	margin: 0px;
	text-transform: uppercase;
}
.titular {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

