#form{
    max-width: 100%;
}
#form fieldset{
	border-radius: 4px;
    border: 1px solid #c06;
	padding: 30px;
}
#form fieldset legend{
	font-weight: bold;
}
input{
    border-radius: 4px;
}
.form-grupo{
    margin-bottom: 70px;
}

.form-grupo .etiqueta{
    width: 330px;
    display:inline-block;
}
.form-grupo input{
    display:inline-block;
}

.form-grupo .long1{
    width:100px;
}
.form-grupo .long2{
    width:250px;
}
.form-grupo .long3{
    width:500px;
}
.form-grupo .long4{
    width:700px;
}
.input-file{
	vertical-align:top;
    position:absolute;
    top:18px;
}
@media screen and (max-width: 960px) {

  .form-grupo .long2{
      width:50%;
  }
  .form-grupo .long3{
      width:50%;
  }
  .form-grupo .long4{
      width:50%;
  }
}

@media screen and (max-width: 795px) {
  .form-grupo .etiqueta{
      width: 45%;
  }

  .form-grupo .long2{
      width:50%;
  }
  .form-grupo .long3{
      width:50%;
  }
  .form-grupo .long4{
      width:50%;
  }
}

@media screen and (max-width: 600px) {
  .input-file{
      vertical-align:top;
      position:relative;
      top:18px;
      margin-bottom:35px;
  }
  .form-grupo .etiqueta{
      width: 100%;
  }

  .form-grupo .long2{
      width:100%;
  }
  .form-grupo .long3{
      width:100%;
  }
  .form-grupo .long4{
      width:100%;
  }
}
    
    
    

.form-grupo .form-fila{
    margin-bottom: 30px;
    position:relative;
}

.proteccion-izq, .proteccion-der{
    width:45%;
    font-size: 0.75em;
    display:inline-block;
    vertical-align: top;

}
.proteccion-izq{
    margin-right: 8%;
}


.consentimiento-select{
	display:inline-block;
	min-width:5%;
}
.consentimiento-texto{
	display:inline-block;
	width:75%;
	padding-left: 1%;
}
.container.sin-padding{
	padding-left: 0;
}

input[type="checkbox"]{
  position: absolute;
  top: 31px;
  width: 20px;
  height: 20px;
}

/* Hide the browser's default checkbox */
/*
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  .checkmark {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border:1px solid #aaa;
	border-radius:4px;
  }
  .checkmark:focus{
	outline-style:none;
	outline-width: 0;
	box-shadow: 0 0 0px 2px #cc0066;
	border:1px solid #cc0066;
}

.container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  .container input:checked ~ .checkmark {
	background-color: #cc0066;
	border-color:#cc0066;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
 .container {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  .container input:checked ~ .checkmark:after {
	display: block;
  }

  .container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } 
*/

/*

  *:focus {
    outline: none !important;
}
*/

  .select-css {
    /* font-size: 16px; */
    /* font-family: 'Verdana', sans-serif; */
    /* font-weight: 400; */
    color: #444;
    line-height: 1.3;
	padding:11px 10px;
	min-width:80px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #dcd7ca;
    /* box-shadow: 0 1px 0 1px rgba(0,0,0,.03); */
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../img/select-css.png'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 55%, 0 0;
    background-size: .65em auto, 100%;
    vertical-align: top;
    
}
.select-css:focus{
    outline:none !important;
	outline-style:none !important;
	outline-width: 0 !important;
	/* box-shadow: 0 0 0px 2px #cc0066; */
	border:1px solid #cc0066 !important;
}
.select-css:hover{
    outline:none !important;
	outline-style:none !important;
	outline-width: 0 !important;
	/* box-shadow: 0 0 0px 2px #cc0066; */
	border:1px solid #cc0066 !important;
}
.inpRound{
	border-radius: 4px !important;
	border:1px solid #dcd7ca;
	/* height:25px; */
	padding:7px 10px;
	font-size: 0.9em;
	vertical-align: top;
	display: inline-block;
}
.inpRound:focus{
	outline-style:none;
	outline-width: 0;
	/* box-shadow: 0 0 0px 1px #cc0066; */
	border:1px solid #cc0066;
}
.inpRound:hover{
	outline-style:none;
	outline-width: 0;
	/* box-shadow: 0 0 0px 1px #cc0066; */
	border:1px solid #cc0066 !important;
}

/*input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}*/



/* pop alert */
#pop-alert-fondo{
	position:fixed;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	background-color:rgba(0,0,0,0.7);
	z-index:10099;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .animar-opacidad{
	transition-property: opacity;
	transition-duration: 10s;
} */

.animar-opacidad {
	-webkit-animation: KEYFRAME-NAME 100ms forwards;
	-moz-animation:    KEYFRAME-NAME 100ms forwards;
	-o-animation:      KEYFRAME-NAME 100ms forwards;
	animation:         KEYFRAME-NAME 100ms forwards;
	/* animation-timing-function: ease-in-out;  */
  }
  
  @-webkit-keyframes KEYFRAME-NAME {
	  0%   { opacity: 0; animation-timing-function: ease-in-out; /* scale: 0.3; */}
	  100% { opacity: 1; /*animation-timing-function: ease-in-out;*/ /* scale: 1; */ }
  }
  @-moz-keyframes KEYFRAME-NAME {
	  0%   { opacity: 0; animation-timing-function: ease-in-out; /* scale: 0.3; */}
	  100% { opacity: 1; /*animation-timing-function: ease-in-out;*/ /* scale: 1; */ }
  }
  @-o-keyframes KEYFRAME-NAME {
	  0%   { opacity: 0; animation-timing-function: ease-in-out; /* scale: 0.3; */}
	  100% { opacity: 1; /*animation-timing-function: ease-in-out;*/ /* scale: 1; */ }
  }
  @keyframes KEYFRAME-NAME {
	  0%   { opacity: 0; animation-timing-function: ease-in-out; /* scale: 0.3; */}
	  100% { opacity: 1; /*animation-timing-function: ease-in-out;*/ /* scale: 1; */ }
  }

#pop-alert-cuadro{
	opacity: 0;
	position:fixed;
	border-radius:4px;
	background-color:#ffffff;
	z-index:99999;
	text-align:center;
	padding:45px 20px 15px;
	top: auto !important;
	left: auto !important;
	overflow: visible;
}
.pop-alert-title{
	font-weight: bold;
	color: #cc0066;
	margin-top: 20px;
	font-size: 1.2em;
	margin-bottom: 25px;
}
.pop-alert-txt{
	text-align:center;
	/* top:50%; */
	position:relative;
	/* margin-top:-30px; */
	padding:0 10px;
}
.pop-alert-p{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom: 1px solid rgba(207,140,6,0.35);
}
.pop-alert-icon{
	background-image: url('../img/pop-alert-icon.png');
	position: relative;
	margin:-72px auto 0;
	width:57px;
	height:57px;
}

.pop-alert-button{
	color:#cc0066; 
	text-decoration:none; 
	background:#fff; 
	padding:10px 15px; 
	border:#cc0066 2px solid; 
	border-radius:4px;
	font-weight:bold;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	/* display:block; */
}

.pop-alert-button:hover{
	color:#fff;  
	/* text-decoration:none;  */
	background:#cc0066; 
	/* border:#C9810A 2px solid;  */
	/* font-weight:bold; */
}
#boton_enviar{
	padding:20px 35px;
    background-color:#c06;
    border-radius:4px;
    border:0px !important;
    color:#fff;
    cursor:pointer;
}
#boton_enviar:hover{
	background-color:#1ad7a3;
    border:0px !important;
}
/* Resultados admin */
.cabecera{
	font-weight: bold;
}
table{
	/* border:1px solid #000 !important; */
	border-collapse: collapse;
}
td{
	border:1px solid #000;
	text-align: center;
	padding: 0 5px;
}
@media only screen and (max-width:800px) {
    .proteccion-izq, .proteccion-der{
        width:100%;
        font-size: 0.75em;
        display:inline-block;
        vertical-align: top;
  	}
	.proteccion-izq{
    	margin-right: 0;
  	}
    .proteccion-der{
	    border-top: 1px solid #999;
    	margin-top:60px;
        padding-top:60px;
    }
}
