/* ================================
    ESTILOS CSS PARA SITIO TARJETA NEVADA 
   ================================
*/   

/* BUSCADOR DE COMERCIOS */

.tnComerciosBuscadorTitulo
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D72F27;
}
.tnComerciosBuscadorCategoria
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.tnComerciosBuscadorValidez
{
	font-family: Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}
.tnComerciosBuscador
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}
.tnComerciosBuscadorTituloValidez
{
	font-family: Arial, Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #D72F27;
}
.tnComerciosBuscadorDatos
{
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
}
.tnComerciosBuscadorLinks
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #D72F27;
	text-decoration: none;
}
A.tnComerciosBuscadorLinks:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #D72F27;
	text-decoration: none;
}

A.tnComerciosBuscadorLinks:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #D72F27;
	text-decoration: none;
}

A.tnComerciosBuscadorLinks:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #D72F27;
	text-decoration: none;
}

A.tnComerciosBuscadorLinks:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #D72F27;
	text-decoration: underline;
}
.tnComercioLink
{
	font-family: Tahoma, Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #E6141D;
	text-decoration: none;
}
A.tnComercioLink:link
{
}

A.tnComercioLink:visited
{
}

A.tnComercioLink:active
{
}

A.tnComercioLink:hover
{
	font-family: Tahoma, Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #E6141D;
	text-decoration: underline;
}



/* FONDO DE LA PGINA */
/* fondo de la pgina del Header del Sitio */
.HeadBg {
}

/* Color de fondo para los contenidos de las pginas */
Body
{
}

/* Color y bordes del tab seleccionado */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* Estilo del texto del tab seleccionado */
.SelectedTab {
}

/* Estilo del hyperlink para el tab seleccionado */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #161E69;
}
.HeadInterno   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #F4A600;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    height: 25px;
}

.SubHeadRed    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #161E69;
    background-color: #e9edf4;
    border-bottom: #ef1820 1px solid;	
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    letter-spacing: 1px;
}

.NormalEspaciadoSimple
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}
.MensajeError {
	color: #ff0000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
	background-color: #F5F5F5;
    font-weight: normal;
}

/* Color de cajas de formularios */
.FormTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
	background-color: #f8f8f8;
    font-weight: normal;
}

.FormMensaje
{
	background-color: #FFF0B7;
	height: 30px;
	border-bottom: gray 1px solid; 
	border-left: gray 1px solid; 
	border-top: gray 1px solid; 
	border-right: gray 1px solid; 
}


.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #000000
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}

.CPCommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
P {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	letter-spacing: 1px;
}

H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #075EA3;
}

A:visited   {
	color: #075EA3;
}

A:active    {
	color: #075EA3;
}

A:hover {
	color: #990000;
	text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color: #8f8f8f;
	line-height: 16px;
}


UL LI   {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: "#0D2B71"; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	height:25;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: "#0D2B71"; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #0D2B71 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	text-align: center; 
	width: 15; 
	height: 22;
	border-left: white 0px solid; 
	border-bottom: #E9EDF4 1px solid; 
	border-top: #E9EDF4 1px solid; 
	border-right: white 0px solid;	
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	background-color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5); 
}
.MainMenu_MenuBreak {
	border-bottom: #ffffff 1px solid; 
	border-left: #E9EDF4 0px solid; 
	border-top: #ffffff 1px solid;  
	border-right: #E9EDF4 0px solid; 
	background-color: #E9EDF4; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #161E69;
	border-left: white 0px solid; 
	border-bottom: #E9EDF4 1px solid; 
	border-top: #E9EDF4 1px solid; 
	border-right: white 0px solid;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: white 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: white 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:90%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}
.tnBeneficiosTitulo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #264E96;	
}
.tnBeneficiosCategoria {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.tnBeneficiosValidez {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}
.tnBeneficiosBuscador {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFF8D9;
	vertical-align: middle;
}
.tnBeneficiosTituloValidez {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ef1d24;
}
.tnBeneficiosDatos {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f8f8f8;
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	border-top: gray 1px solid; 
	border-right: gray 1px solid;	
}
.tnBeneficiosDestacados {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC00;
}
.tnBeneficiosDestacados {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC00;
}
.tnBeneficiosDestacadosHome {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e3b89;
}
.tnBeneficiosDestacadosHome:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e3b89;
}
.tnBeneficiosDestacadosHome:Hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e3b89;
	text-decoration: underline;
}
.tnBeneficiosDestacadosHome:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e3b89;
}
.tnBeneficiosDestacadosHome:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e3b89;
}
.tnBeneficiosNoPublicado {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #FF0000;
}
.tnBeneficiosImagen {
	background-color: #FFF8D9;
}
.MapaTitulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 161E69;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	height: 24px;
	background-image: url(imagenes/Mapas/MfondoTitulo.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.FondoWeb
{
	background-image:url(imagenes/fondo-web.gif);
}

.MapaColumna1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: E60000;
	vertical-align: bottom;
}
.MapaColumna2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: 161E69;
	vertical-align: middle;
}
.MapaSeparador {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* ESTILOS DE TTULOS PARA TEXTOS DE CONTENIDOS */
.TextoTituloRojo {
	color: #990000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.TextoTituloAzul {
	color: #0d1664; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.TituloNormal {
	color: #161E69; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.LinksLocalidades {
	color: #075EA3; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}

/* NEVADA EN NMEROS */
.TablaNNumerosNormal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: D3151C;
	text-align: left;
	vertical-align: middle;
}
.TablaNNumerosIcono {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-image: url(imagenes/iconos/IconoNevada_ch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: D3151C;
}

/* BENEFICIOS TARJETA NEVADA */
.BeneficiosTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 161E69;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: D6141C;
}
.BeneficiosEsquina {
	background-image: url(imagenes/BeneficiosNevada/EsquinaTitulo.gif);
}
.BeneficiosTextNormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}
.BeneficiosTituloPleno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: D3151C;
	text-align: center;
}
.BeneficiosLineaPuntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: 636563;
}
.RequisitosTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: D3151C;
	text-align: left;
}
.RequisitosTextoNormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.RequisitosTextoListado {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.RequisitosSubtitulos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 161E69;
	text-align: left;
}
.CajaGrisFondo {
	background-image: url(../_default/Containers/NevaWeb/imagenes/CajaGrisTituloCentro.gif);
	background-repeat: no-repeat;
}


/* Estilo para la Visualizacion de Notas*/
.NotaCategoria
{
    font-weight: normal;
    font-size: 10;
    color: #ef1d24;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaTitulo
{
    font-weight: bold;
    font-size: 12px;
    color: #0d1664;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}

.NotaFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaFecha
{
    font-weight: normal;
    font-size: 7pt;
    color: #0d1664;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaDetalleCorto
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	letter-spacing: 0px;

}

/* Estilo para Visualizacin de 1 nota */
.NotaCategoriaAmpliada
{
    font-weight: normal;
    font-size: 10;
    color: #ef1d24;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaTitulo
{
    font-weight: bold;
    font-size: 12;
    color: #264E96;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaFuente
{
    font-weight: normal;
    font-size: 7pt;
    color: #264E96;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaFecha
{
    font-weight: normal;
    font-size: 7pt;
    color: #264E96;
    font-family:  Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;	
}

.NotaAmpliadaDetalle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	letter-spacing: 1px;
}

/* Estilo para Extracto */
.ExtractoTexto
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
	color: #505050;
}
.ExtractoTextoBold
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
	color: #505050;
}
.ExtractoTitulo
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #505050;
}
.ExtractoBordeTablaSup
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505050;
	font-weight: bold;
	bgcolor: #e9eef4;
	border-left: #b6b6b6 1px solid; 
	border-bottom: #b6b6b6 0px solid; 
	border-top: #b6b6b6 1px solid; 
	border-right: #b6b6b6 1px solid;
}
.ExtractoBordeTablaInf
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505050;
	font-weight: bold;
	bgcolor: #e9eef4;
	border-left: #b6b6b6 1px solid; 
	border-bottom: #b6b6b6 1px solid; 
	border-top: #b6b6b6 0px solid; 
	border-right: #b6b6b6 1px solid;
}
.ExtractoNombre
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EF1D24;
	font-weight: bold;
}
.ExtractoValor
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #393939;
	font-weight: bold;
}


/* Estilo para Simulador de Compras */
.SimuladorTitulo
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024188;
}
.SimuladorTituloResultado
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ef1d24;
}
.SimuladorCampos
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #393939;
}


/* Módulo LINKS */
.ModuloLinks
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
A.ModuloLinksHome:link
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
A.ModuloLinksHome:hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
A.ModuloLinksHome:visited  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

A.ModuloLinksHome:active   {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
/* Peliculas Cinemark */
.LinkMenuNuevo
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana;
    font-weight: bold;
    TEXT-DECORATION: none
}
.LinkHorarioNuevo
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #0d1664;
    FONT-FAMILY: Tahoma, Verdana
}


/* BUSCADOR DE CAJEROS */
.tnBuscadorCajerosHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}

.tnBuscadorCajerosDatos {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #264E96;	
}

.tnCines
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #264E96;
}

/* Estilo para encabezados de tablas de promociones*/
.HeaderTablaPromo
{
	background-color: #E3181E;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	height: 25px;
	vertical-align: middle;
}

.HeaderSecundarioTablaPromo
{
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	height: 25px;
	vertical-align:middle;
}
