#cuerpo {
	background-color: #FFFFFF;
	margin: auto;
	min-height: 800px;
	width: 750px;
	border: 1px solid #CCCCCC;
}
#cabecera {
	background-color: #FFFFFF;
	background-image: url(logos/cabecera.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
}
#cuadro {
	min-height: 680px;
	width: 750px;
	background-image: url(logos/fondo.jpg);
	z-index: 3;
}
#menu {
	background-color: #FFFFFF;
	height: 20px;
	width: 750px;
	text-align: center;
	vertical-align: middle;
}
#texto {
	font-size: 10px;
	color: #000000;
	min-height: 660px;
	width: 750px;
	background: transparent;
	text-indent: 10px;
	text-align: justify;
	z-index: 4;
}
#creditos {
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	height: 20px;
	width: 750px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
a.men:link{
	text-decoration: none;
	color: #999999;
}
a.men:active{
	text-decoration: none;
	color: #999999;
}
a.men:visited{
	text-decoration: none;
	color: #999999;
}
a.men:hover{
	text-decoration: none;
	color: #999999;
}
