﻿.ButtonAplicacion
{
  width: auto;
  height: 20px;
  color: #000000;
  background-color: #FFFFFF;
  border-style: none;
  text-align: left;
  cursor: hand;
}

.ButtonStandar
{
  color: #FFFFFF;
  background-color: #E9841A;
  border-style: none;
  background-image: url('../Imagenes/ButtonStandar.jpg');
  background-repeat: repeat-x;
    height: 22px;
}
.ButtonStandar:Hover
{
  background-color: #E9841A;
  border-style: none;
  background-image: url('../Imagenes/ButtonStandar_Hover.jpg');
  background-repeat: repeat-x;
}
.ButtonCalendar
{
  padding: 0px;
  margin: 0px;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  background-color: #E9841A;
  border-style: none;
  background-image: url('../Imagenes/ButtonStandar.jpg');
  background-repeat: repeat-x;
}
.ButtonCuadrado
{
  padding: 0px;
  margin: 0px;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  background-color: #E9841A;
  border-style: none;
  background-image: url('../Imagenes/ButtonStandar.jpg');
  background-repeat: repeat-x;
}

.CheckBox
{
  height: 20px;
}
.Label
{
  height: 14px;
}

.LabelTitle
{
  font-size:12pt;
  font-weight:bold;
  font-family:Arial;
  color:#343434;
}

.LabelBold
{
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
}
.LabelBoldSmall
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
}

.LabelTitleSmall
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color :#004890;
    font-style :italic;

}

.LabelTitleCorrect
{
  font-size:16pt;
  font-weight:bold;
  font-family:Arial;
  color:#004890;
  font-style:italic;
}

.LabelTitleIncorrect
{
  font-size:16pt;
  font-weight:bold;
  font-family:Arial;
  color:#BF0000;
  font-style:italic;
}

.LabelBodyMsg
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:#004890;
}
.LabelResalt
{
	font-size: 17px;
	font-weight: normal;
	color: #E9841A; /* 233,132,26 */
}

.ListBox200x50
{
  width: 200px;
  height: 50px;
}
.RadioButton
{
  height: 20px;
}
.SelectBox50
{
  width: 75px;
  height: 20px;
  background-color: #EAF4FF;
}
.SelectBox100
{
  width: 125px;
  height: 20px;
  background-color: #EAF4FF;
}
.SelectBox150
{
  width: 175px;
  height: 20px;
  background-color: #EAF4FF;
}
.SelectBox200
{
  width: 203px;
  height: 20px;
  background-color: #EAF4FF;
}
.SelectBox250
{
  width: 253px;
  height: 20px;
  background-color: #EAF4FF;
}
.SelectBox300
{
  width: 325px;
  height: 20px;
  /*background-color: #EAF4FF;*/
}

.SelectBox
{
  height: 20px;
  background-color: #EAF4FF;
}
.TextArea300x50
{
  width: 300px;
  height: 50px;
  background-color: #EAF4FF;
}
.TextArea300x100
{
  width: 300px;
  height: 100px;
  background-color: #EAF4FF;
}
.TextArea270x40
{
  width: 270px;
  height: 40px;
  background-color: #EAF4FF;
}
.TextBox30
{
  width: 30px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}
.TextBox50
{
  width: 50px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}
.TextBox100
{
  width: 100px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}
.TextBox150
{
  background-color: #EAF4FF;
}
.TextBox200
{
  width: 200px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}
.TextBox250
{
  width: 250px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}

.TextBox300
{
  width: 300px;
  /*height: 14px;*/
  background-color: #EAF4FF;
}
.TextBoxFolio
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FF0000;
  width: 150px;
  /*height: 14px;*/
  background-color: #EAF4FF;
  font-weight: bold;
}
.Revisar
{
  color: #006699;
  background-color: #FFFFCC;
  border: 1px dashed #006699;
  padding: 5px 10px 5px 10px;
  position: relative;
  /*width: 200px;*/
  z-index: 10;
  display: block;
  float: none;
}
.RevisarMini
{
  color: #FF0000;
  background-color: #FFFFCC;
  border: 1px dashed #FF0000;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 20px;
  z-index: 10;
  display: block;
  float: none;
}
.Nota
{
  font-size: 9px;
  color: #FF0000;
}
.RenglonPar
{
    background-color: #ECECEC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E5E5E5;
		height: 20px;
		min-height: 20px;
}
.RenglonImpar
{
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E5E5E5;
		height: 20px;
		min-height: 20px;
}
.RenglonPar:Hover
{
    border-style: none;
    background-color: #CEE9F2;
}
.RenglonImpar:Hover
{
    border-style: none;
    background-color: #CEE9F2;
}

.ButtonStandar2
{
	width: 60px;
	color: #FFFFFF;
	background-color: #E9841A;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	border-style: none;
	background-image: url('../Imagenes/ButtonStandar.jpg');
	background-repeat: repeat-x;
	vertical-align: middle;
}

.BtnMicroSitioBmer
{
	width: 100px;
	color: #fefefe;
	/*background-color: #E9841A;*/
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	border-style: none;
	/*background-image: url('../imagenes/Bancomer/btnMSBmer.png');*/
	/*ImageUrl="../imagenes/Bancomer/btnMSBmer.png";*/
	background-repeat: repeat-x;
	vertical-align: middle;
}


.saltopagina
{
 page-break-after: always;
}
