@charset "utf-8";
<style type="text/css">



.texto_tabla {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#566573;
	font-size:16px;
	color: #FFF;
	
	
}

.texto_boton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#6e7f80;
	font-size:14px;
	font-weight:bold;
	height:35px;
}

.texto_normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	
	font-size:14px;
	
	text-align:center;
}

.tabla {
	border: black 1px solid;
	border-radius:20px;
	font-size:12px;
	
	
}

.tabla2 {
	border: black 1px solid;
	border-radius:2px;
	font-size:14px;
}

.row_0
{

	min-width: 30px;
	max-width: 30px;
}	

.row_1
{

	min-width: 100px;
	max-width: 100px;
}	

.row_2
{

	min-width: 130px;
	max-width: 130px;
}

.row_3
{

	min-width: 140px;
	max-width: 140px;
}

.row_4
{

	min-width: 60px;
	max-width: 60px;
}

.row_5
{

	min-width: 230px;
	max-width: 230px;
	
}



.tabla_titulo {
	background-color:#09F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	
	font-size:18px;
	
	text-align:center;
	
}

.error {
	background-color:#F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	
	font-size:16px;
	
	text-align:center;
	
	border-radius:5px;
	
}

.valida {
	background-color:#FFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	
	font-size:16px;
	
	text-align:center;
	
	border-radius:5px;
	
}

tabla_titulo2 {
	background-color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	
	font-size:14px;
	
	text-align:center;
	
}



.texto_tit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	
	font-size:16px;
	font-weight:bold;
	
	
	text-align:center;
}

.texto_tit2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color:#000;
	
	font-size:16px;
	
	text-align:center;
	font-weight:normal;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #06C;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.texto-normal-blanco
{
	color:#FFFFFF;
	text-align: center;
	font-size: 16px;
		
}

.texto-normal-blanco-izq
{
	color:#FFFFFF;
	text-align: left;
	padding-left:50px;
	font-size: 16px;
		
}


div.contenido {
                margin:2px, 2px;
               
                background-color: white;
               overflow-x: hidden;
                overflow-y: hidden;
                text-align:justify;
            }

.texto-titulo-fondo
{
	background-color:#566573;
	color:#ffffff;
	text-align: center;
	font-size: 14px;
	
		
}

.texto-titulo-fondo2
{
	background-color:#43B3C5;
	color:#ffffff;
	text-align: center;
	font-size: 14px;
	
		
}


.texto-titulo-fondo3
{
	background-color:#088F8F;
	color:#ffffff;
	text-align: center;
	font-size: 14px;
	
	
		
}

.texto-titulo-fondo4
{
	background-color:#205B78;
	color:#ffffff;
	text-align: center;
	font-size: 14px;
	
	
		
}

.texto_tit3
{

	color:#1B4F72;
	text-align: center;
	font-size: 16px;
	padding:0px;
	font-weight:bold;
	
		
}			



.modal {
  padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog {
 
  text-align: left;
  font-size:16px;
}
.modal .modal-content {
 
  border-radius: 10;
}





</style>
/* CSS Document */

sidebar{
    padding-left: 0px;
    background-color: #1f1f1f;
    min-height: 100vmin;
    width: 200px;
}

