/*﻿body
{
	background-color: #ECEBEB;
	color:#444;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}*/
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

body {
    font-family: 'Rubik', sans-serif;
}
.boton
{
  text-transform: uppercase;
  font-size: 20px;
  width: 240px;
  height: 60px;
  border-radius: 80px;
  line-height: 60px;
  text-align: center;
  border: 10px solid #009688;
  color: #009688;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: .3s;
}
.MainArea1
{
	width: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(fondo.gif);
	
}

.MainArea
{
	margin-left: auto;
	margin-right: auto;
        
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	width: 650px;
}


.FooterArea
{
	background-color: #ECEBEB;
	background-repeat: repeat-x;
	background-image: url(fondo2.gif);
	
	width: 100%;
	height: 15%;
	
}

.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;
}

.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;
	width: 650px;
	color: #999;
	margin: 0 auto;
}
.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;
}

/* 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: #EE2037; 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}
