.titulo1 { 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
  color:#FFffff; 
  background-color:#FF0000
}

.celdaRes { 
	font-family: Arial; 
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

.celdaTit { 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #FF2424 
}

.celdaProd {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	color: #000000; 
	border: 1px solid #cccccc; 
	background-color: #FF0000; 
	cursor:pointer
}

.boton { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	border: 1px solid #FFCC00; 
	background-color: #FF2424; 
	font-weight:bold; 
	cursor:pointer
}

.celdaNombre { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold 
}

.tab {
	font-family: Arial; 
	font-size: 10px; 
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #FF2424; 
	font-weight:normal; 
	cursor:pointer
}

.tabsel {
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #FF2424; 
	font-weight:bold; 
	cursor:pointer
}

.celdaPag {
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	border: 0px solid #000000; 
	background-color: #FF0000; 
	font-weight:normal; 
	cursor:pointer
}