﻿/*ESTILO 1 CON COLOR CAFE-GRIS*/
/*background-color:#dcc183; /*cafe y cambiar menus a bg3*/
/*
body 
{
	
	background:url('../../recursos/Colorfondo2.png');
	background-repeat:repeat-x;
	
}
#celda1,#celda2,#celda3,#tablaSup,#tablaInf,#content
{
	background-color: #cfc79b;	
}
#bannerLeft
{
	background: url(../../recursos/bannerLeft2.png) no-repeat;	
}
#bannerRigth
{
	background: url(../../recursos/bannerRigth2.png) #cfc79b no-repeat;
}
#bannerRigth2
{
	background: url(../../recursos/bannerRight21.png) no-repeat;
}
#esquinaSupIzq
{
	height:13px;
	background:url(../../recursos/fondoEzquinaSupTabla1.png) no-repeat;
}
#esquinaSupDer
{
	height:13px;
	background:url(../../recursos/fondoEzquinaSupTabla21.png) no-repeat;
}
#esquinaInfIzq
{
	height:13px;
	background:url(../../recursos/fondoEzquinaInfTabla1.png) no-repeat;
}
#esquinaInfDer
{
	height:13px;
	background:url(../../recursos/fondoEzquinaInfTabla21.png) no-repeat;
}
*/


/*ESTILO 2 CON COLOR CAFE CLARO*/
	/*background-color:#dcc183; /*cafe cambiar menu a bg4*/
	
body 
{

	background-color:#eeeeee;
}
#celda1,#celda2,#celda3,#tablaSup,#tablaInf,#content,#tablaImgEsquinaSupDer
{
	background-color: #dcc183;	
}
#bannerLeft
{
	background: url(../../recursos/bannerLeft.png) no-repeat;	
}
#bannerRigth
{
	background: url(../../recursos/bannerRigth.png) #dcc183 no-repeat;
}
#bannerRigth2
{
	background: url(../../recursos/bannerRight2.png) no-repeat;
}
#esquinaSupIzq
{
	height:13px;
	background:url(../../recursos/fondoEzquinaSupTabla.png) no-repeat;
}
#esquinaSupDer
{
	height:13px;
	background:url(../../recursos/fondoEzquinaSupTabla2.png) no-repeat;
}
#esquinaInfIzq
{
	height:13px;
	background:url(../../recursos/fondoEzquinaInfTabla.png) no-repeat;
}
#esquinaInfDer
{
	height:13px;
	background:url(../../recursos/fondoEzquinaInfTabla2.png) no-repeat;
}
