/* ==========   Rafael 16 nov. ===========  */
/* Para que en Edge y Explorer las ventanas de Bigfoot aparezcan a su ancho correposndiente */
/* 
.bigfoot-footnote__container {
width: 100%;
}


.bigfoot-footnote__wrapper {
width: 100%;
}
 */


/* Para que en el puto Explorer las imágenes no salgan distorisionadas */
img {width:auto;}

#header {z-index: 99999;}
/* Estilo a las tablas... override the data-tables.min.css */

table.dataTable {border-collapse: collapse!important;}


@media (max-width: 800px) {
	table.dataTable thead th,
	table.dataTable thead td,
	table.dataTable tbody td {
		padding-left: 2px!important;
		padding-right: 2px!important;
	}
}	


p + div.container,
div.container + p {margin-top: 2em;} 

