body {
 /*margin-top: 0px;*/
 /*margin-left: 0px;*/
 /*background: #18189C;*/
 /*width: 99%;*/
 color: black;
 /*font: 14px/1.05 monospaced;*/
 margin-top: 0pt;
 margin-left: 0pt;
 background-color: #FFFFFF; 
 background-repeat: repeat; 
 background-position: center;
}

/* fuente para migracion */ 
@font-face {
	font-family:'Raleway-Regular';
	src: 
	url(static/css/fonts/Raleway-Regular.ttf) format('ttf'),
	url(static/css/fonts/Raleway-Regular.woff) format('woff'),
	url(static/css/fonts/Raleway-Regular.eot) format('eot');
  }

.celdaPlanilla {
  border: thin solid black;
}

.campoEntrada {
  text-align: left;
  color: black;
  /*border: none;*/
  height: 18px;
  font: 12px monospaced;
}

.descripCelda {
  text-align: left;
  color: black;
  border: none;
  height: 16px;
  font: normal 14px monospaced;
}

.tituloCeldaSecundaria {
  text-align: center;
  color: #000000;
  border: none;
  height: 11px;
  font: 11px monospaced;
}
.tituloCeldaSecundariaPSE {
  text-align: justify;
  color: #000000;
  border: none;
  height: 11px;
  font-family: 'Raleway-Regular';
  font: 12pt;
}


.tituloCeldaPrincipal {
  text-align: center;
  color:#000000;
  height: 11px;
  font: bold 11px monospaced;
}
.tituloCeldaPrincipalPSE {
  text-align: left;
  color:#1491c2;
  height: 11px;
  font-family: 'Raleway-Regular,sans-serif';
  font-weight: lighter;
  font:  bold 11pt;
}

.estiloMarcoNoticias {
	margin-left: 5%;
	height: 100px;
	width: 430px;
	vertical-align: middle;
	text-align: center;
}

.estiloMarcoBotones {
	border-style: solid; 
	border-color: black black black black;
	margin-left: 15%;
	margin-right: 15%;
	height: 200px;
	width: 500px;
	vertical-align: middle;
	text-align: center;
}

.noticiaNegro {
  text-align: center;
  color:#000000;
  height: 11px;
  font: bold 11px monospaced;
}

.noticiaRojo {
  text-align: center;
  color:#FF0000;
  height: 11px;
  font: bold 11px monospaced;
}

.boton {
  /*height: 18px;*/
  /*font:  bold 12px monospaced;*/
  /*color: white;*/
  /*background: #000080;*/
}

.celdaGrisCentro {
	background-color: #CDD2D8;
	font-size: 10pt;
	border: thin solid gray;
	vertical-align: middle;
	text-align: center;
    color: #000000;
    height: 11px;
    font: bold 11px monospaced;
}

.celdaBlancoCentro {
	background-color: #FFFFFF;
	font-size: 10pt;
	border: thin solid gray;
	vertical-align: middle;
	text-align: center;
    color:#000000;
    height: 11px;
    font: 11px monospaced;
}

.celdaGrisIzquierda {
	background-color: #CDD2D8;
	font-size: 10pt;
	border: thin solid gray;
	vertical-align: middle;
	text-align: left;
    color: #000000;
    height: 11px;
    font: bold 11px monospaced;
}

.celdaBlancoIzquierda {
	background-color: #FFFFFF;
	font-size: 10pt;
	border: thin solid gray;
	vertical-align: middle;
	text-align: left;
    color:#000000;
    height: 11px;
    font: 11px monospaced;
}
div.ui-datepicker{ 
	font-size:13px;
	}

.tipo_sln{
 width:40px; !important
}

.comentarioActividad{
  display: block;
  width: 30em;
  text-align: justify;
  font-size: .104166667in;
  color: #666;
}

