<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All your custom CSS should go into this file
 */
 .table-responsive {
  overflow-x:auto;
}
.tabla-letra-pequenha {
  font-size: 12px !important;
}
.tabla-letra-pequenha-contenedor {
  overflow: auto;
}
.select2-container{
  min-width:100px;
}
/*Generales*/
.derecha {
  float:right;
  margin: 5px;
}
.izquierda {
  float:left;
  margin: 5px;
}
.center {
  display: table;
  width: auto;
  margin: 2px auto;
}
 .clear {
  display: table;
  width: 100%;
  clear: both;
 }
 .clear-height {
  display: table;
  width: 100%;
  clear: both;
  height: 20px;
 }
 .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 5px 6px !important;
    line-height: 1;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.box-header {
    padding: 15px;
}
.input-group .form-control {
    margin-top: 0px;
}
form {
  display: table;
  width:100%;
}
/*Fin Generales*/
.logo_buscar {
	display:table;
	background:url(../images/logo.png) no-repeat center center;
	width:100%;
	height:100px;
	margin:10px auto;
}
.texto-centrado {
	text-align:center !important;
}
.contenido-1200 {
	max-width:1200px;
}
.texto-titulo{
  text-align: justify;
  font-size: 16px;
}
</pre></body></html>