.Cabecera {
	background-image: url(../IMG/cabecera.jpg);
	width: 914px;
	height: 140px;
}
.Lateral {
	height: auto;
	width: 225px;
}
.Cuerpo {
	font-family: Georgia;
	font-size: 12px;
	height: 550px;
	text-align: justify;
	z-index: 50;
	background-repeat: no-repeat;
	text-indent: 0;
	background-position: bottom right;
	vertical-align:top;
	width: 663px;
	overflow: auto;
	position: relative;
	padding: 0px 10px 10px 10px;
	
}
.Enlace:link {
	color: #900;
	font-weight:bold
}
.Botones {
	background-image: url(../IMG/LineaVBoton.jpg);
	height: 19px;
	width: 914px;
	background-repeat: repeat-x;
}
.Pie {
	font-size: 12px;
	text-align: center;
	background-image: url(../IMG/LinieaVPie.jpg);

}
.Celda {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: solid 1px #f90;
	

}
.Titulo {
	font-family: "Bell MT";
	font-size: 32px;
	font-weight: bold;
	color: #060;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 100%;
}
