BODY {
	background-color: #000000;
	background-image:url(./img/fondodegra.gif);
	background-position :left;
	background-repeat : repeat-y;
	
	color: #76ADE5;
	text-align : left;
	font-family : sans-serif, Times New Roman,  Arial, Helvetica; 
	font-size: 12px;
	margin: 0px;

scrollbar-face-color:#76ADE5;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FF0000;
scrollbar-track-color:#000000;

}
body.ppal{
	background-image :url(./img/fondodegra.gif); 
}
A {
	color : #ff0000;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color : #ffffff;
	text-decoration: none;
}
.celda {
	color: Black;
	background-image:url(./img/fondoboton.gif);
	background-position :top left;
	background-repeat : no-repeat;
	cursor:hand;
	width: 120px;
	height: 25px;
	text-align:center;
	font-weight: bold; 
	font-size: 14px;
}
.dives{
	color: Black;
	background-color: White;
	}
.Blanco {
	color : #00cc99;
}
.R {
	text-align : right;
}
.L {
	text-align : left;
}
INPUT, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BDE3FF;
	color: Black;
}
.Boton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C9FDC8;
	color: Black;
}
.T {
	background: transparent;
	color: #FF8409;
	border: 2;
}
.Cabecera {
	background-color: #D9D9FF;
	font-size: 1.1em;
}
.Detalle {
	background-color: #F2FFD9;
	color: #FF8409;
}

.CeldaFoto {
	text-align: center;
	width: 75px;
	background-color: #FFF0F5;
}
.EsqSombra1 {
	background-color: #FFddFF;
	background-image: url(./img/esq1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 7px;
	height: 8px;
	line-height: 1px;
}
.EsqSombra2 {
	background-color: #ffddff;
	background-image: url(./img/esq2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 7px;
	height: 8px;
	line-height: 1px;
}
.EsqSombra3 {
	background-color: #ffddff;
	background-image: url(./img/esq3.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 7px;
	height: 8px;
	line-height: 1px;
}
.LatSombra1 {
	background-color: #ffddff;
	background-image: url(./img/lat1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 7px;
}
.LatSombra2 {
	background-color: #ffddff;
	background-image: url(./img/lat2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 7px;
	line-height: 1px;
}
.ROJO {
	size: 1px;
	font-family : Arial;
	color: #FF0000;
}