* {
  box-sizing:border-box
}

body {
  font-family: serif;
  color:#cdcdcd;
}

.cen {
  position:absolute;
  top:50%;
  left:50%;
}

input {
  font-family: 'edizon-titulo', serif;
  font-size: 16px;
  color: #FFF;
  height: 30px;
  border: solid 0px;
  color: #444;
  padding-left:10px;
  background-color: #efefef;
  border-radius: 5px;
}

.login1 {
	 width:250px;
	 background-color: #4C4A6D;
	 border-radius: 4px;
	 border: none;
	 height:30px;
	 padding-left: 10px;
	 color:#FFF;
}

.boton {
  font-family: 'edizon-titulo',Arial;
  font-size:16px;
  font-weight: bold;
  width:100px;
  height:40px;
  border-radius: 4px;
  float:left;
  text-align: center;
  margin-top:10px;
  cursor:pointer;
  padding-top:12px;
}

.boton.rojo {
  background-color: #DD5049;
  color:#FFFFFF;
}

.boton.rojo:hover {
  background-color: #D83632;
}

.boton.amarillo {
  background-color: #EAC800;
  color:#000000;
  margin-left:10px;
}
.boton.amarillo:hover {
  background-color: #E8A600;
}

.boton.verde {
  background-color: #068CF9;
  color:#FFFFFF;
}

.boton.verde:hover {
  background-color: #218E52;
}

.base-icon {
  width:16px;height:16px;float:left;border:solid 0px #FF0000
}

.columna {
  font-family:SnBold;width:30px;background-color:#EFEFEF;line-height:30px;padding-left:10px;font-weight:bold;font-size:14px
}

.mensaje {
  display:none;position:absolute;top:50%;left:50%;width:300px;height:160px;margin-top:-70px;margin-left:-150px;float:left;border:solid 1px #FFFFFF;border-radius:4px;border:solid 5px #131526;background-color:#131526;padding:10px;text-align:center
}
.mensajeClose {
  cursor:pointer;position: absolute;bottom:10px;left:100px;width:100px;height:40px;float:left;border:solid 0px #FFFFFF;border-radius:4px;background-color:#0071BC;padding:12px;text-align:center;font-weight:bold
}

.fondo-sup {
	 width:100%;
	 background-color:#292961;
	 top:0px;
	 position: absolute;
	 position:fixed;;z-index:9999;
	 height: 50px
}

.workspace-titulo {
  list-style-type: none;
  font-family: 'edizon-titulo','UniversLTStd-Cn','Open Sans';
  font-size:20px;
  font-weight: bold;
  line-height: 40px;
  margin-top:60px;
  margin-left:60px;
  color:#293e40;
}

.popup-titulo {
  list-style-type: none;
  font-family: 'edizon-titulo','UniversLTStd-Cn','Open Sans';
  font-size:16px;
  font-weight: bold;
  line-height: 20px;
  color:#293e40;
}

.gris {
	 clear:both;
	 float:left;
}

.ws-row {
  font-family:'colfax-regular';font-size:12px;float:left;border:solid 0px #0000FF
}

a:link {
  text-decoration: none;
  color:#444;
}
a:hover {
  text-decoration: none;
  color:#068CF9;
}
a:visited {
  color:#444;
  text-decoration: none;
}

.tnormal {
	 border:none;
	 border-collapse:collapse;
	 box-sizing:border-box;
	 color:#383838;
}
.tnormal tr th{
	 background-color:#5b5b5b;
	 height: 30px;
	 border-left: 0px solid #444444;
}
.tnormal tr {
	 background-color:#505050;
}

.tnormal tr:nth-child(odd){
	 background-color:#F6F6F6;
}

.tnormal tr:nth-child(even){
	 background-color:#EAECEE;
}

#msg-result {
	 width: 100%;
	 background-color: #007bbc;
	 color: #FFFFFF;
	 height: 50px;
	 line-height: 50px;
	 border-radius: 4px;
	 position: fixed;
	 bottom: 0px;
	 left: 0px;
	 z-index: 2000;
	 font-family: 'edizon-titulo';
	 font-size: 18px;
	 font-weight: bold;
	 text-align: center;
	 display: none;
}

.wb {
  color:#FFF;
  font-family:'edizon-titulo'
}


a.ayellow:link {
  text-decoration: none;
  color:#F4F40B;
}
a.ayellow:hover {
  text-decoration: none;
  color:#F4F40B;
}
a.ayellow:visited {
  color:#F4F40B;
  text-decoration: none;
}

.bodyhome {
  background-color:#292B60;font-family:'edizon-normal',Arial;font-size:16px
}
