
.contenedor_form{
	position:absolute;
	width:100%; 
	height:370px; 
}

.formulario .titulo{
	margin-top:-5px;
	margin-left:15px;
	font-weight:700;
}

.formulario .subtitulo{
	font-size:14px; 
	font-weight:700; 
	margin-top:-20px;
}

.formulario .botones{
	margin-top:18px; 
	right:0px;
	position:absolute;
	z-index: 999;
}



.botones .boton_cerrar{
	float:right; 
	margin-right:20px; 
	font-size:28px;
}

.botones .boton_guardar{
	float:right; 
	margin-right:18px; 
	font-size:28px;
}

.contenedor_input {
	position:absolute;
	width:70%;
	margin-left:15%;
	padding-top:120px;
	background:rgba(0,0,0,0); 
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	opacity:0;
	z-index:0;
}
	
	
.contenedor_input_{
	text-align:center; 
	color:rgba(255,255,255,1.00); 
	font-size:50px; 
	font-weight:900;
}

.contenedor_input ul{
}
.contenedor_input li{
	text-align:center;
	display: inline-block;
	list-style-type: none;
	width:100px; 
	height:50px; 
	margin: 0px 10px;
	font-size:12px;
	color:rgba(255,255,255,0.6);
}

.contenedor_input li img {
	width:70px; 
	/*padding-bottom:10px; 
	margin-left:-70px;*/
}

.contenedor_input input[type="text"]{
	background:none; 
	border:none; 
	color:rgba(255,255,255,1.00); 
	font-size:80px; width:300px; 
	text-align:center; 
	font-weight:700; 
	text-shadow:0px 0px 9px rgba(0,0,0,0.5); 
	height:90px;
	max-width:100%;
}

.contenedor_input input:focus{
	outline:0px;
}

.contenedor_input p{
	font-size:14px;
	font-weight:300; 
	color:rgba(255,255,255,0.54);
	height: 30px;
}

.unidad{
	width:20px; 
	margin:auto;
	padding-left:100px; 
	margin-top:-100px;
}

.unidad font{
	font-size:35px; 
	font-weight:700; 
	color:rgba(255,255,255,0.4);
}


.contenedor_loader{
  position:absolute; 	
  width:100%; 
  height:370px; 
  background:rgba(0,0,0,0.50); 
  visibility:hidden;
}


.msj{
	position:absolute;	
	width:100%; 
	height:370px; 
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	opacity:0;
}

.contenedor_msj{
	padding-top:130px;
	font-size:16px;
	font-weight:700;
	margin: 0 20%;
	text-transform: uppercase;
}

.btn_ok{
	width:50px;
	height:50px;
	margin:auto;
	border-radius:50%;
	margin-top:40px;
	border:3px solid rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}

.contenedor_si_no{
	width:125px; 
	margin:auto;
    text-align: center;
}

.btn_si{
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-top:40px;
	border:3px solid rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}

.btn_no{
	float:right;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-top:40px;
	border:3px solid rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}


.msj_error{
	background:rgba(255,0,4,0.6); 
}


.msj_ok{
	background:rgba(11,162,0,0.6);
}

.msj_alerta{
	background:rgba(255,134,0,0.6);
}


.mouseover{
	color:rgba(255,255,255,0.6);
	font-weight:700;
	margin-top:8px;
}


.opciones {

}
.opcion{
	position:absolute; 
	margin-top:20px; 
	width:100%; 
	text-align:center;
	opacity:0;
	font-size:32px;
}

.opcion p{
	margin-top:-2px;
	font-size:16px;
}

.sig{
	postion:absolute;
	z-index:99999;
}

.mostrar {
	opacity:1;
	z-index:999;
}

@media screen and (max-width: 500px) {
.opcion{
	font-size:22px;
	margin-top:27px;
}

.formulario .titulo{
	font-size:14px;
}
	
}
}