@charset "utf-8";
/* CSS Document */

input[type="radio"] {
	width:24px !important;
	height:24px !important;
}

input[type="checkbox"] {
	width:30px;
	height:30px;
}

input[type="file"] {
	display:none;
}

.recordar {
	width:800px;
	float:left;
	/*margin-top:20px;
	margin-left:100px;
	margin-bottom:30px;*/
}

textarea {
	resize:none !important;
}

.recordar input[type="checkbox"] {
	float:left;
	width:25px;
	height:25px;
	margin-right:10px;
}

.textorecordar
{
	color: #7777777;
	/*font-size: 12px;*/
	width: 100px;
	float:left;
	margin-top: 3px;
}

/*PARA LOS SELECTS*/
.seleccionar {
	width:547px;
	height:53px;
	background: #fbfbfb;
	border: 1px solid #dddddd;
	font-size:22px;
	padding:12px;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:6px;
}

.contenedor {
	margin-right: auto;
	margin-left: auto;
	float:none;
	width:666px;
	font-family:Verdana, Geneva, sans-serif;
	color: #777;
	font-weight: normal;
}

.encabezado {
	padding:13px;
	width:640px;
}

.logo, .img_encabezado {
	display:block;
	margin-right: auto;
	margin-left: auto;
	float:none;
}

.img_encabezado {
	width:150px;
}

.linea_naranja {
	border-left: 10px solid #ff560b;
	width:640px;
	padding-left:7px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.contenido {
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	border: 2px solid grey;
	width:607px;
	padding:13px;
}

.bocadillo {
	border-radius:15px;
	background:#CCC;
	padding:15px;
	color:#000;
	box-shadow: 5px 10px 18px #888888;
	margin: 20px 0px 0px 0px;
	width: 575px;
	word-wrap: break-word;
}

/*QUITARLE AL HREF EL SUBRAYADO*/
a {
	text-decoration:none;
}

.etiqueta_textarea, .etiqueta_input {
	float:left;
	margin-bottom:5px;
	font-size:18px;
	font-weight:700;
	color:#666;
}

.etiqueta_input {
	padding-left:5px;
}

/*PARA TODAS LAS TABLAS*/
table {
	width:100%;
}

table td {
	padding:15px;
	padding-bottom:0px;
}


/*PARA EL LISTADO DE FORMACIONES*/
.tabla_formaciones {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-size:18px;
	color:#FFF;
	text-align:left;
	/*width:580px;*/
	width:600px;
}

.tabla_formaciones .celda {
	padding:5px;
	margin:5px;
	border-radius:10px;
	height:65px;
	overflow:hidden;
	float:left;
}

.tabla_formaciones .celda a {
	float:left;
	text-align:center;
}

.tabla_formaciones .color_celda_gris {
	background:#999;
}

/*BOTONES QUE HAY DEBAJO DE CADA FORMACIÓN (LISTADO FORMACIOENS)*/
.tabla_formaciones .celda .botones {
	width:165px;
	float:left;
}

.tabla_formaciones .celda .botones div {
	width:100px;
	height:30px;
	line-height:30px;
	border-radius:10px;
	color:#FFF;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}


/*BOTON DE BORRAR CON LA X*/
.boton_borrar {
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:700;
	font-size:32px;
	height:40px;
	text-align:center;
	padding:0px;
	line-height:40px;
	width:40px;
	display:block;
	cursor:pointer;
	margin-top:12px;
}


/*FORMATO LISTADO PREGUNTAS*/
.nivel_1 {
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	text-align:center;
	padding:0px;
}

.nivel_2 {
	font-size:20px;
	color:#333;
	padding:0px 0px 15px 0px;
}

.nivel_3 {
	font-size:16px;
	color:#666;
	padding:0px 0px 5px 15px;
}

.nivel_3 input[type="radio"] {
	display:block;
	width:50px;
	float:left;
	visibility:visible;
}


/*BOTONES DE BORRAR PARA LAS PREGUNTAS*/
.x_borrar_pregunta {
	height:30px;
	width:30px;
	color:white;
	background:#F44336;
	border-radius:15px;
	border:none;
	font-weight:700;
	font-size:20px;
	text-align:center;
	padding:0px;
	line-height:15px;
}

/*BOTONES DE BORRAR PARA LAS RESPUESTAS*/
.x_borrar_respuesta {
	height:24px;
	width:24px;
	color:white;
	background:#F44336;
	border-radius:12px;
	border:none;
	font-weight:700;
	font-size:18px;
	text-align:center;
	padding:0px;
	line-height:12px;
	margin-left:25px;
	margin-top:3px;
}

/*BOTÓN PARA AÑADIR PREGUNTAS DE FORMACIÓN*/
.boton_add_pregunta {
	background:#36F;
	border: 1px solid #36f;
	border-radius:5px;
	color:white;
	font-weight:700;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	display:block;
	text-align:center;
	line-height:26px;
	padding:0px;
}

/*BOTÓN PARA GUARDAR LOS DATOS DE FORMULARIO*/
.boton_guardar {
	background:#093;
	border: 1px solid #0C3;
	border-radius:20px;
	color:white;
	font-weight:700;
	font-size:25px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	padding:0px;
	margin-top:20px;
}


/**-----------------------------**/
/**ESTILOS PARA LA SWEET ALERT**/
/**-----------------------------**/
.swal_h2 {
	font-size:36px;
	line-height:45px;
	font-weight:600;
}

.swal_label {
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	font-size:32px;
}

.swal_input_text, .input_text {
	font-size:28px;
	height:36px;
	border-radius:18px;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #767676;
}

.swal_input_text {
	font-size:28px;
}

/*PARA LOS BOTONES DE ACEPTAR Y CANCELAR DE LA SWEETALERT*/
.swal_aceptar, .swal_cancelar, .swal_boton {
	font-size:32px;
	width:200px;
	padding: 10px 32px 10px 32px;
	margin-top:20px;
	color:#ffffff;
	font-weight:700;
	border-radius:3px;
	border:none;
	display:block;
	cursor:pointer;
}

.swal_aceptar_cancelar {
	float:left !important;
	margin-left:60px !important;
}

.swal_aceptar_cancelar_boton {
	float:left !important;
	margin-left:20px !important;
}

.swal_aceptar {
	background:#2b78c1;
	margin-left:auto;
	margin-right:auto;
}

.swal_cancelar {
	background:#999999;
}

.swal_cancelar_solo {
	margin-left:auto;
	margin-right:auto;
}

.swal_boton {
	background:#2b78c1;
}