﻿Body 
{
    background-color:#FFFFFF;
    font-family : "Tahoma";
    font-size : 10px;
    font-style : normal;
    font-variant : normal;    
    color : #000000;    
}
Font
{
	font-family : "Tahoma";
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	height : auto;
	color : #000000;
}
.TextoRojoMedium
{    
    font-size : 11px;
    color : #cd2020;
}
.TextoVerdeMedium
{    
    font-size : 11px;
    color : #41980c;
}
.TextoGrisMediumBold
{    
    font-size : 11px;
    color : #808080;
    font-weight : bold;
}
.TextoNegroMediumBold
{    
    font-size : 11px;
    color : #000000;
    font-weight : bold;
}
.TextoNegroBigBold
{    
    font-size : 12px;
    color : #000000;
    font-weight : bold;
}
.TextoNegroExtraBig
{
	font-size : 18px;
    color : #000000;
    font-weight : bold;
}
.TextoBlancoMedium
{    
    font-size : 11px;
    color : #FFFFFF;
}
.TextoBlancoMediumBold
{    
    font-size : 11px;
    color : #FFFFFF;
    font-weight : bold;
}
.TextoNaranjaMediumBold
{    
    font-size : 11px;
    color : #f39208;
    font-weight : bold;
}
Table
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;    
    color : #000000;
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;    
    color : #000000;
    text-decoration : none;
}
A:HOVER
{
    text-decoration : underline;    
}
A.LinkGrilla:ACTIVE, A.LinkGrilla:FOCUS, A.LinkGrilla:LINK, A.LinkGrilla:VISITED
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;    
    color : #FFFFFF;
    text-decoration : none;
}
A.LinkGrilla:HOVER
{
    text-decoration : underline;    
}
A.LinkDatos:ACTIVE, A.LinkDatos:FOCUS, A.LinkDatos:LINK, A.LinkDatos:VISITED
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;    
    color : #f39208;
    text-decoration : none;
    font-weight : bold;
}
A.LinkDatos:HOVER
{
    text-decoration : underline;    
}

SELECT
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;    
    color : black;
}
TEXTAREA
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;    
    color : black;
}
INPUT
{
    font-family : "Tahoma";
    font-size : 11px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;    
    color : black;
}
BUTTON
{
    font-family : "Tahoma";
    font-size : 10px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;    
    color : black;
}
SUBMIT
{
    font-family : "Tahoma";
    font-size : 10px;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;    
    color : black;
}
Div{}
.DivLinkNuevo
{    
    font-size : 14px;
    background-color : #f5b224;    
    font-weight : bold;
    color : White;
}
.divDatos
{    
    background-color : #EEEEEE;    
}
.TituloNegroBigBold
{    
    font-family : "Tahoma";
    font-size : 24px;
    font-weight : bold;
    color :Black;
}
/*MultiFileUpload*/
legend 
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 90%;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 100%;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
	    
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Subiendo */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Completado */
{
	border: solid 1px #0093DD;
	background-color: #D4EBF7;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 500px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 500px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}