	@charset "utf-8";
html{ 
	font-size:100%; 	
	/*font-family:Verdana, Geneva, sans-serif;*/
	
}
body{
	margin: 0; 	
	padding: 0;
	font-weight:normal;
	font-size:0.8em;
	color: #000;
	background-color: #FFF;
	min-width: 1060px;
	/*font-family:"Courier New", Courier, monospace;*/
}
/* Reset the container */
.container {
  max-width: none !important;
  width:100%;
}

h1{
	color:#000000;
	font-size: 2em;
	line-height:2em;
}
h1.titulo_pagina {
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	font-size: 1.5em;
	line-height:1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1.titulo_index {
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.5em;
	line-height:1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	color:#000000;
	font-size: 1.3em;
	line-height:1.2em;
}
h2.titulo_pagina {
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	font-size: 1.3em;
	line-height:1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2.titulo_capas {
	font-weight:bold;
	color:#00618b;
	font-size: 1.3em;
	line-height:1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3{
	color:#000;
	font-size: 0.95em;
	line-height:1.2em;
}
h4{
	color:#00618b;
	font-size: 0.95em;
	line-height:1.2em;
}

.margin_0{margin-left:0px; margin-right:0px;}
.margin_right_2{margin-right:2%;}


.padding_top_bootom_25{
	padding-top:25px;
	padding-bottom:25px;
}
.poadding_top_10{
	padding-top:10px;
}
.margin_top_5{margin-top:5px;}
.margin_top_10{margin-top:10px;}
.margin_top_25{margin-top:25px;}
.margin_top_30{margin-top:30px;}
.margin_top_50{margin-top:50px;}
.margin_top_150{margin-top:150px;}
.margin_bottom_5{margin-bottom:5px;}
.margin_bottom_10{margin-bottom:10px;}
.margin_bottom_25{margin-bottom:25px;}




.contenedor_header{
	padding-top:15px;
	padding-bottom:15px;	
	/*background: url('../images/fondo_oscuro.png') repeat scroll 25% 0px #e0e0e0;*/
	color:#000;
}
.contenedor_header a{
	color:#2588a7;
}
.contenedor_header a:hover{
	color:#000;
}
.contenedor_footer{
	/*background: url('../images/fondo_oscuro.png') repeat scroll 25% 0px #e0e0e0;*/
	background-color:#01203e;
}
.contenedor_footer a{
	color:#2588a7;
}
.contenedor_footer a:hover{
	color:#FFF;
}
 .cuadro {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 10px;
   /* box-shadow: 0px 0px 10px #C7BFB3;*/
		min-height:500px;

}


/***************** menu ***************************/
.enlace_menu_sub {
	font-size:1em;	
}

.titulo_menu {
	color:#000;	
	font-size:1.2em;
	font-weight:bold;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.separador_examen{
	border:#CCC 1px solid;
}
/***************** Contenido ***************************/
p{
	margin-top:0px;
}

div.fila_titulo{
	 font-size:1.2em;
	 color:#FFF;
	 font-weight:bold;
	 background-color:#003970;
	 padding: 5px 15px;
	 margin-bottom:15px;	 
	 border-radius: 5px;
	 border-bottom: 1px solid #00618b;
	  margin-top:15px;
}
div.fila_titulo2{
	 font-size:1.2em;
	 color:#000;
	 font-weight:bold;
	 background-color:#EFEFEF;
	 padding: 5px 15px;
	 margin-bottom:15px;	 
	 border-radius: 5px;
	 border-bottom: 1px solid #000;
	 margin-top:15px;
}
div.fila_respuesta{
	
	 border-bottom: 1px solid #CCC;
	 margin-bottom:0px;
	 margin-top:0px;
}
.over_sombra{
	background-color:#FFF;
	border-bottom: #EFEFEF 1px solid;
}
.over_sombra:hover{
	background-color:#F6F6F6;
}
.capa_padding{
	padding-top:5px;
	padding-bottom:5px;	
	
}
/*Tabla*/
.radio-inline, .checkbox-inline {
    padding-left: 5px;
}

.contenedor_nueva_foto{/*************************************************************/
	text-align:center;
	float:left;
	width:18%;
	margin-left:1%;
	border:0px; 
	border:1px solid #ccc; 
	font-size:15px; 
	color:#A1A2A4; 
	margin-top:5px;
	padding-top:5px;
}

img.thumb_contenedor_nueva_foto{/*************************************************************/
	height:70px;
	max-width:200px;
	margin-right:5px;
}
img.thumb_listado{/*logos en miniatura*/
	height:40px;
	max-width:150px;
	margin-right:5px;
}
img.thumb_listado_foto{/*fotos subidas*/
	height:40px;
	max-width:100px;
	margin-right:5px;
}
img.logo_mini{
	height:60px;
	/*max-width:50px;*/
	width:auto;
	margin-right:5px;
	vertical-align:middle;
}
img.ruta_normal{
	height:120px;
	/*max-width:50px;*/
	width:auto;
	margin-right:5px;
	vertical-align:middle;
}
img.logo_footer{
	max-width:200px;
	height:auto;
	
}
img.logo_cms{
	max-width:50px;
	height:auto;
	
}
#ayuda{
	font-size:0.9em;
	color:#666;
}
#no_publicado{
   color:#F00;
   font-weight:bold;
}
#publicado{
   color:#693;
   font-weight:bold;
}
#mensajes{
  color:#F00;
  font-weight:bold;
}
#mensajes_verde{
  color:#693;
}

.estado_ko{
   color:#F00;
   font-weight:bold;
}
.estado_ok{
   color:#693;
   font-weight:bold;
}
.estado_pte{
   color:#F90;
   font-weight:bold;
}
.estado_medio{
   color:#06F;
   font-weight:bold;
}


/********************* Contenedor imagenes *********************/
.contenedor_imagen_10{width:10%;}
.contenedor_imagen_15{width:15%;}
.contenedor_imagen_20{width:20%;}
.contenedor_imagen_25{width:25%;}
.contenedor_imagen_30{width:30%;}
.contenedor_imagen_35{width:35%;}
.contenedor_imagen_40{width:40%;}
.contenedor_imagen_50{width:50%;}
.contenedor_imagen_60{width:60%;}
.contenedor_imagen_70{width:70%;}
.contenedor_imagen_80{width:80%;}
.contenedor_imagen_90{width:90%;}
.contenedor_imagen_100{width:100%;}


/*++++++++++++++++++++enlaces++++++++++++++++++++++++*/
a {
	color:#003970;
	text-decoration: none;
}
a:hover{
	color:#000;
}


/*++++++++++++++++++++FORMULARIOS++++++++++++++++++++++++*/
.form-control {
    width: 100%;
	    padding: 2px 7px;
		height:auto;
		font-size:0.9em;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
input.inicio{
	padding:8px; 
	width:210px; 
	background-color:#EFEFEF; 
	color:#666; 
	border:0px; 
	margin-bottom:7px; 
	
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
	
}

textarea.texto{
	height:200px;
}
textarea.texto_editable{
	height:250px;
	
}
.mce-tinymce,  .mce-container, .mce-panel{
height:250px;
}
textarea.textarea_grande{
	height:200px;
}

input.boton_general:hover{
	color:#000; 
}

input.error{
	border-color: red;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #F00;
}


textarea.error{
	border-color: red;
}
.requisites{
	padding: 0 2px 0 2px;
	color: #fff;
	visibility:hidden;
}
.requisites.error{
	color: red;
	visibility:visible;
	font-weight:normal;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline,.control-label {
    padding: 2px 7px;
	background-color:#F6F6F6;	
    border-radius: 5px;
	border-bottom: 1px solid #FFF;
}

.form-horizontal .sin-fondo{
	background-color:#FFF;
	border-bottom: 0px solid #000;
	
}

.form_hidden{
	float:left;
	
}

.btn-primary {
    color: #FFF;
    background-color: #2588a7;
    border-color: #2e6da4;
	font-weight:bold;
}

.sin-fondo{
	background-color:#FFF;
	border: 0px solid #f29200;
}
.fondo_biblioteca{
	height:125px;
}
.contenedor_botones_archivo_biblioteca {
	position:absolute;
	bottom:0px;
	text-align:center;
	left:0;
	background-color: rgba(255, 255, 255, 0.8);
	width:100%;

	
}

.container-fondo-corporativo{
	/*background: url('../images/fondo_oscuro.png') repeat scroll 25% 0px #e0e0e0;*/
	background-color:#003970;
	color:#FFF;
	padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #C7BFB3;
}
.container-fondo-corporativo a{
	color:#FFF;
}
.container-fondo-corporativo a:hover{
	color:#999;
}

.container-sin-fondo{
	background-color:#FFF;
	border: 0px solid #f29200;
	padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px #C7BFB3;*/
}
.container_menuweb{
	background-color:#F6F6F6;
	padding-top:15px;

border-radius: 5px;
border-bottom: 1px solid #999;
	
}
.form-horizontal .label-sin-fondo{
	background-color:#FFF;
	border: 0px solid #f29200;
	border-bottom: 0px solid #999;

	padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    background: none repeat scroll 0% 0% #FFF;
    border-radius:5px;

}
.table > tbody > tr.sin_borde > td{
	border-top:0px ;
}

.tr_dragable .capa_handle{
	cursor:move;
}

.div_dragable{
	padding: 1px;
	line-height: 1.3em;
	vertical-align: top;
	border-top: 1px solid #DDD;
	padding-left: 2px;
	padding-right: 2px;
}
.capa_handle{
	cursor:move;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0px;
	margin-right:5px;
}


.checkbox_checked{
	color:#66ab37;
}

.checkbox_titulo{
	color:black;
	font-size:1.2em;
	border-bottom:#999 1px solid;
}
.ancho_25{/*seleccion de fechas y horas */
	width:20%;
	display:inline;
	
}
.ancho_15{/*seleccion de fechas y horas */
	width:10%;
	display:inline;
	
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px;
	padding-top:5px;
    line-height: 1.3em;
    vertical-align: top;
    border-top: 1px solid #DDD;
	padding-left:2px;
	padding-right:2px;
	font-size:0.95em;
}

/*Fontawesome*/
.fa{
	font-size:1.5em;
		margin:0 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
button .fa{
		font-size:1em;
}
a.fa-active{
	margin:0 3px;
	color:#2588a7;
}
a.fa-active-header{
	color:#FF0;
}
a.menu-active{
	font-weight:bold;

}
.fa-rojo{
	color:#F00;
	
}
.fa-aviso{
	color:#F90;
	
}
.fa-verde{
	color:#66ab37;
	
}
.fa-difuminado{
	color:#999;
	
}
.fa-corporativo{
	color:#00618b;
	
}

.btn-default {
    padding:  3px;
	background-color:#FFF;
	font-size:0.9em;
	
}


.fa-verde:hover, .fa-rojo:hover{
	color:#000;
	
}
footer{
	color:#FFF;
	
}

.aviso_contacto_error{
	background-color:#FCC;
	color:#000;
	font-size:1em;
	padding:15px;
	display:none;
	border:#F00 1px solid;
}
.aviso_contacto_ok{
	background-color:#CFC;
	color:#000;
	font-size:1em;
	padding:15px;	
	display:none;	
	border:#66ab37 1px solid;	
}


.has-error {
    color: #F00;
}
.has-error .form-control {
    border-color: #F00;
}

li{
	list-style-position:inside;
	/*list-style:none;*/
	
}
.fa.ordenar_arriba, .fa.ordenar_arriba_pregunta,  .fa.ordenar_abajo, .fa.ordenar_abajo_pregunta, .fa-chevron-circle-down, .fa-chevron-circle-up{
	font-size:1.5em;
	margin-left:7px;
		color:#f29200;

}
.ordenar_arriba:hover, .ordenar_arriba_pregunta:hover, .ordenar_abajo:hover, .ordenar_abajo_pregunta:hover, .fa-chevron-circle-down:hover, .fa-chevron-circle-up:hover{
	cursor:pointer;
	color:#000;
	
}

.panel-footer {
    background-color: #FFF;
	border-top: 0px solid #ddd;
}
.panel-default {
    border-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	width:100%;
}

a.enlace_boton {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    padding: 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    z-index: 0;
	color: #FFF;
	background-color: #f29200;
	border:#2e6da4 1px solid;
	font-weight: bold;
}

a.enlace_boton:hover{
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
	text-transform:none;
	text-decoration:none;
}

a.boton_ok {
	background-color: #690;
}

a.boton_ko {
	background-color: #F00;
}
a.certificado_definitivo{
	color:#00618b;
}

a.certificado_provisional{
	color:#00618b;
}
a.certificado_realizacion{
	color:#FC0;
	
}

a.certificado_realizacion:hover, 
a.certificado_provisional:hover,
a.certificado_definitivo:hover
{
	color:#000;
}

.container_resumen{
	background-color:#F6F6F6;
	padding:15px;
	border-radius: 5px;
	margin-top:15px;
	
}

.container_resumen_intento{
	background-color:#EFEFEF ;
	padding:15px;
	border-radius: 5px;
	margin-top:15px;
	margin-bottom:15px;
	
}
.modal-header {
	background-color:#333
}
.modal-header h1{
	color:#FFF;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
	background-color:#333
}

.form-group {
    margin-bottom: 0px;
}

.control-label {
    text-align: right;
	
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {

  margin-top:2px;
    margin-bottom: 2px;
}
label {
    margin-bottom: 3px;
	font-size:0.9em;
}

input[type="radio"], input[type="checkbox"] {
    margin:2px ;
    margin-top: 1px;
    line-height: normal;
}

.panel-body {
    padding:0px 15px;
    padding-bottom:15px;	
}

.panel-default {
    border-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-default {
    border-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.panel-default > .panel-heading {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	background-color: #003970;
	padding: 5px 15px;
	border-bottom: 1px solid #00618b;
	
	
}
.panel-default > .panel-heading h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#FFF;
	
	
}


.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px solid #000;
}

.panel .fa{
	font-size:1em;
	margin: 0px;
	text-shadow: 0 0px 0 rgba(0,0,0,0.5);
}


.panel-body li  {
    border-bottom: solid 1px #F6F6F6 ;
}
.panel-body > ul:first-child {
   padding-left:15px;
}


.panel-body ul {
	padding-left:15px;
	color:#999;
}

.panel-body li {
    line-height: 1.5;
}

.contenedor_breadcrumbs{
	padding:15px;
	
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 2px;
    margin-bottom: 2px;
}
.form-horizontal .radio-inline {
    background-color: #FFF;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline, .control-label {
    padding: 2px 7px;
    background-color: #F6F6F6;
    border-radius: 5px;
    border-bottom: 1px solid #FFF;
}


.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	margin:auto;
}

.ui-state-highlight{
	background:#F00;
	min-height:15px;
}
.contenedor_capas_titulo div{
	background-color: #f5f5f5;
	padding-top: 1px;
	padding-bottom: 1px;	
	line-height: 1.3em;
	vertical-align: top;
	border-top: 1px solid #DDD;
	font-size: 0.95em;

}
.contenedor_capas_titulo {
	background-color: #f5f5f5;
	color: #333;
	font-weight:bold;
	float:left;
	width:100%;
}

.contenedor_fila_capa_subapartado{
	width:100%;
	float:left;
}
.contenedor_fila_capa_subapartado:hover {
    background-color: #f5f5f5;
	width:100%;
	float:left;
}

.nivel2{
	background-color: #fcf8e3;
}


.ui-state-highlight-carpetas{

}
.ui-state-highlight-carpetas.ui-droppable-hover{
	opacity:0.5;
}


@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 15px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }


#dropzone {
  margin-bottom: 3rem; }

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white; }
  .dropzone .dz-message {
    font-weight: 400; }
    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem; }		
	  
	  
	  

 #actions {
      margin: 2em 0;
    }


    /* Mimic table appearance */
    div.table {
      display: table;
    }
    div.table .file-row {
      display: table-row;
    }
    div.table .file-row > div {
      display: table-cell;
      vertical-align: top;
      border-top: 1px solid #ddd;
      padding: 8px;
    }
    div.table .file-row:nth-child(odd) {
      background: #f9f9f9;
    }



    /* The total progress gets shown by event listeners */
    #total-progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the progress bar when finished */
    #previews .file-row.dz-success .progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the delete button initially */
    #previews .file-row .delete {
      display: none;
    }

    /* Hide the start and cancel buttons and show the delete button */

    #previews .file-row.dz-success .start,
    #previews .file-row.dz-success .cancel {
      display: none;
    }
    #previews .file-row.dz-success .delete {
      display: block;
    }
	
input[type="checkbox"].check_multiple{display:noneeeeee;}
input[type="checkbox"]+img{border:0px transparent solid;cursor:pointer;}
input[type="checkbox"]:checked+img{border:3px #000 solid;}

input[type="checkbox"]+div.fondo_biblioteca{border:0px transparent solid;cursor:pointer;}
input[type="checkbox"]:checked+div.fondo_biblioteca{border:3px #000 solid;}

input[type="radio"].check_multiple{display:none;}
input[type="radio"]+img{border:3px transparent solid;cursor:pointer;}
input[type="radio"]:checked+img{border:3px #000 solid;}

input[type="radio"]+div{border:3px transparent solid;cursor:pointer;}
input[type="radio"]:checked+div{border:3px #000 solid;}

input[type="file"] {    display:inline;}

.contenedor_inputs{
	border:#DDD 1px solid;
	margin-bottom:25px;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFF;
}
.contenedor_inputs h3 {
    color: #000;
    font-size: 1.4em;
    line-height: 1.2em;
	
}
.btn-default {
    padding:  3px;
	background-color:#F6F6F6;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	font-size:0.9em;
	
}
tr.info{
	background-color:#999;
	
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color:#EFEFEF;
}

iframe{
	/*height:250px;*/
	
}

.month_year_datepicker .ui-datepicker-calendar {
    display: none;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color:#f6adad;
}

.table > tbody > tr.primary > td, .table > tbody > tr.primary > th, .table > tbody > tr > td.primary, .table > tbody > tr > th.primary, .table > tfoot > tr.primary > td, .table > tfoot > tr.primary > th, .table > tfoot > tr > td.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > thead > tr.primary > th, .table > thead > tr > td.primary, .table > thead > tr > th.primary {
    background-color:#adccf6;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color:#f6e0ad;
}