BODY {
	scrollbar-face-color: #C72437;
	scrollbar-shadow-color: #303030;
	scrollbar-highlight-color: #A7A7A7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FF9BA5;
	scrollbar-arrow-color: #FFFFFF;
	Background-color:#FFE6F0;	
	font-family:Tahoma;
	font-size:11px;
	color:#727372;
}
.cabeza {
	position:absolute;
	left:1px;
	top:1px;
	z-index:1;
	background-image: url("../images/cabeceraGrande.jpg");
	width:756px;
	height:194px;
	border-style:solid;
	border-color:#CDCDCD;
	border-bottom:0px;
	border-width:2px;
}
.titulo {
	position:absolute;
	left:1px;
	top:195px;
	z-index:1;
	width:756px;
	height:20px;
	text-align=center;
	font-weight:bold;
	background-color:#C72437;
	color:#FFFFFF;
	font-size:10pt;
	border-style:solid;
	border-color:#CDCDCD;
	border-bottom:0px;
	border-top:0px;
	border-width:2px;
}
.cuerpo {
	position:absolute;
	font-size:13px;
	left:1px;
	top:215px;
	z-index:1;
	width:756px;
	height:370px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	border-style:solid;
	border-color:#CDCDCD;
	border-top:0px;
	border-bottom:0px;
	border-width:2px;
	background-image: url("../images/2t2.jpg");
	overflow: auto;
	text-align:justify;
}
.pie {
	text-align=center;
	position:absolute;
	font-size:13px;
	left:1px;
	top:585px;
	z-index:1;
	width:756px;
	padding-top:15px;
	padding-bottom:15px;
	border-style:solid;
	border-color:#CDCDCD;
	border-width:2px;
	background-color:#FFF3F8;


}
IMG {
	border-style:solid;
	border-width:1px;
	border-color:#CDCDCD;
}

A:link
	{
	color: #990000;
	text-decoration: none;
	}
A:visited
	{
	color: #990000;
	text-decoration: none;
	}
A:hover
	{
	color: Black;
	}
A:active
	{
	color: Black;
	}
