@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);

body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 60px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

div#loginForm {
	background-color: #ffffff;
	width: 460px;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
}

#logo {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#loginForm form {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

div#loginForm input {
	display: block;
	margin: auto;
	border-radius: 4px;
	margin-bottom: 15px;
}

div#loginForm input[type=text],
div#loginForm input[type=password] {
	height: 32px;
	border: 1px solid #c8c8c8;
	width: 90%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 15px;
}

div#loginForm input[type=submit] {
	background-image: -webkit-linear-gradient(top, #4770eb, #0240fc);
	background-image:    -moz-linear-gradient(top, #4770eb, #0240fc);
	background-image:      -o-linear-gradient(top, #4770eb, #0240fc);
	background-image:         linear-gradient(top, #4770eb, #0240fc);
	width: 180px;
	height: 54px;
	border: 1px solid #002db2;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

div#loginForm input[type=submit]:hover {
	background-image: -webkit-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:    -moz-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:      -o-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:         linear-gradient(top, #6a8aeb, #285cfc);
}

div#loginForm input[type=submit]:active {
	background-image: -webkit-linear-gradient(top, #002081, #003efa);
	background-image:    -moz-linear-gradient(top, #002081, #003efa);
	background-image:      -o-linear-gradient(top, #002081, #003efa);
	background-image:         linear-gradient(top, #002081, #003efa);
}

div#loginForm a {
	font-size: 14px;
	color: #0040ff;
}

footer {
	background-color: #222222;
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

footer a {
	color: #c8c8c8;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
}

/* =====================================================================
 *	PÁGINA DE CONSULTA
 * ===================================================================== */
header {
	clear: both;
	overflow: auto;
	margin-bottom: 15px;
}

#contenedor {
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	width: 98%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

#logoImg {
	width: 625px;
	height: 130px;
	margin: auto;
}

#logoImg span {
	display: none;
	visibility: hidden;
}

#userPanel {
	display: block;
    float: right;
    height: 48px;
    width: auto;
    text-align: center;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    font-size: 12px;
}


/* =====================================================================
 *	ESTILOS DATATABLE
 * ===================================================================== */
.fg-button {
	width: 100px;
}

table#datatable {
	width: 100%;
}

#datatable_wrapper {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

#datatable td {
	max-width: 200px;
	word-wrap: break-word;
	padding-left: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

#datatable tr {
	height: 64px;
	font-size: 12px;
}

#datatable tr.odd {
	background-color: #eee;
}

td.dataTables_empty {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #424242;
}

#datatable_length, #datatable_filter, #datatable_info {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-left: 8px;
}

#datatable_filter input {
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	height: 24px;
	padding-left: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

#datatable_paginate {
	font-size: 14px;
	padding-bottom: 10px;
}

#datatable_paginate span {
	padding: 4px 0;
	border-radius: 4px;
	margin-right: 4px;
}


/* =====================================================================
 *	FORMULARIO DE CONSULTA
 * ===================================================================== */
.clases15 {
	display: block;
}

span.checkbox {
	display: inline-block;
	width: 50px;
	padding: 4px 0;
	border-radius: 4px;
}

span.checkbox:hover {
	background-color: #ccc;
	cursor: pointer;
}

span.checkbox input[type=checkbox] {
	margin-right: 8px;
}

#busquedaPrincipal {
	overflow: auto;
	clear: both;
	width: 60%;
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
}

#busquedaPrincipal input {
	display: inline-block;
	margin-bottom: 16px;
}

#busquedaPrincipal input[type=button] {
	background-image: -webkit-linear-gradient(top, #4770eb, #0240fc);
	background-image:    -moz-linear-gradient(top, #4770eb, #0240fc);
	background-image:      -o-linear-gradient(top, #4770eb, #0240fc);
	background-image:         linear-gradient(top, #4770eb, #0240fc);
	width: 140px;
	height: 48px;
	border: 1px solid #002db2;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#busquedaPrincipal input[type=button]:hover {
	background-image: -webkit-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:    -moz-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:      -o-linear-gradient(top, #6a8aeb, #285cfc);
	background-image:         linear-gradient(top, #6a8aeb, #285cfc);
}

#busquedaPrincipal input[type=button]:active {
	background-image: -webkit-linear-gradient(top, #002081, #003efa);
	background-image:    -moz-linear-gradient(top, #002081, #003efa);
	background-image:      -o-linear-gradient(top, #002081, #003efa);
	background-image:         linear-gradient(top, #002081, #003efa);
}

#busquedaPrincipal a {
	display: block;
	clear: both;
	font-size: 14px;
}

div#busqueda input[type=text] {
	height: 32px;
	border: 1px solid #c8c8c8;
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 15px;
	margin: auto;
	border-radius: 4px;
	display: block;
	margin-bottom: 15px;
}

#busquedaAvanzada {
	display: none;
	width: 98%;
	margin: auto;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#busquedaAvanzada input[type=button] {
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image:    -moz-linear-gradient(top, #fff, #eee);
	background-image:      -o-linear-gradient(top, #fff, #eee);
	background-image:         linear-gradient(top, #fff, #eee);
	width: 120px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 11px;
	color: #424242;
	/*text-shadow: 1px 1px 1px #000;*/
	cursor: pointer;
	margin-bottom: 15px;
}

#busquedaAvanzada input[type=button]:hover {
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image:    -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image:      -o-linear-gradient(top, #fff, #f2f2f2);
	background-image:         linear-gradient(top, #fff, #f2f2f2);
}

#busquedaAvanzada input[type=button]:active {
	background-image: -webkit-linear-gradient(top, #ccc, #fff);
	background-image:    -moz-linear-gradient(top, #ccc, #fff);
	background-image:      -o-linear-gradient(top, #ccc, #fff);
	background-image:         linear-gradient(top, #ccc, #fff);
}

.clases {
	width: 792px;
	margin: auto;
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}

/* =====================================================================
 *	LOADING
 * ===================================================================== */
#loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 9999;
	line-height: 100%;
	opacity: 0.8;
	text-align: center;
}

#loadingImg {
	background: url('../img/loading.gif') center center fixed no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
}

#contenedorResultados {
	display: none;
}

/* =====================================================================
 *	CORRECCIONES FANCYBOX
 * ===================================================================== */
.fancybox-lock,
.fancybox-overlay {
	overflow: hidden !important;
}