El Galimatazo (celda3) *

Esta celda tiene la clase "celda1"

.celda1{
font: bold 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
border:1px dotted 5E93B5;
padding: 10px;
background-image: url(../imgs/fondo2.gif);
background-position: top right;
background-repeat: no-repeat;
}

Esta celda tiene la clase "celda2"

.celda2{
font: 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
border-top: 4px solid #5E93B1;
border-right: 1px dotted #416D89;
border-left:1px dotted #416D89;
border-bottom:none;
padding-top:10px;
padding-right:3px;
padding-left:20px;
padding-bottom:12px;
background-color:#EEEEEE;
}

Esta celda tiene la clase "celda 4"

.celda4{
width:200px;
height:200px;
border:1px dotted #DDDDDD;
}

*.celda3{
background-image: url(../imgs/fondo1.gif);
background-repeat: repeat-x;
font: bold 18px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:white;
padding:4px;
background-color:#5C909A;
}