a.celdas { 
	color: red; 
	font-size: 7pt; 
	font-family: MS Serif ; 
	text-decoration: none; 
	width: 100% }
a.celdas:hover  { 
	color: white; 
	font-size:9pt; 
	text-decoration: underline; 
	background-color: red }

a.celdas1 { 
	color: green; 
	font-size: 7pt; 
	font-family: MS Serif ; 
	text-decoration: none; 
	width: 100% }
a.celdas1:hover  { 
	color: white; 
	font-size:9pt; 
	text-decoration: underline; 
	background-color: green }
	
a.celdas2 { 
	color: blue; 
	font-size: 7pt; 
	font-family: Arial Narrow ; 
	text-decoration: none; 
	width: 100% }
a.celdas2:hover  { 
	color: white; 
	font-size:9pt; 
	text-decoration: underline; 
	background-color: blue }

a.celdas3 { 
	color: red; 
	font-size: 7pt; 
	font-family: MS Serif ; 
	text-decoration: none; 
	width: 100% }
a.celdas3:hover   { 
	color: white; 
	font-weight: bolder; 
	font-size: 9pt; 
	text-decoration: underline; 
	background-color: red }
a.celdas4   { 
	color: black; 
	font-size: 7pt; 
	font-family: "Arial Narrow"; 
	text-decoration: none; 
	background-color: yellow; 
	width: 100% }
a.celdas4:hover   { 
	color: red;
	text-decoration: underline; 
	background-color: white }
a.celdas5  { 
	color: white; 
	font-size: 7pt;
	font-family: "Arial"; 
	text-decoration: none; 
	background-color: silver; 
	width: 100% }
	
a.celdas5:hover   { 
	color: black;
	font-weight: bolder;
	font-size: 9pt;
	text-decoration: underline; 
	background-color: white }

table   { background-image: url(fondo1.jpg) }

tr  { text-align: center; }

td   { background-image: url(fondo1.jpg); text-align: center }

.dcha { 
	border-right: 4px inset rgb(255,0,0);
	 }
.izq {
	border-right: 1px solid rgb(255,0,0) }
	
th { text-align: center }

body  { background-image: url(fondo1.jpg) }