body{
     font-size: 62.5%;
}
/************************
PANELES ACCESO
*************************/
.paneles {
  margin-top:15px;
  margin-left:24px;
}

.panel-izquierdo, .panel-derecho {
  float: left;
  width: 220px;
  height: 176px;
  background-color: #F4F5FF;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 20px;
}
.texto-abajo {
  margin-top: 20px;
}
.texto-abajo .cuadro-texto {
  float: right;
  width: 140px;
  font: bolder 0.95em "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #00619A;
}
.texto-abajo label {
  float: left;
  padding-top: 3px;
}
.texto-abajo a {
  float: right;
  color: #666666;
  font-size: 0.95em;
  font-weight: bold;
  font-style: italic;
  margin-bottom:15px;
}
.texto-abajo .cuadro-texto, .texto-abajo label {
  margin-bottom: 5px;
}
.texto-arriba {
  font: bolder 1.1em "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #00619A;
  width: 140px;
  float: left;
}
.imagen1{
  background:url("../img/candado.png") no-repeat transparent;
  width: 45px;
  height: 45px;
  float: right;
}
.imagen2{
  background:url("../img/dnie.png") no-repeat transparent;
  width: 60px;
  height: 37px;
  float: right;
}
.boton {
  width: 100%;
}
.panel-derecho select {
  width: 100%;
  font: bolder 1.3em "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #00619A;
}
.panel-derecho .ajustar{
  height: 62px;
}
#Error {
	width:580px;
	font: bolder 1.3em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#FF0000;
}