label {
	color : darkslateblue
}

.text-box
{
	border-radius : 15px !important
}

.numero
{
	text-align: right;
}

.obligatorio
{
	color: red
}

.overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}

.parsley-required {
	color: red;
	font-size: small;
}

.parsley-type {
	color: red;
	font-size: small;
}
.parsley-pattern
{
	color: red;
	font-size: small;
}


.veinte{

  width : 20%!important;

}

.cincuenta{

  width : 50%!important;

}

.treinta{

  width : 30%!important;

}


.cuarenta{

  width : 40%!important;

}

.diez{

  width : 10%!important;

}

.cinco {

  width : 5%!important;

}

.tres {

  width : 3%!important;

}

.uno {
    width : 1%!important;
}

.dos {
    width: 2%!important;
}

.ochenta{

  width : 80%!important;

}

.noventa{

  width : 90%!important;

}

.texto-justificado p{
    text-align: justify !important;
}

.alinear-derecha {
    text-align: right;
}

.texto-grande
{
	font-size: x-large;
}

.historial {
  font-size:small;
  margin-left: 20px;
  color:darkred;

}

#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #99bfc7;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#accept-cookies {
    background-color: blue; !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}