strong
{
color:red;
font-weight: normal;
}


table {
    border: 1px dashed #ccc;
    border-collapse: collapse;
    margin: 1em 0 0;
    width: 100%;
}

.tabla_angosta {
width:80%;
}

.centrado{
	text-align:center;
}

.centradonegro{
	text-align:center;
	font-weight:bold;
}

table th {
	font-size: 9px;
	font-weight: bold;
	padding-right: 2px;
	background: url("bitmaps/menu_filete_punteado.gif") left bottom repeat-x;
	padding-bottom: 3px;
	line-height:1;
}
#backgound_fila_a {
	color:#FFF;
	background:#808080;
}
#backgound_fila_b {
	color:#FFFFFF;
	background:#ff0000;
	padding:6px 0 6px 0;
}
table tr.sub th {
	font-weight: normal;
	font-size: 9px;
	height: 23px;
	padding-bottom: 0;
	background-image: url("bitmaps/indices_fondo.gif");
}
table tbody th {
	background: none;
	text-align:right;font-weight:normal;padding-right: 0.5em;color:gray;
}
table td {
	height: auto;
}
table .true {text-indent:-1999px;background: transparent url("bitmaps/ticket_2.gif") left center no-repeat;}



table thead th {
	background-color:#FFFFFF;
	padding-left: 5px;
	text-align:center;
	border-right: dashed 1px #BCC6D0;
	border-bottom: dashed 1px #BCC6D0;
	background:none;
	border-top: dashed 1px #BCC6D0;
	background: url("bitmaps/segmentada_izq.gif") left top repeat-y;
}
table tbody th {
	text-align:left;
	background-color:#f9fafd;
	border-bottom:dashed 1px #BCC6D0;
	border-left: dashed 1px #BCC6D0;
	border-right: dashed 1px #BCC6D0;
	padding-left: 5px;
}
table tbody td {
	border-bottom:dashed 1px #BCC6D0;
	border-right:dashed 1px #BCC6D0;
	text-align:right;
	padding-right: 0px;
	background-color:#f9fafd;
}

table tbody {
	background-color:#f9fafd;
}
table {
	width: 100%;
	margin: 1em 0 0 0;
	/*font-size: 100%;*/
	border-collapse: collapse;
}
.destacado{
	font-weight:bold;
	font-size:10px;
	background:#FFFFFF;
}
.subtitulo{
	font-weight:bold;
}
.alinear_derecha{
	text-align:right;
}

pre{
font-style:italic;text-align:justify;font-family:Verdana,Arial,Helvetica,sans-serif;
}



table#tabla_planes_web {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	width:741px;
}

table#tabla_planes_web tr td {
	text-align:center;
	padding:0 0;
	margin:0 0;
}

table#tabla_planes_web tr td {
	border:1px solid silver;
}

table#tabla_planes_web tr.cabecera td {
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:10px;
}

table#tabla_planes_web tr.oscuro td {
	background-color:#DDD;
}

table#tabla_planes_web tr.claro td {
	background-color:#F0F0F0;
}

table#tabla_planes_web tr td.titulo {
	background-color:#666;
	width:40px;
}

table#tabla_planes_web tr td.titulo_ini {
	background-color:#FFF;
}

table#tabla_planes_web tr td.destacado {
	color:#F00;
	font-weight:bold;
}


