.tabla{
	margin-top: 5px;
	margin-bottom: 5px;
	border:#ffae60;
}
.tabla td {

    border-bottom-color:#fce0bc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

.tabla th {	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#000000;
    background:#ffae60;
}
/*  tabla con relleno blanco y lineas anaranjadas*/
.tabla2{
	margin-top: 5px;
	margin-bottom: 5px;
	border:#ffae60;
}
.tabla2 td {

    border-bottom-color:#ffae60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-top-color:#ffae60;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color:#ffae60;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-left-color:#ffae60;
	border-left-width: 1px;
	border-left-style: solid;
}

.tabla2 th {	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#000000;
    background:#ffae60;
}

/* tabla con relleno naranja y sin lineas  */
.tablaRellena{
	margin-top: 5px;
	margin-bottom: 5px;
	border:#ffae60;
}
.tablaRellena td {
    background:#fce0bc;	
    border-bottom-color:#fce0bc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}


.tablaRellena th {
    color:#000000;
    background:#ffae60;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.tabla2 th {	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#000000;
    background:#ffae60;
}

/* tabla con relleno naranja y con lineas naranja mas fuerte */
.tablaRellena2{
	margin-top: 5px;
	margin-bottom: 5px;
	border:#ffae60;
}
.tablaRellena2 td {
    background:#fce0bc;	
    border-bottom-color:#fce0bc;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	   border-bottom-color:#ffae60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-top-color:#ffae60;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color:#ffae60;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-left-color:#ffae60;
	border-left-width: 1px;
	border-left-style: solid;
}
.tablaRellena2 th {
    color:#000000;
    background:#ffae60;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}