﻿
body
{
    background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.texto {
    color: #005E9C;
    font-family: "HelveticaNeueLT Std Med Cn";
    font-size: 12px;
    text-align: right;
}
.titulosOpcion {
    color: #0099FF;
    font-family: "HelveticaNeueLT Std Med Cn";
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}


.texto1 {
    color: #0F2D42;
    font-family: "HelveticaNeueLT Std Med Cn";
    font-size: 16px;
    text-align: right;
}
.dvPpalLogin
{text-align:center;
 width:300px;
 margin: 20% auto 0 auto;
 padding: 5px;
 background-color:transparent;
 vertical-align:middle;
}

.erroMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}

.textoLblFormNormal
{   font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

.textoCampoNormal
{   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.dvPrincipal
{text-align:center;
 width:940px;
 margin: 10px auto 0 auto;
 padding: 5px;
 background-color:transparent;
}

.btnLogin
{
	background-image:url(../Images/btnMetal01.png);
	width:100px;
	height:24px;
	display:inline;
	border:0px;
	background-repeat:repeat-x;
	background-position:left top;
	color:#37393E;
	font-weight:bold;
	font-size:12px!important;
	background-color:transparent;
}
.btnLogin:active {
	background-image:url(../Images/btnMetal02.png);
	width:100px;
	height:24px;
	display:inline;
	border:0px;
	margin:10px;
	background-repeat:repeat-x;
	background-position:left top;
	color:#37393E;
	font-weight:bold;
	font-size:12px!important;
	background-color:transparent;
}
.btnLogin[disabled]:active {
	background-image:url(../Images/btnMetal01.png);
	width:100px;
	height:24px;
	display:inline;
	border:0px;
	margin:10px;
	background-repeat:repeat-x;
	background-position:left top;
	color:#37393E;
	font-weight:bold;
	font-size:12px!important;
	background-color:transparent;
}
.btnLogin[disabled]{
	background-image:url(../Images/btnMetal02.png);
	width:100px;
	height:24px;
	display:inline;
	border:0px;
	margin:10px;
	background-repeat:repeat-x;
	background-position:left top;
	color:#37393E;
	font-weight:bold;
	font-size:12px!important;
	background-color:transparent;
}

.tablaDatos {
    border-style: none;
    border-width: 1px;
    border-color: inherit;
    color: #99CCFF;
    padding: 2px;
    font-family: Arial;
    font-size: 10px;
}

.tablaDatos th {
    background-color: #336699;
    color: #CCCCCC;
    font-family: Arial;
    font-size: 12px;
}

.tablaDatos td {
    background-color: #666666;
    color: #CCCCCC;
    font-family: Arial;
    font-size: 9px;
}

.combo {
    border: 1px solid #0066FF;
    color: #3399FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #000000;
}

