/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #ffffff;
}

a:hover
{
	font-size: 8pt;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.min
{
	font-size:xx-small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
}

.botones
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
}

.etiqueta
{
	font-size: 9pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}
.texto
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 8pt;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}

.texto_numero
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 8pt;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
	text-align: right;
}

.texto8pt
{
	font-size: 8pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}

.texto_tabla
{
	border-right: white 1px solid;
	padding-right: 1px;
	border-top: white 1px solid;
	padding-left: 1px;
	font-size: 7pt;
	padding-bottom: 1px;
	border-left: white 1px solid;
	padding-top: 1px;
	border-bottom: white 1px solid;
	font-family: 'Microsoft Sans Serif', Arial, Verdana;
}

.texto_blanco
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 7pt;
	border-left: black 1pt solid;
	color: white;
	border-bottom: black 1pt solid;
	font-family: 'Microsoft Sans Serif', Arial , Verdana;
}

.texto_rojo8
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 6pt;
	border-left: black 1pt solid;
	color: red;
	border-bottom: black 1pt solid;
	font-family: Verdana, 'Microsoft Sans Serif', Arial ;
}

.etiqueta_bold
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}
.etiqueta_bold_blanco
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
	background-color:Navy;
	color:White;
}

TD
{
	font-size: 9pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;	
}
.moneda
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	font-size: 9pt;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
	text-align: right;
}
.error
{
	font-weight: normal;
	font-size: 10pt;
	color: red;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}
.todo_error
{
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana;
}
.link
{
	font-size: 8pt;
	cursor: hand;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.encabezado
{
	font-weight: bold;
	color: white;
	font-family: Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: navy;
	text-align: center;
}

