body{
	background-color: #EAEAEA;
	font-family: helvetica ,verdana , tahoma;
	font-size: 11pt;
	color: navy;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#divCabecera{	
	height:80px;
	background-color: #1B5693;
	background-position: 5px -10px; 
	background-image: url('../images/logoPortal.png'); 
	background-repeat:no-repeat; 
	border:none;
	vertical-align:middle;
	text-align:center;
	-webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
#divCabecera span{
	color:white;
	text-align:center;
	font-variant: small-caps;
	font-size: 14pt;
}
#divPie{
	background-color: #1B5693;
	height: 30px;
	-webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;	
	bottom: 0px;
	text-align:right;
	padding-right: 10px;
}
#divPie span{
	color:white;
	text-align:center;
	font-variant: small-caps;
	font-size: 8pt;
	vertical-align:bottom;
}
#divContenido{
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 450px;
	text-align:center;
}
#divLogin{
	padding-left:30%;
}
#divUser{
	right: 30px;
	float:right;
	position: relative;
	padding-top: 5px;
}
.liError{
  list-style-image: url("../images/exclamation.png");
  list-style-position: outside;
  vertical-align: middle;
  padding-left: 5px;
  color: red;
  font-weight: 800;
}
input[type="text"], input[type="password"], input[type="select"], select{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted black;
	color: black;
	font-family: courier, helvetica;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	
}
textarea{
	border: 1px dotted black;
	color: black;
	font-family: courier, helvetica;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;	
}
input[type="text"]:focus, input[type="password"]:focus, input[type="select"]:focus, select:focus, textarea:focus{
	background-color:#EAEAEA;
}
.botonAzul{
	background-color: #4683B1;
	border: 1px solid silver;
}

.botonGris{
	background-color: #5B5B5B;
	border: 1px solid #292C2D;
}
button, input[type="button"], input[type="submit"]{	
	-webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;	
	color: white;
	font-weight: 500;
	cursor: pointer;
}



.tdPasosActivo{
  background-image: url("../images/pasoActivo2.PNG");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 12px;
  color: white;
  width: 34%;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  
}
.tdPasosInactivo{
  background-image: url("../images/pasoInactivo.png");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 12px;
  color: black;
  width: 33%;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.subTitulo{
  font-size: 10pt;
  color: #1B5693;
  font-variant: small-caps;
  font-weight: 900;
  letter-spacing: 1px;
}
.tablaBaseH th{
  font-size: 10pt;
  color: #1B5693;
  font-variant: small-caps;
  font-weight: 500;
  text-align: center;
  border: 1px solid #1B5693;
 /* background-color: #1B5693;*/
  
}
.tablaBaseH td{
  font-size: 8pt;
  color: black;
  font-weight: 400;
  border-bottom: 1px solid #1B5693;
}
.tablaBaseH{
  border-spacing: 0px;
  text-align: center;
}

.tablaBaseV{
  border-spacing: 0px;
  text-align: justify;
  font-size: 8pt;
  color: black;
  font-weight: 400;
}
.tablaBaseV td:first-child{
  border-spacing: 0px;
  text-align: right;
  font-weight: 900;
  color: #415693;
  vertical-align: top;
 /* border-left: 1px solid #1B5693;*/
}
.tablaBaseV td:last-child{
  border-spacing: 0px;
  text-align: justify;
  vertical-align: bottom;
  /*border-right: 1px solid #1B5693;*/
  font-family: courier, helvetica;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-weight: 900;
}


.justifica{
  text-align: justify;
}
.derecha{
	text-align:right;
	padding-right: 10px;
}
.izquierda{
	text-align:left;
}
.centra{
	text-align:center;
}
.negrita{
	font-weight: 900;
}
.campoRequerido{
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  
  border-top-color: red;
  border-top-style: solid;
  border-top-width: 1px;
  
  border-right-color: red;
  border-right-style: solid;
  border-right-width: 2px;
  
  border-left-color: red;
  border-left-style: solid;
  border-left-width: 1px;
  
  background-color: rgb(255,240,240);
}
