/* para la etiqueta <body> del archivo index.htm*/
.general { background: white url("imgs/sepiaDipu.png"); background-repeat: no-repeat; background-position:  50% 7%;}
/* estilo de la tabla */
.fondopagina {background: white url("imgs/fondos/fPagAncho.png"); background-repeat:  no-repeat; background-position: top center; 0% 0%;}
.fondocorcho{background: white url("imgs/fondos/fCuad.png"); background-repeat: no-repeat; background-position: top center;}
.fondocelda{background: white url("imgs/fondos/celGr.png"); background-repeat: no-repeat; background-position: top left;}
.fondocelda2{background: white url ("imgs/fondos/celdaCuad2.png"); background-repeat: no-repeat; background-position: top left;}
.fondocelda3{background: white url ("imgs/fondos/celdaCuad.png"); background-repeat: no-repeat; background-position: top left;}
.fondoceldafin{background: white url("imgs/fondos/fCelAncho.png"); background-repeat: no-repeat; background-position: center left;}

/* para la etiqueta H2, que uso de encabezado de las páginas */
.encabezado { font-family: arial, helvetica, sans-serif; font-size: 16px; color: #b01b2f;}
/* para los textos de la etiqueta P */
.enunciado { font-family: arial, helvetica, sans-serif; font-size: 14px; color: #ffffff ;background-color: #b01b2f;}
.enunciado2 {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #b01b2f ;}
.dato { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000;}
.tabla { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff;}
.reducido { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #000000;}
.subrayado{font-family: arial, helvetica, sans-serif; font-size: 10px; color: #000055; }
.pequenho {font-family: arial, helvetica, sans-serif; font-size: 8px; color: #b01b2f;}
.celdafinal{font-family: arial, helvetica, sans-serif; font-size: 10px; color: #b01b2f;}
/*para las barras de separación*/
.barra {color:#b01b2f;width:300px;position: center;}


