﻿.tabla {
	border: 0;
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	border-collapse: separate;
	empty-cells: hide;
}


.tabla th {
	border: 1px #C0C0C0;
	border-style: solid;
	empty-cells: hide;
	background-image: url('/templates/silicontower-v2/images/tablas/fondo-header-2.gif');
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
	line-height: normal;
	vertical-align: middle; 
	font-weight: normal;
	white-space:nowrap;
}


td#tabla-columna-izquierda {
	text-align:left;
	padding-left:5px;
	background-color:white;
	font-weight:normal;
	color: black;
}

th#tabla-columna-izquierda {
	background-image:none;
}

#tabla-header {
        border: 1px #C0C0C0;
        border-style: solid;
        empty-cells: hide;
        background-image: url('/templates/silicontower-v2/images/tablas/fondo-header-2.gif');
        background-repeat: repeat-x;
        height: 22px;
        text-align: center;
        line-height: normal;
        vertical-align: middle;
        font-weight: normal;
	padding-top:0px;
	padding-bottom:0px;
 	white-space:nowrap;
}

#tabla-header-doble {
        border: 1px #C0C0C0;
        border-style: solid;
        empty-cells: hide;
        background-image: url('/templates/silicontower-v2/images/tablas/fondo-header-doble.gif');
        background-repeat: repeat-x;
        height: 33px;
        text-align: center;
        line-height: normal;
        vertical-align: middle;
        font-weight: normal;
	padding-top:0px;
	padding-bottom:0px;
 	white-space:nowrap;
}

#tabla-header-left {
        border: 1px #C0C0C0;
        border-style: solid;
        empty-cells: hide;
        background-image: url('/templates/silicontower-v2/images/tablas/fondo-header-2.gif');
        background-repeat: repeat-x;
        height: 22px;
        text-align: left;
        line-height: normal;
        vertical-align: middle;
        font-weight: normal;
        padding-top:0px;
        padding-bottom:0px;
	padding-left:5px;
	white-space:nowrap;
}




.tabla td {
	border: 0;
	border-bottom-width: 1px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	line-height: normal;
	padding-top:10px;
	padding-bottom:4px;
	vertical-align:middle;
	color: black;
	font-weight: normal;
}

