﻿.inputTitulo {
	FONT-SIZE: 11px; 
	COLOR: #5e5e5e; 
	LINE-HEIGHT: 13px; 
	FONT-FAMILY: Tahoma, Verdana, Arial; 
	TEXT-DECORATION: none
}

.errorIngreso
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}
.atencion
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}
.commandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
A.commandButton:link {
    text-decoration:none;
    color: #0000FF;
}

A.commandButton:visited  {
    text-decoration: none;
    color: #0000FF;
}

A.commandButton:active   {
    text-decoration: none;
    color: #0000FF;
}

A.commandButton:hover    {
    text-decoration: underline;
    color: #0000FF;
}
    
.headerGrilla {
	MARGIN: 0px; 
	FONT: bold 12px Arial,Verdana,Helvetica; 
	WIDTH: auto; 
	COLOR: #fff; 
	BACKGROUND-COLOR: #7694bf
}

.itemsGrilla {	
	font-size: 11px;
	font-family: Tahoma;
	background: #e0e0e0
}
.alternatingItemGrilla
{
	font-size: 11px;
	font-family: Tahoma;
	background: #efefef
	}
	
.itemsGrillaFondoBlanco {	
	font-size: 11px;
	font-family: Tahoma;
	
}

.tablaLog{
border-style:solid;
background-color:#ffd564;
border: 1px #e8a800;
}

.itemsTablaLog{
	font-size:11px;
	font-weight: bold;
	color: #274b93;
	font-family: Tahoma;
}

.tablaIngresoDatos {
	BORDER-RIGHT: #999 1px dotted; 
	BORDER-TOP: #999 1px dotted; 
	BORDER-LEFT: #999 1px dotted; 
	BORDER-BOTTOM: #999 1px dotted; 
	
	
	FONT-SIZE: 11px; 
	COLOR: #5e5e5e; 
	LINE-HEIGHT: 13px; 
	FONT-FAMILY: Tahoma, Verdana, Arial; 
	TEXT-DECORATION: none;
}

.clmonth {
border-collapse: collapse;
}
.clmonth caption {
text-align: left;
font: bold 110% Georgia, "Times New Roman", Times, serif;
padding-bottom: 6px;
}
.clmonth th {
border: 1px solid #AAAAAA;
border-bottom: none;
padding: 2px 8px 2px 8px;
background-color: #CCCCCC;
color: #3F3F3F;
font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.clmonth td {
border: 1px solid #EAEAEA;
font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 2px 4px 2px 4px;
vertical-align: top;
}
.clmonth td.previous, .clmonth td.next {
background-color: #F6F6F6;
color: #C6C6C6;
}
.clmonth td.active {
background-color: #B1CBE1;
color: #2B5070;
border: 2px solid #4682B4;
}


.tabs {
    background-color: #274b93;
    border-color: #274b93;
}
.tabSeleccionado {
    background-color: #ef862c;
}

.commandButton2     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
    
A.commandButton2:link {
    text-decoration:none;
    color: #FFFFFF;
}

A.commandButton2:visited  {
    text-decoration: none;
    color: #FFFFFF;
}

A.commandButton2:active   {
    text-decoration: none;
    color: #FFFFFF;
}

A.commandButton2:hover    {
    text-decoration: underline;
    color: #FFFFFF;
}

