BODY {
	margin: 0px;
	overflow: visible;
	width: 1000px;
	/* para poner el color de las barras de scroll tambien hay q eliminar la directiva cabecera de los documentos compatibles
	scrollbar-arrow-color : #FEFCFA;
	scrollbar-base-color : #8992B1;
	scrollbar-track-color : #4A5268;
	scrollbar-shadow-color : #120B04;
	*/
}
#Total{ 
   width: 100%; 
   margin: auto; 
} 
#BodyContent{ 
   margin-left: 0px; 
   padding: 4 4 4 4px; 
} 

#ContentPage {
	font: 11px Georgia;
	padding: 15px;
	margin: 4px 2px 2px 194px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
#ContentPage A.Link1 {
	color: #697F4E;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #E0DFE3;
	margin-right: 3px;
	margin-left: 3px;
}
#ContentPage A.Link1:HOVER {
	color: #000000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #666666;
	margin-right: 3px;
	margin-left: 3px;
}
#ContentPage P {
	font: 11px Georgia;
	color: #333333;
}
#LeftColumn {
	float: left;
	width: 180px;
	background: #F0EFF1;
	margin: 4px 4px 4px 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font: 11px Arial;
}
#GuestComents {
	border: 1px solid #9D834D;
	background: #DCD9C0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#GuestComents .Coments {
	color: #003333;
	background: #E6E8ED;
	border: 1px solid #999999;
	padding: 3px;
}
#GuestComents TH {
	text-align: left;
	font-weight: bold;
	padding: 4px;
	background: #CAC69F;
}
#GuestComents TR.GstRowLighted {
	background: #F0EFE3;
}
#GuestComents TD {
	padding: 3px;
}
H1 {
	font: bold 18px Georgia;
	color: #94A185;
	background: #D8E8D0;
	padding: 4px;
}
h2 {

	font: bold 16px Georgia;
	color: #003333;
}
h3 {


	font: normal 14px Georgia;
	color: #336600;
	border-top: 1px #336600;
	border-right: 1px #336600;
	border-bottom: 1px dotted #336600;
	border-left: 1px #336600;
}
h6 {
	font: bold 12px Verdana;
	color: #000000;
	border: 1px solid #006666;
	padding: 3px;
	background: #DAE9DC;
}
h4 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #666666;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px #999999;
	text-transform: capitalize;
}
h5 {
	font: bold 12px Arial;
	color: #000000;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
}
#GuestComents UL {
	margin-top: 0px;
	margin-bottom: 0px;
}
#GuestComents A {
	font: 11px Verdana;
	color: #006633;
	text-decoration: none;
}
#GuestComents A:HOVER {
	font: 11px Verdana;
	color: #666666;
	text-decoration: underline;
}
.TableContent TR.RowGray{
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #F2F2F2;
}

.TableContent TR{
	/*vertical-align: top;*/
}
#LeftColumn A.LinkLeftCol {
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#LeftColumn A.LinkLeftCol:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

