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: normal;
}
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);
}
.fsDatos{
	width: 96%;
	margin: 1em 2%;
	padding: 1em 0;
	border: 3px silver;
	border-style:outset;
}
.fsDatos table{
	width: 98%;
	margin: 0 1%;
	border: 0;
}
.fsDatos table  th{
	border: 0;
	padding-top: 2em;
	padding-bottom: 0;
} 
.fsDatos table  td{
	border: 0;
	padding: 0;
} 
.fsDatos fieldset{
	border: 1px silver;
	border-style: solid;

}
.fsDatos input, select{
	width: 90%;
	margin: 0 5%;
}
.botonImpresiones{
	width: 35em;
	height: 3em;
	margin-top: 1em;
}
.spanLogin{
	font-size: 0.8em;
	font-style: italic;
}
.tituloGrande{
	font-size: 1.5em;
	font-weight: bolder;
	text-decoration: underline;
}
.divPlantel{
	/*vertical-align: middle; !important;*/
	cursor: pointer;
	margin-bottom: 1em;
	/*border: 1px solid red;*/
	padding: 0;
	height: 2em;
}
.divPlantel div{
	/*margin-bottom: 5px;*/
	/*padding-top: 5px;
	padding-left: 5px;*/
	padding-top: 2px;
	margin-left: 2em;
	color: black;
	font-weight: bolder;
	font-family: 'Titillium Web', sans-serif;
}
.divPlantel img{
	float: left;
}
.divPlantelDisabled{
	vertical-align: top;
	color: silver;
	/*text-decoration: line-through;*/
	font-style: italic;
}
.divFecha{
	margin-top: 6em;
	padding-left:30% !important;
	text-align: left !important;
	font-weight: normal;
	text-align: center;
}
.divFecha #hora{
	font-weight: normal;
	font-size: 120%;
	letter-spacing: 1px;
}

.ulErrores{
	/*padding-left:30% !important;*/
	text-align: left !important;
}
.horariosAtencion{
	display: none;
}
#horariosBacTrigger{
	display: block;
	cursor: pointer;
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: 3em;
	margin-right: 3em;
	font-weight: bolder;
	color: black;
}