@import url("ventana/seven/main.css");@font-face {
	font-family: "CCode13";
	src: url('fuentes/CCode39.ttf');
}
@font-face {
	font-family: "Inlove";
	src: url("fuentes/Inlove-bold.otf");
}
@font-face {
	font-family: "source";
	src: url("fuentes/SourceSansPro/SourceSansPro-Regular.otf");
}
@font-face {
	font-family: "source";
	src:url("fuentes/SourceSansPro/SourceSansPro-Bold.otf");
	font-weight:bold;
}
@font-face {
	font-family: "source";
	src:url("fuentes/SourceSansPro/SourceSansPro-BoldIt.otf");
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: "source";
	src:url("fuentes/SourceSansPro/SourceSansPro-It.otf");
	font-style:italic;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {
	margin: 0;
	padding: 0;
}
th, td {
	padding: 3px 5px;
}
ul, ol, li {
}
ol, ul {
}
p {
	margin: 5px 0;
}
/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 10px;
}
/* Estilos de las listas */

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
/* Bordes de las tablas */
table {
	border-spacing: 0;
}
/* Otros bordes */
fieldset, img {
	border: 0;
}
/* Alineacón del texto */
caption, th {
	text-align: left;
}
/* Comillas */
q:before, q:after {
	content: ”;
}
/* Evitar el borde azul en imágenes que son links */
a img, :link img, :visited img {
	border: none
}
/* Quitar la cursiva del elemento <address> */
address {
	font-style: normal
}
@import url('pagina.css');

label,
select,
textarea,
td,
th,
body {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#login {
    width: 250px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 11px;
}

h5 {
    font-size: 11px;
}

.loading {
    cursor: wait;
    background-position: center;
    background-repeat: no-repeat;
}

.loading a {
    cursor: wait;
}

.capitalize-first::first-letter {
    text-transform: uppercase;
}

a span.programado {
    display: none;
}

a.programado span.programado {
    display: inherit;
}

img.ajax {
    background-position: center;
    background-repeat: no-repeat;
}

#bandeja .loading {
    cursor: pointer;
    background-image: none;
}

#bandeja .loading {
    cursor: pointer;
    background-image: none;
}

th {
    font-weight: bold;
}

#debug {
    font-size: 9px;
    left: 900px;
}

#messenger {
    color: #FFF;
    line-height: 30px;
}

a {
    color: #069;
}

#messenger.loading {
    background-image: none;
}

#debug {
    background-color: #000;
    color: #0C0;
}

#debug p {
    margin: 0;
}

.panelz1 {
    max-height: 92%;
    border: 1px dotted #000;
    display: block;
    overflow: auto;
    margin: auto;
    padding: 0;
}

ul.iconos {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.iconos li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

ul.iconos li a {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.iconos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iconos ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

.iconos ul li a {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#chat_usuarios.loading {
    background-image: none;
    cursor: default;
}

.colgroup {
    background-color: #090;
    border: 1px solid #0F0;
}

.colgroup td {
    background-color: #090;
    border: 1px solid #0F0;
}

.horario {
    width: inherit;
}

.horario td {
    padding: 0;
    border: 1px solid #000;
}

.horario td .ocupado {
    display: block;
    background-color: #060;
}

.horario td .libre {
    display: block;
    background-color: #FFF;
}

table.maqueta {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: none;
    background: none;
}

th.maqueta,
td.maqueta {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

td.ocupada {
    display: block;
    text-align: center;
    font-size: 9px;
}

td.ocupada a {
    font-size: 9px;
}

td.libre {}

a.info {
    position: relative;
    z-index: 24;
}

a.info:hover {
    z-index: 25;
}

.tooltip {
    display: none;
}

a.info:hover .tooltip {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
}

.sql th.accion,
.sql td.accion {
    width: 15px;
    text-align: center;
}

td.accion a.editar {
    background-image: url(imagenes/actions/edit.png);
    display: inline-block;
    width: 16px;
    height: 16px;
}

td.accion a.editar span {
    display: none;
}

td.accion a.eliminar {
    background-image: url(imagenes/actions/edit_remove.png);
    display: inline-block;
    width: 16px;
    height: 16px;
}

td.accion a.eliminar span {
    display: none;
}

h1 a {
    color: #000;
}

.hdisabled {
    border: 1px solid #900;
    display: block;
    width: 100%;
    height: 100%;
}

.hdseccion {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #0FF;
}

a.empalme {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #FF0;
    background-color: #900;
}

.hdsalon {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #FF0;
}

.hdprofesor {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00F;
}

table.horario td {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

table.horario th {
    text-align: center;
    border: 1px solid #000;
}

table.horario a {
    text-decoration: none;
}

table.horario a.evento {
    display: block;
    color: #FFF;
    height: 100%;
}

table.horario .hinput {
    display: block;
    width: 80px;
    height: 50px;
}

.vertical {
    white-space: nowrap;
    display: block;
    position: absolute;
    white-space: nowrap;
    -moz-transform: rotate(90.0deg) translate(-60px, 0px);
    /* FF3.5+ */
    -moz-transform-origin: 0 100%;
    -o-transform: rotate(90.0deg) translate(-60px, 0px);
    /* Opera 10.5 */
    -o-transform-origin: 0 100%;
    -webkit-transform: rotate(90.0deg) translate(-60px, 0px);
    /* Saf3.1+, Chrome */
    -webkit-transform-origin: 0 100%;
    transform: rotate(90.0deg) translate(-60px, 0px);
    /* Saf3.1+, Chrome */
    transform-origin: 0 100%;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1.0);
    /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)";
    /* IE8 */
}

.error {
    background-color: #900;
    color: #FFF;
    padding: 3px 3px;
}

.flm {
    background-image: url(imagenes/bk_flm.png);
    display: block;
    width: 550px;
    height: 400px;
}

.flm h1 {
    display: block;
    height: 40px;
    padding: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-variant: small-caps;
}

.flm .info {
    display: block;
    height: 250px;
    padding: 0 20px;
    color: #FFF;
    font-size: 14px;
}

.flm .info a {
    color: #FFF;
}

table.sql tbody {}

table.sql td input {
    width: 100%;
    min-width: 40px;
}

a.preview {
    float: left;
    display: block;
    width: 100px;
    height: 130px;
    padding: 5px;
    margin: 5px;
    border: 1px dotted #666;
    text-align: center;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

a.preview img {
    margin-bottom: 4px;
}

.visor .archivo {
    vertical-align: middle;
    display: block;
    float: right;
    width: 320px;
    height: 280px;
    border: 1px dotted #666;
    padding: 5px;
    margin: 5px;
    text-align: center;
}

.visor .download {
    display: block;
    float: right;
    width: 320px;
    height: 80px;
    padding: 5px;
    margin-top: 5px;
    font-size: 24px;
    text-align: center;
}

.visor .datos {
    display: block;
    float: left;
    width: 500px;
}

.visor .datos input {
    width: 360px;
}

.visor .datos #keys,
.visor .datos #descripcion,
.visor .datos #referencia {
    height: 60px;
}

.visor label {
    width: 80px;
}

.visor .archivo img {
    max-width: 100%;
    max-height: 100%;
}

#articulos input[type="text"] {}

table.sql:hover tr td {}

table.sql:hover tr:hover td {}

.trama1 {
    background-image: url(imagenes/trama/trama1.jpg);
}

.transparente {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.transparente25 {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}


/****************************************************/

form.login {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    width: 300px;
    margin: 15% auto 0 auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    -webkit-animation: fadein-login 1500ms;
    /* Chrome, Safari, Opera */
    animation: fadein-login 1500ms;
}

form.login h1 {
    font-size: 24px;
    color: white;
    margin: 0 0 10px 10px;
    border: none;
}

form.login p {
    color: #FFFFFF;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

form.login input {
    font-size: 18px;
    margin: 0;
    border: 1px solid #CCC;
    padding: 4% 5%;
    width: 90%;
}

form.login button {
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    height: auto;
    font-weight: bold;
}


/****************************************************/

.maqueta {
    display: block;
}

#rostro_*.movido {
    border: 1px dashed #0F0 !important;
}

.encabezado.horizontal {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

.encabezado.horizontal span {
    display: block;
}

.encabezado.horizontal:before {
    content: url(imagenes/encabezadoh.png);
}

.encabezado.normal:before {
    content: url(imagenes/encabezado.png);
}

.encabezado.normal {
    text-align: center;
}

.encabezado.left_top {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 150px;
    float: left;
}

.encabezado.left_top span {
    display: block;
}

.encabezado.left_top:before {
    content: url(imagenes/encabezado_left_top.png);
}

.encabezado.right_top {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 150px;
    float: right;
}

.logo.right_top {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 150px;
    float: right;
}

.encabezado.right_top span {
    display: block;
}

.encabezado.right_top:before {
    content: url(imagenes/encabezado_right_top.png);
}

.accessdenied {
    text-align: center;
    font-size: 24px;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

.accessdenied:before {
    content: url(imagenes/accessdenied.png);
    display: block;
    text-align: center;
    margin-top: 5%;
}

.systemlock {
    text-align: center;
    font-size: 24px;
    color: #369;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

.systemlock:before {
    content: url(imagenes/lock.png);
    display: block;
    text-align: center;
    margin-top: 5%;
}

.error0 {
    background-color: #CCC;
    opacity: 0.75;
}

.error0:before {
    content: "[offline]";
}

.error404 {
    background-image: url(imagenes/error404.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.token {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.print {
    display: none;
}

.printhidden {
    display: none;
}

.printHidden {
    display: none;
}

.rostro.arrastrar {
    background-image: url(imagenes/rostro.png);
}

.tool-top .mysqlgestor {
    float: right;
}

.msgglobo {
    display: block;
    position: absolute;
    z-index: 10000;
    background-color: #EEE;
    bottom: 35px;
    right: 0;
    width: 240px;
    height: 80px;
    padding: 5px;
    text-align: left;
    font-size: 10px;
    background-image: url(imagenes/globo.png);
    background-position: bottom center;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.msgglobo h1 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px dotted #999;
}

ul.expandible li.pasivo div.contenedor {
    display: none;
}

ul.expandible li.activo div.contenedor {
    display: block;
}

a.button.button-rounded.button-action {
    color: #FFF;
    text-decoration: none;
}

td a.button.button-rounded {
    padding: 0 6px;
    line-height: 20px;
    height: 20px;
    font-size: 11px;
}

#form_wallpaper .miniatura {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px dotted #000;
    margin: 5px;
}

#form_wallpaper .miniatura {}

#form_wallpaper .miniatura input {
    display: none;
}

a.sort_asc:before {
    content: url(imagenes/grid/sort_asc.gif)
}

a.sort_desc:before {
    content: url(imagenes/grid/sort_desc.gif)
}

img.redonda {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.recortar {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.recortar .sujetado img {
    display: none;
}

.recortar .acercar {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 5px;
    position: absolute;
}

.recortar .alejar {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 5px;
    position: absolute;
}

.recortar.loading,
.recortar.programado {
    cursor: pointer;
    background-position: left top !important;
    background-repeat: no-repeat;
}

.modal-fondo {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}


/**********************************************/


/* Chrome, Safari, Opera */

@-webkit-keyframes fadein-login {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    50% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-transform: translate(0, 20px);
        /* IE 9 */
        -webkit-transform: translate(0, 20px);
        /* Chrome, Safari, Opera */
        transform: translate(0, 20px);
    }

    100% {}
}


/* Standard syntax */

@keyframes fadein-login {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    50% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-transform: translate(0, 20px);
        /* IE 9 */
        -webkit-transform: translate(0, 20px);
        /* Chrome, Safari, Opera */
        transform: translate(0, 20px);
    }

    100% {}
}@import url("formulario/simple.css");
@import url("formulario/sql.css");
@import url("formulario/modern.css");
@import url("formulario/blue.css");
@import url("formulario/small.css");@import 'tablas/types.css';
@import 'tablas/chorario.css';
@import 'tablas/sql.css';
@import 'tablas/sql2.css';
@import 'tablas/sql3.css';
@import 'tablas/sql4.css';
@import 'tablas/sql5.css';
@import 'tablas/sql6.css';
@import 'tablas/acta.css';
@import 'tablas/cardex.css';
@import 'tablas/simple.css';
@import 'tablas/tform.css';
@import 'tablas/cele.css';
@import 'tablas/cele-cursos.css';
@import 'tablas/laeli.css';
@import 'tablas/boletacei.css';
@import 'tablas/salon.css';
@import 'tablas/lista.css';
@import 'tablas/carga.css';
@import 'tablas/asistencia.css';
@import 'tablas/ceu.css';
@import 'tablas/boleta.css';
@import 'tablas/rol.css';
@import 'tablas/type.css';
@import 'tablas/archivos.css';
@import 'tablas/firmas.css';
@import 'tablas/horario.css';
@import 'tablas/thin.css';
@import 'tablas/burbujas.css';
@import 'tablas/debug.css';

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td a {
    text-decoration: none;
    color: inherit;
}

.input tr:hover th,
.input tr:hover td {
    background-color: #F3F6F9;
}

.input th {
    background-color: #F0F3F6;
    text-align: left;
    width: 220px;
    white-space: pre-line;
}

.printHidden {
    display: none;
}

.documento.encabezado {
    text-align: center;
}

.documento.encabezado span {
    display: block;
}

.documento.encabezado:before {
    display: block;
    content: url(imagenes/encabezado.png);
    width: 100%;
}.fave,
.home,
.idea,
.error,
.author,
.rss,
.pen,
.tooledit,
.alert,
.comment,
.lock,
.book,
.msg {
	box-sizing: border-box;
	border: 1px solid #000;
	margin: 10px auto;
	padding: 30px 10px 30px 50px;

	line-height: 16px;

	background-repeat: no-repeat;
	background-position: 10px center;
	
	z-index: 1000000;
	width: 360px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -180px;
	margin-top: -30px;

	color: #4d4d4d;

	border-radius: 3px;

	box-shadow: inset 0 6px 14px -6px #fff;

	text-shadow: 0px 1px -1px rgba(255, 255, 255, 0.5);

	font-size: 14px;
}

.fave {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("imagenes/msg/heart_32.png");
}

.home {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("imagenes/msg/home_32.png");
}

.idea {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("imagenes/msg/lightbulb_32.png");
}

.author {
	color: #2E2D2D;
	background-color: #A1C2C7;
	background-image: url("imagenes/msg/user_32.png");
}

.rss {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("imagenes/msg/rss_32.png");
}

.pen {
	color: #2E2D2D;
	background-color: #C8E0C8;
	background-image: url("imagenes/msg/pencil_32.png");
}

.tooledit {
	color: #554529;
	background-color: #F1C983;
	background-image: url("imagenes/msg/tools_32.png");
}

.error {
	color: #FFF;
	background-color: #800;
	background-image: url("imagenes/msg/warning_32.png");
}

.alert {
	color: #2E2D2D;
	background-color: #D25F66;
	background-image: url("imagenes/msg/warning_32.png");
}

.comment {
	color: #2E2D2D;
	background-color: #A6C8D2;
	background-image: url("imagenes/msg/comment_user_32.png");
}

.msg {
	color: #2E2D2D;
	background-color: #A6C8D2;
	background-image: url("imagenes/msg/lightbulb_32.png");
}

.lock {
	color: #2E2D2D;
	background-color: #FFBABA;
	background-image: url("imagenes/msg/lock_32.png");
}

.book {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("imagenes/msg/address_book_32.png");
}/* CSS Document */
.poliza table {
	border-collapse: collapse;
}
.poliza .sql td {
	border: 1px dotted #000;
}
.poliza fieldset legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.poliza fieldset {
	border: 1px dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.poliza .campo {
	border-collapse: collapse;
	border: 1px solid #000;
	float: left;
	clear: none;
	margin: 0;
	display: block;
	height: 40px;
}
.poliza .campo .label {
	font-size: 9px;
	color: #CCC;
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 15px;
	font-weight: normal;
	width: auto;
}
.poliza .avisos {
	font-size: 16px;
}
.poliza .avisos p {
	font-size: 16px;
}
.poliza .avisos li {
	font-size: 16px;
}