@charset "ISO-8859-1";
/***********************************************/
/* Maqueta de estructura de 3 piezas: cabecera,*/
/* Menúcontenido , pie página             */
/***********************************************/

/************************************************/
/* Estructura y posición de los Bloques de Divs */
/************************************************/

/***********************************************/
/* bloques principales                         */
/***********************************************/



/* bloque cabecera */
.botonenviar{
	background-image: url(../img/enviar.jpg); 
	width: 49px; 
	height: 20px; 
	cursor: hand;
	cursor: pointer;
	border-width: 0
}
.botonborrar{
	background-image: url(../img/borrar.jpg); 
	width: 50px; 
	height: 20px; 
	cursor: hand;
	cursor: pointer;
	border-width: 0
}
.cuadroA{
	cursor: hand;
	cursor: pointer;
	border-width: 0
}
.cuadroB{
	cursor: hand;
	cursor: pointer;
	border-width: 0
}
/* bloque cabecera fin */