/* Default CSS Stylesheet for a new Web Application project */

/*BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H3	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H4	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H5, DT	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H6	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

TFOOT, THEAD	{
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}

TH	{
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}


A:link	{
	text-decoration:	none;
	color:	#3333cc;
	}

A:visited	{
	text-decoration:	none;
	color:	#333399;
	}

A:active	{
	text-decoration:	none;
	color:	#333399;
	}

A:hover	{
	text-decoration:	underline;
	color:	#3333cc;
	}


SMALL	{
	font-size:	.7em;
	}

BIG	{
	font-size:	1.17em;
	}

BLOCKQUOTE, PRE	{
	font-family:	Courier New, monospace;
	}


UL LI	{
	list-style-type:	square ;
	}

UL LI LI	{
	list-style-type:	disc;
	}

UL LI LI LI	{
	list-style-type:	circle;
	}

OL LI	{
	list-style-type:	decimal;
	}

OL OL LI	{
	list-style-type:	lower-alpha;
	}

OL OL OL LI	{
	list-style-type:	lower-roman;
	}

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	} */
 .MenuGroup
{
	border-top-width: 2px;
	border-left-width: 2px;
	border-left-color: darkred;
	border-bottom-width: 2px;
	border-bottom-color: darkred;
	color: white;
	border-top-color: darkred;
	background-color: #cc0033;
	border-right-width: 2px;
	border-right-color: darkred;
}
.MenuItem {
  color:white;
  font-family:Tahoma;
  font-size:12px;
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}
.MenuItemOver
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: Tahoma;
	background-color: black;
	}
.es_la
{
	font-size: 8pt;
	color: #000066;
	font-family: Tahoma;
}
.es_titulo
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	background-color: #ff0033;
}
.es_tutulo2
{
	font-size: 8pt;
	color: #cc0000;
	font-family: Tahoma;
}
.error
{
	font-family:Tahoma,Arial;
	font-weight:bold;
	font-size:8pt;
	color:#CC0000;
}
.texts
     {
     font-family:Tahoma,Arial;
     font-size:8pt;
     color:#000066;
     border:#000066 1px solid;
     height:18px;
     }
.textsright
     {
     font-family:Tahoma,Arial;
     font-size:8pt;
     text-align:right;
     border:#000066 1px solid;
     color:#000066;
     height:18px;
     }
.textscenter
     {
     font-family:Tahoma,Arial;
     font-size:8pt;
     text-align:center;
     border:#000066 1px solid;
     color:#000066;
     height:18px;
     }
.combos
      {
      border:#000066 1px solid;
      font-family:Tahoma,Arial;
      font-size:7pt;
      color:#000066;
      height:20px;
      }
.buttoms
       {
       border:#000066 1px solid;
       font-family:Tahoma,Arial;
       font-size:7pt;
       color:#000066;
       background-color:Gainsboro;
       height:18px;
       }

.enlaces
       {
		font-family:Tahoma,Arial;
		font-size:7pt;
	   }
.labelbig
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:9pt;
		color:#000066;
		}
.labelsmallestred
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#CC0000;
		}
.labelsmallred
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#CC0000;
		}
.labelbigred
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:10pt;
		color:#CC0000;
		}	
.LabelSmallGraySoft
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:9pt;
		color:#4c4c4c;
		}	
.LabelBigDarkBlue
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:11pt;
		color:#003399;
		}
.LabelMediumGraySoft
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#4c4c4c;
		}
.labelsmallnavy
	   {
		font-family:Tahoma;
		font-weight:normal;
		font-size:10pt;
		color:#333333;
		}
.labelsmallnavybold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold ;
		font-size:7pt;
		color:#000066;
		}
.es_la_motos
		{
	font-size: 8pt;
	color: #000066;
	font-family: Tahoma;
	text-align: right;
}
.link
{
	font-size: 7pt;
	color: #000066;
	font-family: Tahoma;
}
.rowlite
{cursor:hand}
.CursorOnDate
{
   	cursor: hand;
}
.ClienteNombre
{
font-family:Tahoma,Arial;
font-weight:bold;
font-size:12pt;
color:#000066;
}
.ClienteTelefonos
{
font-family:Tahoma,Arial;
font-weight:normal;
font-size:7pt;
color:#cc0000;
}
.ClienteTelefonosBig
{
font-family:Tahoma,Arial;
font-weight:normal;
font-size:10pt;
color:#cc0000;
}
.ClienteEmail
{
font-family:Tahoma,Arial;
font-weight:normal;
font-size:7pt;
color:#999999;
}
.RBList
{
font-family:Tahoma,Arial;
font-weight:normal;
font-size:8pt;
color:#000066;
}
.DGHeader
{
color:#ffffff;
background-color:#cc0000;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
text-align:center;
vertical-align:middle;
padding:1,1,1,1;
border:solid,1,#ffffff;
text-transform:uppercase;
}
.DGItem
{
color:#000000;
background-color:#f4f4f4;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
vertical-align:middle;
padding:1,1,1,1;
border-color:#ffffff;
border-width:1;
}
.DGAlternatingItem
{
color:#000000;
background-color:#cccccc;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
vertical-align:middle;
padding:1,1,1,1;
border-color:#ffffff;
border-width:1;
}
.DGFooter
{
color:#ffffff;
background-color:#cc0000;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
text-align:center;
vertical-align:middle;
padding:1,1,1,1;
border-color:#ffffff;
border-width:1;
}
.DGPager
{
color:#cc0000;
background-color:#999999;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
font-weight:bold; 
text-align:center;
vertical-align:middle;
padding:1,1,1,1;
border-color:#ffffff;
border-width:1;
}
.HyperLinks
{
color:#000066;
font-family:Tahoma;
font-size:7pt;
font-style:normal;
text-align:center;
vertical-align:middle;
}	
/* Lista de nuevas funciones de estilos para los controles */
.TextBoxesLeftArialNarrow
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #cc0000;
	border-bottom: #dcdcdc 1px solid;
	font-family: "Arial Narrow",Arial;
	height: 18px;
	text-align: left;
}
.TextBoxesLeft
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	font-size: 8pt;
	color: #4c4c4c;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: left;
}
.TextBoxesCenter
{
	border-right: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	font-size: 8pt;
	color: #4c4c4c;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: center;
}
.TextBoxesRight
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	font-size: 8pt;
	color: #4c4c4c;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: right;
}
.TextBoxesRightRedNormal
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #cc0000;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: right;
}
.TextBoxesRightRedBold
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #cc0000;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
	font-weight:bold;
	height: 18px;
	text-align: right;
}
.TextBoxesRightGreenSoftNormal
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #339900;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: right;
}
.TextBoxesRightGreenSoftBold
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #339900;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
    font-weight:bold;
	height: 18px;
	text-align: right;
}
.TextBoxesRightBlueSoftBold
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #4169e1;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
	font-weight:bold;
	height: 18px;
	text-align: right;
}
.TextBoxesRightBlueSoftNormal
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: #4169e1;
	border-bottom: #dcdcdc 1px solid;
	font-family: Tahoma,Arial;
	height: 18px;
	text-align: right;
}
.DropDownList
{
	border-right: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	font-size: 8pt;
	color: #4c4c4c;
	font-family: Tahoma,Arial;
	height: 20px;
}
.FilePath
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	font-size: 8pt;
	border-left: #000066 1px solid;
	color: #000066;
	border-bottom: #000066 1px solid;
	font-family: Tahoma,Arial;
	height: 18px;
}
.Button
{
   border:#cc0000 1px solid;
   font-family:Tahoma,Arial;
   font-size:8pt;
   color:#cc0000;
   background-color:Gainsboro;
   height:18px;
}
.LabelMicroNavyNormal
{
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:6pt;
	color:#000066;
}
.LabelMicroNavyBold
{
	font-family:Tahoma,Arial;
	font-weight:bold ;
	font-size:6pt;
	color:#000066;
}
.LabelSmallNavyNormal
{
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:8pt;
	color:#000066;
}
.LabelSmallNavyBold
{
	font-family:Tahoma,Arial;
	font-weight:bold ;
	font-size:8pt;
	color:#000066;
}
.LabelMediumNavyNormal
{
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10pt;
	color:#000066;
}
.LabelMediumNavyBold
{
	font-family:Tahoma,Arial;
	font-weight:bold ;
	font-size:10pt;
	color:#000066;
}
.LabelBigNavyNormal
{
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12pt;
	color:#000066;
}
.LabelBigNavyBold
{
	font-family:Tahoma,Arial;
	font-weight:bold ;
	font-size:12pt;
	color:#000066;
}
.LabelMicroRedBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:6pt;
		color:#CC0000;
		}
.LabelMicroRedNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:6pt;
		color:#CC0000;
		}
.LabelSmallRedBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#CC0000;
		}
.LabelSmallRedNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:8pt;
		color:#CC0000;
		}
.LabelSmallRedAlertBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#CC0000;
		background-color:Yellow;
		}
.LabelSmallBlackBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:7pt;
		color:Black ;
		}
.LabelSmallBlackNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:7pt;
		color:Black;
		}
.LabelSmallWhiteBold
	   {
		font-family:Verdana,Arial;
		font-weight:bold;
		font-size:7pt;
		color:White;
		}
.LabelSmallWhiteNormal
	   {
		font-family:Verdana,Arial;
		font-weight:normal;
		font-size:7pt;
		color:White;
		}
.LabelSmallGreenSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#339900;
		}
.LabelSmallGreenSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:8pt;
		color:#339900;
		}
.LabelMediumGreenSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:10pt;
		color:#339900;
		}
.LabelMediumGreenSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:10pt;
		color:#339900;
		}
.LabelBigGreenSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:12pt;
		color:#339900;
		}
.LabelBigGreenSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:12pt;
		color:#339900;
		}
.LabelSmallBlueSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#4169e1;
		}
.LabelSmallBlueSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:8pt;
		color:#4169e1;
		}
.LabelMediumBlueSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:10pt;
		color:#4169e1;
		}
.LabelmediumBlueSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:10pt;
		color:#4169e1;
		}
.LabelSmallBlackBold
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:8pt;
		color:#000000;
		}
.LabelSmallBlackNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:8pt;
		color:#000000;
		}
.LabelMicroBlueSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:7pt;
		color:#4169e1;
		}
.LabelMicroBlueSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:7pt;
		color:#4169e1;
		}
.LabelMicroGreenSoftNormal
	   {
		font-family:Tahoma,Arial;
		font-weight:bold;
		font-size:7pt;
		color:#339900;
		}
.LabelMicroGreenSoftBold
	   {
		font-family:Tahoma,Arial;
		font-weight:normal;
		font-size:7pt;
		color:#339900;
		}
.BordeTabla {
	BORDER-RIGHT: #dddddd 1px solid; BORDER-TOP: #dddddd 1px solid; BORDER-LEFT: #dddddd 1px solid; BORDER-BOTTOM: #dddddd 1px solid
}
.BordeTablaFondoBlanco {
	BORDER-RIGHT: #dddddd 1px solid; BORDER-TOP: #dddddd 1px solid; BORDER-LEFT: #dddddd 1px solid; BORDER-BOTTOM: #dddddd 1px solid; BACKGROUND-COLOR: #ffffff
}
.BordeTablaLateralAmbos {
	BORDER-RIGHT: #dddddd 1px solid; BORDER-LEFT: #dddddd 1px solid;
}
.BordeTablaLateralIzq {
	BORDER-LEFT: #dddddd 1px solid;
}
.BordeTablaLateralDer {
	BORDER-RIGHT: #dddddd 1px solid;
}
.BorderTableVehFin {
	 border: solid 1px #C04000 ; BACKGROUND-COLOR:#ffc080;
}
.BorderTableVehSal
{
	border-right: #009900 1px solid;
	border-top: #009900 1px solid;
	border-left: #009900 1px solid;
	border-bottom: #009900 1px solid;
	background-color: #ccff99;
}
.BorderTableVehLoc
{
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 1px solid;
	background-color: #ffffcc;
}
.TableBlue
{background-color:#0066cc}
.TableGray
{background-color:#dddddd}
.TableRed
{background-color:#cc0000}
.TableGraySolid
{background-color:#cccccc}
.TableGrayLight
{background-color:#f4f4f4}