﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.contenedor_del_centro_de_la_pagina {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer_siempre_abajo {
	height: 4em;
	text-align: center;
	background-color: #CCC;
	font-weight: bold;
}
.limpiar_divs {
	height: 4em;
	text-align: center;
}
.pie {
	padding-top: 5px;
}


.titulo_contenido{
	text-align: center;
	font-size: 25px;
	color: #039;
	width: 100%;
	float: left;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}
.contenido_pagina {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 20px;
}
.header {
	background-image: url(../images/fondocabecera.png);
	background-repeat: repeat-x;
	height: 90px;
	float: left;
	width: 100%;
}
.headerinterior{
	width: 100%;
}
.imagenheader{
	float: left;
	height: 90px;
	width: 241px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
.textoheader{
	color: #FFF;
	float: left;
	height: 86px;
	font-size: 14px;
	margin-top: 7px;
	margin-left: 7px;
}
.usuario{
	float: right;
	font-weight: bold;
	color: #FFF;
	height: 86px;
	font-size: xx-small;
	text-align: center;
}
#encabezado_pagina{
	width: 100%;
	background-image: url(../images/fondocabecera.png);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu2 {
	background-color: #CCC;
	width: 100%;
	font-size: 12pt;
	text-align: left;
}
#cuerpo{
	width: 90%;
	background-color: #FFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#EspacioContenido {
    padding-top: 140px;
    padding-left: 28px;
    padding-bottom: 30px;
    margin: 0px 28px 10px 0px;
    
}
#encabezado_estatico {
    position: fixed;
    width: 100%
}


.table > tbody > tr > th,
.table > tbody > tr > td {
	padding: 3px !important;
	vertical-align: middle;
	z-index: 9999;
}


/* Asegura que el menú se vea sobre todo */
table.dataTable td {
	position: relative;
	overflow: visible; /* Evita que corte el dropdown */
}

/* Estilo para forzar visibilidad del dropdown */
.dropdown-menu {
	z-index: 9999 !important;
	min-width: 100px;
}

div.dataTables_wrapper {
	overflow: visible !important;
}