@import url(https://fonts.googleapis.com/css?family=Open+Sans);


.contenedor-imagenes {
  margin-left: 250px;
  display: flex;
}

.contenedor-imagenes img:first-child {
  margin-right: 30px;
}


/*Page styles*/
html { height: 100%; }

/*body {
  height: 100%;
  margin: 0;
  background: #363636;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}*/

.boxes {
  margin: auto;
  padding: 20px;
  /*background:  #D9D6D1 ;*/
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 18px/20px 'Open Sans', Arial, sans-serif;
  color: #030200;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  /*border: 3px solid #6cc0e5;*/
  border: 3px solid #A9851D;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}





.readonly_style{
    background: #CFC5AE;
}

.purple-border textarea {
    border: 1px solid #ba68c8;
}
.purple-border .form-control:focus {
    border: 1px solid #ba68c8;
    box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, .25);
}

.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}


/**************************/



/***********************/


.label_ext{
    font-size:18px;
    font-weight: bold;
    padding-top:10px;
}
.readOnly {color:#808080;}


.obligatorio
{
   
   text-align: left;
   font-family: Ubuntu;
   color: red;
   

}

.bloqueo{
    width: 100%;
    height: 100%;
    font-family: Roboto;
    color: #000000;
    position: fixed;
    background-image: url('../../images/desktop/capa1.png');
    
    top:0;
    left: 0;
    text-align: justify;
    display: none;
}

.img_derecha{
  float: right;
  width: 50px;
  height: 50px;
  padding-left: 4px;  
}

.img_izquierda{
  float: left;
  width: 50px;
  height: 50px;
  padding-right: 4px;
  
  
    
}


.img_centrada{
  float: center;
  width: 50px;
  height: 50px;
    
}

.titulo{

  font-family: Roboto;
	color: #2A2323;
	font-size: 30px;
	text-align:center;
	padding: 5px;
	line-height:2;
    

}
.subtitulo{
    font-family: Roboto;
	color: #2A2323;
	font-size: 20px;
	text-align:center;
	padding: 5px;
	line-height:2;   
    
}
