/* IMPORTADO DESDE BACKOFFICE-QQ */
table, th, tr, td {
	border: 0;
}
table {
	background-color: #fff;
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 90%;
	padding: 4px;
	text-align: left;
}
table caption {
	color: #777;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
th {
	border-bottom: 1px solid #ddd;
	background-color: #B0C3D4;
	color: #395269;
	padding: 2px;
	height: 20;
	text-align: left;
}
tr.par {
	background-color: #fafafa;
}
tr.impar {
	background-color: #DDE5ED;
}
tr.par:hover, tr.impar:hover {
	color: #555;
	background-color: #F2FFC3;
}
td {
	color: #597EA1;
	padding: 2px;
}
table.paginador {
	background-color: #ddd;
	empty-cells: show;
	font-size: 90%;
	text-align: left;
}
/* FIN BACKOFFICE-QQ */


.datatab, .datatab th, .datatab td {
	border: 1px solid #BBB;
}	
.datatab {
	font-size: 10px;
	border-collapse: collapse;
}
.datatab th {
	background-color: #F3F3F3;
	color: #888;
	padding: 1px;
}
.datatab tr.par {
	background-color: #E6ECF2;
}
.datatab tr.impar {
	background-color: #F5F5F5;
}
.datatab td {
	vertical-align: top;
	padding: 1px;
}

.lighttab, .lighttab th, .lighttab tr, .lighttab td {
	border: none;
}	
.lighttab {
	font-size: 10px;
	border-collapse: collapse;
}
.lighttab th, .lighttab tr, .lighttab td {
	vertical-align: middle;
	padding: 1px;
}
.lighttab th {
	color: #666;
	background-color: #E9E9E9;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.lighttab tr.par {
	background-color: #F7F7F7;
}
.lighttab tr.impar {
	background-color: #E6ECF2;
}

/* weather */
table.weather-info {
	border: none;
	empty-cells: show;
	padding: 6px;
}
table.weather-info th {
	background-color: 

td.weather-current-conditions {
	background-color: #f00;
}