body
{
	background-color: #ffffff;
	color:#444;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

.MainArea1
{
	width: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(fondo.gif);
	
}

.MainArea
{
	margin-left: auto;
	margin-right: auto;
        
	display: block;
}


.FooterArea
{

        background:#1A2D3F !important; 
        color: #fff !important; 
        position: relative !important; 
        border-top:5px !important; 
        padding: 20px !important;
        width: 100%;
        
}

.TextColorError     { color: #EE2037; }
.TextColorSecondary { color: #AAAAAA; }

.TextSizeXLarge     { font-size: 146%; display:none }
.TextSizeLarge      { font-size: 125%; }
.TextSizeSmall      { font-size: 92%;  }

.TextWeightBold     { font-weight: bold; }

.GroupXXLargeMargin { margin: 8px 0px 20px; }
.GroupXLargeMargin  {
	margin: 0px 0px 0px;
}
.GroupLargeMargin   { margin: 5px 0px 8px;  }
.GroupNormalMargin  { margin: 0px 0px 5px;  }

.Header
{
	color: #bfbfbf;
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
}

.MainActionContainer
{
	padding: 5px 0px 5px 10px;
	min-height: 130px;
        margin: 0 auto;
        width: 650px;
}

.TitleDiv
{
	width:100%;
	margin-bottom:20px;
	text-align: center; 
}

div.Divider
{
    border: 0px;
    border-top: solid 1px #cccccc;
    width: 100%;
    height: 0px;
    margin: 13px auto 0px auto;
}

input[type="text"], input[type="password"]
{
	width: 120px;
	border: solid 1px #707070;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF0B7;
}

input[type="radio"]
{
	color: #FFF0B7;
	
}


input[type="submit"]
{
	background-color: #c9e0f1;
	border: 1px solid #999;
	font-size: 9pt;
	height: 1.6em;
	width:70px;
	color: #333;
	padding-bottom:5px;
}

select
{
    min-width: 200px;
    max-width: 500px;
    margin: 5px 0 5px 0;
    height: 1.7em;
    font-size: 100%;
}

.UsernamePasswordTable
{
    margin-left: auto;
    margin-right: auto;
}

.UsernamePasswordTable td
{
    padding: 3px;
}

.RightAlign
{
	text-align: left;
}

.UsernamePasswordTable .Label
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 9pt;
}

.TitleLabel
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 12pt;
        font-weight:bold;
}

.NotRendered
{
    display: none;
}

.NotShown
{
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.Spinner
{
    display: block;
    margin: 40px auto 40px auto;
    text-align: center;
}


.RadioButtonGroup .Radio
{
    vertical-align: bottom;
    margin: 4px 0 4px -3px;
}

.Radio .CtrlTextRight
{
    padding-left: 4px;
}

input[type="submit"].Resizable
{
    width: auto;
}

.Indent1
{
    padding-left: 5px;
}

.Indent2
{
    padding-left: 27px;
}

.AnswerContainer
{
	margin-left: 20px;
}

.mesa
{
	padding: 5px 0px 5px 0px;
	min-height: 50px;
	text-align: center;
	color: #ccc;
	margin: 0 auto;
        width: 100%;
}
.mesa a:link
{
	text-decoration:none;
	color:#3768C1
}
.mesa a:visited
{ text-decoration:none;
}
.info
{
	padding: 4px 0px 3px 0px;
	min-height: 12px;
	text-align: center;
	width: 650px;
	color: #999;
	margin: 0 auto;
}
.info a:link
{
	text-decoration:none;
	color:#3768C1
}
.info a:visited
{ text-decoration:none;
}
.info2
{
	text-align: left;
	color: #ccc;
	margin: 0 auto;
}
.HeaderArea
{

        background:#1A2D3F !important; 
        color: #fff !important; 
        position: relative !important; 
        padding: 5px 10px 5px 20px;
        
}
/* Estilos Adicionales de prueba*/
#UsernameTextBox {
	width: 120px;
	border: solid 1px #707070;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #c9e0f1;
}
#PasswordTextBox  {
	width: 120px;
	border: solid 1px #707070;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #c9e0f1;
}
#ErrorTextLabel { 
color: #ed122b; font-size: 92%;
}
#SubmitButton {
	background-color: #FC0;
	border: 1px solid #999;
	font-size: 9pt;
	height: 1.6em;
	width:70px;
	color: #333;
	padding-bottom:5px;
        
}
#ctl00_PageTitleLabel {display:none}
