/* CSS2 by wwww.dolmance.com */

	/*tabla azul*/
.tabla-azul-top{
background:url(../img/t-azul/top.gif) no-repeat;
}
.tabla-azul-body{
background:url(../img/t-azul/body.gif) no-repeat;
}

.tabla-azul-bottom{
background:url(../img/t-azul/bottom.gif) no-repeat;
}


	/*tabla amarilla*/
.tabla-amarilla-top{
background:url(../img/t-amarilla/top.gif) no-repeat;
}
.tabla-amarilla-body{
background:url(../img/t-amarilla/body.gif) repeat-y top;
}
.tabla-amarilla-bottom{
background:url(../img/t-amarilla/bottom.gif) no-repeat;
}

	/*tabla top*/
.tabla-desc-top{
background:url(../img/t-desc/top.gif) no-repeat;
}
.tabla-desc-body{
background:url(../img/t-desc/body.gif) repeat-y top;
}
.tabla-desc-bottom{
background:url(../img/t-desc/bottom.gif) no-repeat;
}

	/*tabla mixta*/
.tabla-mixta-top{
background:url(../img/t-mixta/top.gif) no-repeat;
}
.tabla-mixta-body{
background:url(../img/t-mixta/body.gif) repeat-y top;
}
.tabla-mixta-bottom{
background:url(../img/t-mixta/bottom.gif) no-repeat;
}