@charset "utf-8";
/* CSS Document */
.tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	width: 1100px;
 
}
.tabla th {
 padding: 10px;
 font-size: 16px;
 background-color: #333333;
 background-image: url(fondo_th.png);
 background-repeat: repeat-x;
 color: #FFFFFF;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #333333;
 border-bottom-color: #333333;
 font-family: “Trebuchet MS”, Arial;
 text-transform: uppercase;
 }
 .tabla .modo1 {
 font-size: 16px;
 font-weight:bold;
 background-color: #ffffff;
 background-image: url();
 background-repeat: repeat-x;
 color: #000000;
 font-family: “Trebuchet MS”, Arial;
 }
 .tabla .modo1 td {
 padding: 10px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #ffffff;
 border-bottom-color: #ffffff;
 text-align:right;
 } 
.tabla .modo1 th {
 background-image: url();
 background-position: left top;
 font-size: 16px;
 font-weight:bold;
 text-align: left;
 background-color: #ffffff;
 background-repeat: no-repeat;
 color: #000000;
 font-family: “Trebuchet MS”, Arial;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #ffffff;
 border-bottom-color: #ffffff;
 }
.tabla .modo2 {
 font-size: 16px;
 font-weight:bold;
 background-color: #dddddd;
 background-image: url();
 background-repeat: repeat-x;
 color: #010101;
 font-family: “Trebuchet MS”, Arial;
 text-align:right;
 }
 .tabla .modo2 td {
 padding: 10px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #ffffff;
 border-bottom-color: #ffffff;
 }
 .tabla .modo2 th {
 background-image: url();
 background-position: left top;
 font-size: 16px;
 font-weight:bold;
 background-color: #ffffff;
 background-repeat: no-repeat;
 color: #000000;
 font-family: “Trebuchet MS”, Arial;
 text-align:left;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #ffffff;
 border-bottom-color: #ffffff;
 }
 .tabla .modo3 {
 font-size: 12px;
 font-weight:bold;
 background-color: #b80606;
 background-image: url();
 background-repeat: repeat-x;
 color: #f8f4f4;
 font-family: “Trebuchet MS”, Arial;
 text-align:right;
 }
 .tabla .modo3 td {
 padding: 5px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #8b2123;
 border-bottom-color: #8b2123;
 }
 .tabla .modo3 th {
 background-image: url();
 background-position: left top;
 font-size: 12px;
 font-weight:bold;
 background-color: #8b2123;
 background-repeat: no-repeat;
 color: #990000;
 font-family: “Trebuchet MS”, Arial;
 text-align:left;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #EBE9BC;
 border-bottom-color: #EBE9BC;
 }
