@charset "utf-8";
/* CSS Document */

body{
	/*background:url(../img/paper_02.png) repeat #477fae;*/
	margin:0px;
	border:0px;
	font-family: "Source Sans Pro",sans-serif;
}

/* ESTILOS PARA LOS CONTENEDORES*/
.contenedorPrincipal{
	width:100%;
	min-height: 100%;
	height:auto!important;
	height:100%;
	float:right;
}

.content{
	position:relative;
	min-height:420px;
	height:auto!important;
	width:85%;
	margin-left:5%;
	margin-top:120px;
}


/*ESTILOS DE BOTONES*/
.botones{
	position:fixed;
	text-align:center;
	width:90px;
	/* padding-left:10px; */
	top:23%;
	/* left:87%; */
	right: 3%;
	z-index:1;
}

.botonAccionLateral{
	display: block;
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
	color: #a7a7a7;
	margin: 20px;
	width: 52px;
	height: 52px;
	position: relative;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	cursor:pointer;
}

.botonAccionLateral:hover{
	background: #f5f5f5;
}

.botonAccionLateral:before{
	content: "";
	display: block;
	background: #fff;
	border-top: 2px solid #ddd;
	position: absolute;
	top: -8px;
	left: -8px;
	bottom: -8px;
	right: -8px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: inset 0px 8px 48px #ddd;
}

.botonMenuPrincipal{
	display: block;
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
	color: #a7a7a7;
	margin: 20px;
	width: 100px;
	height: 100px;
	position: relative;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	cursor:pointer;
}

.botonMenuPrincipal:hover{
	background: #f5f5f5;
}

.botonMenuPrincipal:before{
	content: "";
	display: block;
	background: #fff;
	border-top: 2px solid #ddd;
	position: absolute;
	top: -12px;
	left: -12px;
	bottom: -12px;
	right: -12px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: inset 0px 8px 48px #ddd;
}

/* ESTILO PARA LA BARRA DE BOTONES*/
.left-bar{
	position:fixed;
	margin-top:87px;
	padding-top:2px;
	width:230px;
	float:left;
	height:81.5%;
	left: -200px;
	background: #4ba2c1; /* Old browsers */
	background: -moz-linear-gradient(left,  #4ba2c1 43%, #24628c 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(43%,#4ba2c1), color-stop(93%,#24628c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4ba2c1 43%,#24628c 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4ba2c1 43%,#24628c 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4ba2c1 43%,#24628c 93%); /* IE10+ */
	background: linear-gradient(to right,  #4ba2c1 43%,#24628c 93%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba2c1', endColorstr='#24628c',GradientType=1 ); /* IE6-9 */

	z-index:3;
	border-left:2px solid #349bb9;
	border-right:2px solid #1b5161;
}

.iconoMenuLateral{
	background-color:#FFF;
	width:20px;
	height:20px;
	padding: 4px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display:inline-block;

	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);

	text-align: center;
	line-height: 18px;
	box-shadow: 0px 3px 5px #444, inset 0px 2px 3px #fff;
}

.menuInicio{
	margin:auto;
	margin-top:120px;
}

/* ESTILO PARA EL ESPACIO DEL HEADER*/
.header{
	position:fixed;
	height:86px;
	width: 100%;
	color: #000;
	border-top:3px solid #ef151a;
	padding-top: 3px;
	background:url(../img/bg_grayjean.png) repeat;
	z-index:2;
	font-size:13px;
    filter: dropshadow(color=#d2d2d2, offx=1, offy=1);
	-webkit-box-shadow:  0px 1px 2px 2px #d2d2d2;
    box-shadow:  0px 1px 2px 2px #d2d2d2;
}

.footer{
	position:fixed; /* relative */
	bottom:0;
	width:100%;
	height:35px;
	z-index:2;
	font-size:9px;
	border-top:2px solid #CCC;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

/* FORMATO DE LINKS*/
.linkbl{
	cursor:pointer;
	color:#333;
	font: 0.9em Arial, Helvetica, sans-serif;
}

.linkb{
	cursor:pointer;
	color:#FFF;
	font: 0.9em Arial, Helvetica, sans-serif;
}

.guardar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/guardar.png);
	cursor:pointer;
}

.guardar:hover{
	background-image:url(../img/guardar_hover.png);
}

.generar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/generar.png);
	cursor:pointer;
}

.generar:hover{
	background-image:url(../img/generar_hover.png);
}

.solicitud{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/solicitud.png);
	cursor:pointer;
}

.solicitud:hover{
	background-image:url(../img/solicitud_hover.png);
}


.pagar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/pagar.png);
	cursor:pointer;
}

.pagar:hover{
	background-image:url(../img/pagar_hover.png);
}

.reembolsar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/reembolsar.png);
	cursor:pointer;
}

.reembolsar:hover{
	background-image:url(../img/reembolsar_hoover.png);
}

.cancelar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/cancelar.png);
	cursor:pointer;
}

.cancelar:hover{
	background-image:url(../img/cancelar_hoover.png);
}

.cancelarestudio{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/cancelar_estudio.png);
	cursor:pointer;
}

.cancelarestudio:hover{
	background-image:url(../img/cancelar_estudio_hoover.png);
}

.cancelarreembolsar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/cancelar_reembolsar.png);
	cursor:pointer;
}

.cancelarreembolsar:hover{
	background-image:url(../img/cancelar_reembolsar_hoover.png);
}

.reembolso{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/reembolsar_saldo.png);
	cursor:pointer;
}

.reembolso:hover{
	background-image:url(../img/reembolsar_saldo_hoover.png);
}

.nuevo{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/nuevo.png);
	cursor:pointer;
}

.nuevo:hover{
	background-image:url(../img/nuevo_hover.png);
}

.buscar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/buscar.png);
	cursor:pointer;
}

.buscar:hover{
	background-image:url(../img/buscar_hover.png);
}

.cambios{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/descartar.png);
	cursor:pointer;
}

.cambios:hover{
	background-image:url(../img/descartar_hover.png);
}

.entregar{
	display:inline-block;
	width:113px;
	height:42px;
	background-image:url(../img/entregar.png);
	cursor:pointer;
}

.entregar:hover{
	background-image:url(../img/entregar_hover.png);
}

.area{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/areas.png);
	cursor:pointer;
}

.area:hover{
	background-image:url(../img/botones/small/areas_hover.png);
}

.doctor{
	display:inline-block;
	width:133px;
	height:49px;
	border:0;
	background-image:url(../img/botones/small/doctores.png);
	cursor:pointer;
}

.doctor:hover{
	background-image:url(../img/botones/small/doctores_hover.png);
}

.empleado{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/empleados.png);
	cursor:pointer;
}

.empleado:hover{
	background-image:url(../img/botones/small/empleados_hover.png);
}

.estudio{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/estudios.png);
	cursor:pointer;
}

.estudio:hover{
	background-image:url(../img/botones/small/estudios_hover.png);
}

.orden{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/ordenes.png);
	cursor:pointer;
}

.orden:hover{
	background-image:url(../img/botones/small/ordenes_hover.png);
}

.paciente{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/pacientes.png);
	cursor:pointer;
}

.paciente:hover{
	background-image:url(../img/botones/small/pacientes_hover.png);
}

.permiso{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/permisos.png);
	cursor:pointer;
}

.permiso:hover{
	background-image:url(../img/botones/small/permisos_hover.png);
}

.reporte{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/reportes.png);
	cursor:pointer;
}

.reporte:hover{
	background-image:url(../img/botones/small/reportes_hover.png);
}

.resultado{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/resultados.png);
	cursor:pointer;
}

.resultado:hover{
	background-image:url(../img/botones/small/resultados_hover.png);
}

.entrega{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/entregas.png);
	cursor:pointer;
}

.entrega:hover{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/entregas_hover.png);
	cursor:pointer;
}

.compania{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/companias.png);
	cursor:pointer;
}

.compania:hover{
	background-image:url(../img/botones/small/companias_hover.png);
}

.sucursal{
	display:inline-block;
	width:133px;
	height:49px;
	background-image:url(../img/botones/small/sucursales.png);
	cursor:pointer;
}

.sucursal:hover{
	background-image:url(../img/botones/small/sucursales_hover.png);
}

.imghovercompania:hover{
	background-image:url(../img/botones/companias_new_shadow.png);
}

.imghoverdoctor:hover{
	background-image:url(../img/botones/doctores_new_shadow.png);
}

.imghoverempleado:hover{
	background-image:url(../img/botones/empleados_new_shadow.png);
}

.imghoverestudio:hover{
	background-image:url(../img/botones/estudios_new_shadow.png);
}

.imghoverorden:hover{
	background-image:url(../img/botones/ordenes_new_shadow.png);
}

.imghoverpaciente:hover{
	background-image:url(../img/botones/pacientes_new_shadow.png);
}

.imghoverpermiso:hover{
	background-image:url(../img/botones/permisos_new_shadow.png);
}

.imghoverreporte:hover{
	background-image:url(../img/botones/reportes_new_shadow.png);
}

.imghoverresultado:hover{
	background-image:url(../img/botones/resultados_new_shadow.png);
}

.imghoversucursal:hover{
	background-image:url(../img/botones/sucursales_new_shadow.png);
}

.imghoverentrega:hover{
	background-image:url(../img/botones/entregas_new_shadow.png);
}

.imghoverimpresion:hover{
	background-image:url(../img/botones/impresiones_new_shadow.png);
}

.imghovercotizacion:hover{
	background-image:url(../img/botones/cotizaciones_new_shadow.png);
}
/*****/

.imghover2:hover{
	background-image:url(../img/botones/background.png);
}

.arribah4 {
	width:  100%;
	height: 3px;
	background-color:#00577c;
}
.medioh4 {
	width:  100%;
	height: 30px;
	background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
	font-size: 15px;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);

}
.abajoh4 {
	width:  100%;
	height: 2px;
	background-color:#82b4c5;
	color : #82b4c5;
}
h4{
	background-color:#a5cce3;
	/*background:url(../img/bg_contenido.png) repeat scroll 0 0%, -moz-linear-gradient(center top , #43799a, #176083) repeat-x scroll 0 0%, none repeat scroll 0 0 #176083;
	background:url(../img/bg_contenido.png) repeat scroll 0 0%, -moz-linear-gradient(center top , #085E98, #79C2F3) repeat-x scroll 0 0%, none repeat scroll 0 0 #79C2F3;*/
	padding-bottom:10px;
	/*color:#FFF;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);*/
}

.titulo1{
	color: #6B6B6C;
    font: bold 15px "Arial" ;
	text-align:center;
}

#informacion , #resultadosBusqueda, #info, #infoBusqueda, #infoBusquedaConvenios{
	font: bold 11px "Arial";
}

header{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	height:130px;
}

header .imagen{
	position: relative;
	float:right;
	margin-left:62px;
}

#header .menu{
	position: absolute;
	width:960px;
	top:105px;
	clear:both;
	margin-left:90px;
}

/* ESTILO PARA EL TITULO DE LAS HOJAS*/
.titulo{

	background: -moz-linear-gradient(center top , #cccccc, #383838) repeat scroll 0 0 transparent;
	background: #aaaabb; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#383838'); /* for IE */
	background: -webkit-gradient(linear, center top,center bottom , from(#cccccc), to(#383838)); /* for webkit browsers */
	background: -moz-linear-gradient(center top,  #cccccc, #383838); /* for firefox 3.6+ */

	border-top-color: #cccccc;
	color: #444444;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	height:35px;

	border: 1px solid #CCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 15px 10px;
}

.box{
	border: 1px solid #dcdcdc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	margin-top:3px;
	background-color:#F9F9F9;
	min-height:100px;
	height:auto!important;
}

.filaproducto{
	border: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	background-color:#FFFFFF;
}

.campocalendario{
	width:140px;
}

/*Estilo #4 para tablas*/
.tablitapuntos{
	border-style:dashed;
	border-collapse:collapse;
	border-color:#999;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

/*Estilo #4 para tablas*/
.tedepuntos{
	border-style:dotted;
	border-width:1px;
	border-color:#999;
	font: small/1.0em "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;

	font-weight:bold;
}

/* ESTILO PARA EL TÍTULO DE RESULTADOS*/
.tituloorden{
	margin:10px;
	text-align:left;
	color:#666;
	font: bold 18px "Arial";
}

.tituloordenH{
	margin-left:10px;
	text-align:left;
	color:#666;
	font: bold 25px "Arial";
}

.deshabilitado{
	background-color: gray;
	background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);
	background-size: 50px;
}

textarea{
	resize: none;
}

select{
	cursor:pointer;
}

/*ESTILO PARA LOS CHECK BOX*/
img { border: none; }

.cajita{
	background: -moz-linear-gradient(center top , #F1F1F1, #E8E8E8) repeat scroll 0 0 transparent;

	background: #F1F1F1; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#E8E8E8'); /* for IE */
	background: -webkit-gradient(linear, center top,center bottom , from(#F1F1F1), to(#E8E8E8)); /* for webkit browsers */
	background: -moz-linear-gradient(center top,  #F1F1F1,  #E8E8E8); /* for firefox 3.6+ */

    border-top-color: #FFFFFF;
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	height:200px;

	border: 1px solid #CCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 30px 30px;
}

/*AUTOCOMPLETAR*/
.ac_results {
	padding: 0px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
	overflow: hidden;
  	background: #f2f5f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow:  1px 2px 5px 1px #000000;
    box-shadow:  1px 2px 5px 1px #000000;

}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;

}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;

}

.ac_loading {
	background : #AFD2FD url('img/loader.gif') right center no-repeat;
}

.ac_over {
	background: rgb(135,224,253); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ZTBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzUzY2JmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNWFiZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-8 */

	color: black;
}

.camara{
	width:340px;
	border: 1px solid #dcdcdc;
   	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	margin-top:3px;
	background-color:#747474;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

/*
EDITOR DE TEXTOS
*/
div.jHtmlArea { display: inline block; }
div.jHtmlArea div { padding: 0px; margin: 0px; }
div.jHtmlArea .ToolBar { }
div.jHtmlArea .ToolBar ul { border: solid 1px #ccc; margin: 1px; padding: 1px; float: left; background: #fff url(jHtmlArea_Toolbar_Group_BG.png) repeat-x;}
div.jHtmlArea .ToolBar ul li { list-style-type: none; float: left; border: none; padding: 1px; margin: 1px; }
div.jHtmlArea .ToolBar ul li:hover { border: solid 1px #ccc; background: #ddd url(jHtmlArea_Toolbar_Group__Btn_Select_BG.png); padding: 0; }
div.jHtmlArea .ToolBar ul li a { display: block; width: 16px; height: 16px; background: url(jHtmlArea.png) no-repeat -16px -500px; border: none; cursor: pointer; padding: 0px; }
div.jHtmlArea .ToolBar ul li a.highlighted { border: solid 1px #aaa; background-color: #bbb; padding: 0; }
div.jHtmlArea .ToolBar ul li.separator {height: 16px; margin: 0 2px 0 3px; border-left: 1px solid #ccc;}
div.jHtmlArea .ToolBar ul li.separator:hover { padding: 1px; background-color: #fff; border-top:none; border-bottom:none; border-right:none;}

div.jHtmlArea .ToolBar ul li a:hover { }
div.jHtmlArea .ToolBar ul li a.bold { background-position: 0 0; }
div.jHtmlArea .ToolBar ul li a.italic { background-position: -16px 0; }
div.jHtmlArea .ToolBar ul li a.underline { background-position: -32px 0; }
div.jHtmlArea .ToolBar ul li a.strikethrough { background-position: -48px 0; }
div.jHtmlArea .ToolBar ul li a.link { background-position: -64px 0; }
div.jHtmlArea .ToolBar ul li a.unlink { background-position: -80px 0; }
div.jHtmlArea .ToolBar ul li a.orderedlist { background-position: -96px 0; }
div.jHtmlArea .ToolBar ul li a.unorderedlist { background-position: -112px 0; }
div.jHtmlArea .ToolBar ul li a.image { background-position: -128px 0; }
div.jHtmlArea .ToolBar ul li a.cut { background-position: -144px 0; }
div.jHtmlArea .ToolBar ul li a.copy { background-position: -160px 0; }
div.jHtmlArea .ToolBar ul li a.paste { background-position: -176px 0; }

div.jHtmlArea .ToolBar ul li a.html { background-position: -192px 0; opacity:0.6; filter:alpha(opacity=60);}
div.jHtmlArea .ToolBar ul li a.html.highlighted { opacity:1.0; filter:alpha(opacity=100);}

div.jHtmlArea .ToolBar ul li a.h1 { background-position: 0 -16px;}
div.jHtmlArea .ToolBar ul li a.h2 { background-position: -16px -16px;}
div.jHtmlArea .ToolBar ul li a.h3 { background-position: -32px -16px;}
div.jHtmlArea .ToolBar ul li a.h4 { background-position: -48px -16px;}
div.jHtmlArea .ToolBar ul li a.h5 { background-position: -64px -16px;}
div.jHtmlArea .ToolBar ul li a.h6 { background-position: -80px -16px;}
div.jHtmlArea .ToolBar ul li a.subscript   { background-position: -96px -16px;}
div.jHtmlArea .ToolBar ul li a.superscript { background-position: -112px -16px;}
div.jHtmlArea .ToolBar ul li a.indent { background-position: -128px -16px;}
div.jHtmlArea .ToolBar ul li a.outdent { background-position: -144px -16px;}
div.jHtmlArea .ToolBar ul li a.horizontalrule { background-position: -160px -16px;}
div.jHtmlArea .ToolBar ul li a.p { background-position: -176px -16px;}


div.jHtmlArea .ToolBar ul li a.justifyleft { background-position: 0 -32px;}
div.jHtmlArea .ToolBar ul li a.justifycenter { background-position: -16px -32px;}
div.jHtmlArea .ToolBar ul li a.justifyright { background-position: -32px -32px;}
div.jHtmlArea .ToolBar ul li a.increasefontsize { background-position: -48px -32px;}
div.jHtmlArea .ToolBar ul li a.decreasefontsize { background-position: -64px -32px;}
div.jHtmlArea .ToolBar ul li a.forecolor { background-position: -80px -32px;}

/*Editor de textos*/
.cke_contents{
	height: 100px !important;
}

.tipobusqueda{
	width:100%;
}

.iconoRedondeado-32{
	background-color: #FFF;
	margin: 2px;
	margin-top: 6px;
	width: 22px;
	height: 18px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	text-align: center;
	color: #000;
	cursor: pointer;
	font-size: 13px;
	padding-top: 3px;
	text-shadow: none;
}

.iconoRedondeado-24{
	background-color: #085E98;
	margin-right: 2px;
	width: 24px;
	height: 21px;
	-webkit-border-radius: 24px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	padding-top: 2px;
	text-shadow: none;
}

.renglonCategoria{
	-webkit-border-radius: 32px 0 0 32px;
	border-radius: 32px 0 0 32px;
	padding-left: 6px;
	clear: both;
	margin-top: 2px;
	text-align: left;
}

.contenedorCategoria{
	width: 98%;
	float: right;
	clear: both;
	text-align: center;
	margin-bottom: 1px;
	background-color: #FFFBF5;
	border-left: 1px solid #CCC;
	display: none;
}

.contenedorCategoria > .renglonCategoria{
	margin-left: 12px;
}

.renglonArchivo{
	height: 24px;
	padding: 2px;
	padding-left: 10px;
	border: solid 1px #CCC;
	text-align: left;
	clear: both;
	margin-left: 2px;
	-webkit-border-radius: 32px 0 0 32px;
	border-radius: 32px 0 0 32px;
	font-size: 12px;
	line-height: 24px;
}

.linkAbrirArchivo{
	height: 24px;
	width: 80%;
	padding-left: 5px;
	cursor: pointer;
	float: left;
}

.contenedorCargarDocumento, .contenedorActualizarArchivo{
	overflow: hidden;
	position: relative;
    border-color: #CCC;
    color: #666;
	border-radius: 4px;
    cursor: pointer;
    display: inline-block;
	padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.contenedorActualizarArchivo{
	background-color: #085E98;
	margin-right: 2px;
	width: 24px;
	height: 21px;
	-webkit-border-radius: 24px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	padding-top: 2px;
	text-shadow: none;
}

.contenedorCargarDocumento input, .contenedorActualizarArchivo input{
	direction: ltr;
	font-size: 120px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#botonSeleccionarArchivo, .botonActualizarArchivo{
	height: 40px;
}

.progresoDeCarga{
	width:300px;
	height:11px;
	margin: auto;
	text-align: center;
}

.barraProgreso{
	background:url(../img/progressbar.gif) repeat-x;
	height:11px;
}

#listaPermisosArchivo, #listaPermisosCategoria, #listaEditarPermisosCategoria, #listaEditarPermisosArchivos{
	width: 100%;
	height: 380px;
	overflow: scroll;
}

.encabezadoAzul{
	width: 100%;
	height: 38px;
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    border-top: 3px solid #00577c;
    border-bottom: 2px solid #82b4c5;
    margin-top: 5px;
    margin-bottom: 6px;
}

.campoObligatorio{
	color: #F00;
	font-weight: bold;
}

.col-form-label{
	padding:0;
}

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


.alert{
	padding: .5rem;
}

.col-form-label{
	padding:0;
}

.tableDonadores thead{
	font-size: 15px;
}

.tableDonadores tbody{
	font-size: 14px;
}

.gpoPreguntas legend{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	padding-top: 20px;
}

.h4Bolsa{
	text-align: center;
	background-color: #343a40;
	padding-top: 10px;
}

.thead-dark-custom th{
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
	text-align: center;
}
