﻿body
{
}
.menu_navegacion
{
	font-size: 7pt;
	text-transform: capitalize;
	color: #999999;
	font-family: Verdana;
}
.menu_estados
{
	border-right: white thin solid;
	border-top: white thin solid;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	text-transform: capitalize;
	border-left: white thin solid;
	cursor: hand;
	color: white;
	border-bottom: white thin solid;
	font-family: Verdana;
	position: absolute;
	border-collapse: separate;
	background-color: #912147;
	text-align: center;
}
.nobutton_7_red
{
	font-size: 7pt;
	text-transform: capitalize;
	color: #912147;
	font-family: Verdana;
	text-decoration: underline;
	cursor: pointer;
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-color: transparent;
	width: 100%;
}
.nobutton_link
{
	font-size: 7pt;
	color: #912147;
	font-family: Verdana;
	text-decoration: underline;
	cursor: pointer;
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-color: transparent;
}

.nobutton_white
{
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
	cursor: pointer;
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-color: transparent;
}

/*__________________TABLERO________________________*/
.menu
{
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	background-color: transparent;
}
.menu_rollover
{
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	background-color: #cccccc;
}
.tablero_titulo
{
	font-family: Tahoma,Arial, Helvetiva;
	color: #ffffff;
	font-size: 9px;
	background-color: #902147;
	border-right: #902247 1px solid;
	border-top: #902247 1px solid;
	border-left: #902247 1px solid;
	border-bottom: #902247 1px solid;
	font-weight: normal;
	text-align: center;
}
.border_Right_bottom
{
	text-align: left;
	border-right: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
}
.borde_gris
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.dataTextLeft_red
{
	font-weight: bolder;
	font-size: 10px;
	color: #902147;
	font-family: Arial,Tahoma;
	border-color: #FFFFFF;
}

.my_vertical_text
{
	writing-mode: tb-rl;
	filter: flipv fliph;
	text-align: left;
	font-size: 9px;
	font-family: Tahoma,Arial, Helvetiva;
	background-color: #cccccc;
}

.vertical_text_border
{
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-size: 9px;
	color: #333333;
	font-family: Tahoma,Arial, Helvetiva;
	background-color: #cccccc;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	text-align: left;
}

.itemsTablero_Center
{
	font-family: Tahoma,Arial, Helvetiva;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.itemsTablero_Left
{
	font-family: Tahoma,Arial, Helvetiva;
	color: #333333;
	font-size: 9px;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	font-weight: normal;
	text-align: left;
}
.styleTablero
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.headerTablero
{
	font-size: 9px;
	color: #333333;
	font-family: Tahoma,Arial, Helvetiva;
	background-color: #cccccc;
}

.itemsTablero_Alternative
{
	font-family: Tahoma,Arial, Helvetiva;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	background-color: #E7E3E3;
}
.itemsTablero_Alternative_left
{
	font-family: Tahoma,Arial, Helvetiva;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	background-color: #E7E3E3;
	text-align:left;
}
.scroll_horizontal
{ overflow-y: hidden; overflow-x: auto;}


/* So the overflow scrolls */
.container {overflow:auto;}

/* Keep the header cells positioned as we scroll */
.container table th {position:relative;}

/* For alignment of the scroll bar */
.container table tbody {overflow-x:hidden;} 