/* */

   
/* default styles
   -------------- */

* {
  box-sizing: border-box;
}
   
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #FFF; 
	color: #454545; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input {
	border-radius: 4px;
	width: 100%;
	border: 1px solid #bbb;
}

select {
	border-radius: 4px;
	border: 1px solid #bbb;
	/*width: auto;*/
}
select.short {
	max-width: 150px;
}

.form-control {
	width: 100%;
}

textarea {
	border-radius: 4px;
	border: 1px solid #bbb;
	width: 100%;
}

input .search {
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	margin: 2px;
	padding: 4px; 
}

input.short {
	max-width: 100px;
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	/*width: 780px;*/
	width: 90%;
	padding: 10px; 
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .content {
    width: 100%;
  }
}


.header { 
	/*clear: both;*/
	/*display: flex;*/
	min-height: 90px;
	/*max-height: 180px;*/
	display: inline-block;
	width: 100%;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #fcc;
}

.top_info {
	float: right;
	max-width: 75%;
	min-width: 60%;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}




	.top_info_left {
		width: auto;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 25%;
		padding: 0 0 0 24px;
		border-left: 1px solid #ccc;
	}

	.top_info_right_bar {
		background: #000;
		display: block;
	}

.logo {
	/*clear: both;*/
	float: left;
	/*min-width: 80px;		*/
	min-height: 70px;
	background: #eee;
	color: #808080;
}


@media only screen and (max-width: 768px) {
  .top_info {
  	float: none;
    width: 100%;

		/*padding: 5px 5px 4px 5px;*/
		/*border-bottom: 1px solid #eee;
		background: #eee;
		color: #808080;*/
  }
  .logo {
    width: 100%;

  }

  .top_info_right {
  	display: none;
  }

  .top_info_left {
		/*display: none;*/
		/*padding: 4px 4px 4px 4px;*/
  }
}




.browse_category  {
	font-size: 0.9em;
	width: 90px;
	color: #FFF;
	background: inherit;
}

.menugroup {
	width: 100%;
	position: fixed;
	clear: both;
	top:0;
	/*background-color: white;*/
}

.menuinferior {
	width: 100%;
	position: fixed;
	clear: both;
	bottom:0;
	/*background-color: white;*/
}


.bar { 
	clear: both;
	font-size: 1.1em;
	min-height: 29px;
	display: flex;
	/*max-height: 87px;*/
	width:100%;
	/*max-height: 90px;*/
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
	box-shadow: 2px 2px 3px gray;

	/*position: fixed;
	top: 0px;
	width:inherit;*/

}

.sticky {
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
/*
@media only screen and (max-width: 768px) {

  [class*="bar"] {
    width: 100%;
    min-height: 29px;
    max-height: 87px;
  }
}*/

@media screen and (max-width: 700px) {
  .bar {
  	display: flex;
    flex-direction: column;
    /*position: fixed;*/
    top: 0px;
    clear: both;
    width: 100%;
  }

  .subbar {
		clear: both;
		width: 100%;
		display: flex;
		font-size: 1em;
		min-height: 24px;
		color: #FFF;
		margin: 0 0 0 0px;
		background: #E0691A;
	}
}

	.bar li {
		margin: 0; 
		padding: 7px 12px 6px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}

/*
@media only screen and (max-width: 768px) {

  .bar li {
    width: 100%;
  }
}*/

	
	.bar li.active { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 12px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #F0E0D8; 
		background: #FF9148 url(bar.gif) no-repeat center top;
		padding: 7px 0px 6px 0px;
	} 

.subbar { 
	clear: both;
	display: flex;
	font-size: 1em;
	min-height: 24px;
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #E0691A;
box-shadow: 2px 2px 3px gray;
	/*position: fixed;
	top: 124;
	width: inherit;*/
}


@media screen and (max-width: 700px) {
  .bar {
    flex-direction: column;
  }
}

	.subbar li { 
		margin: 0; 
		padding: 3px 10px 3px 12px;
		color: #FFEADC;
		background: #E0691A;
		float: left; 		
	}
	
	.subbar li.active { 
		background: #E0691A; 
		color: #FFF;		
		padding: 3px 10px 3px 10px;
		font-weight: bold;
	}
	
	.subbar li a { 		
		color: #DDD; 
		background: inherit;
		text-decoration: none;
	} 
	
	.subbar li a:hover { 
		color: #FFF; 
		background:inherit;
	} 


.search_field { 
	/*margin: 0 auto;*/
	/*width: 780px;*/
	width: 100%;
	opacity: 95%;
	/*max-width: inherit;*/
	/*padding: 10px;*/

	background: #000;
	color: #222;
	clear: both;
	padding: 4px 4px 4px 4px;
	/*margin: 0 auto;*/
	/*position: fixed;*/
	font-size: 1.2em;
	min-height: 24px;
	display: flex;
	box-shadow: -2px -2px 3px gray;
	/*bottom: 0px;*/
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="left"] {
    width: 100%;
  }
}


.left h3 {
	clear: both;
	background: #A9C0CE url(izq3.gif) no-repeat top left;
	
	color: #FFF;
	padding: 5px 0 5px 28px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 4px 0 0px 0;
}

	.table_header {
		/*font: bold;*/
		font-weight: normal;
		background: #CCC;
	}


	.tr1 {
		background:#EEE;
		font-size: 1em;
	}
	

	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
	

		.left_box tr.alerta {
		background: #FFD;
		color: #444;
		height: auto;
	}

	.left_box tr.alertanaranja {
		background: #FED;
		color: #444;
		height: auto;
	}


	.left_box tr.alertaroja {
		background-color: #FDC;
		color: #444;
		height: auto;
	}

	.left_box tr.seleccionado {
		background: #CDF;
		color: #000;
		/*font-weight: bold;*/
		height: auto;
	}

	.left_box tr.inactivo {
		background: #888;
		color: #CCC;
		height: auto;
	}


	.left_box td.alerta {
		background: #FFD;
		color: #800;
		height: auto;
	}

	.left_box td.alertanaranja {
		background: #FEC;
		color: #800;
		height: auto;
	}

	.left_box td.alertaroja {
		background: #faa;
		color: #A00;
		height: auto;
	}

	.left_box td.inactivo {
		background: #888;
		color: #CCC;
		height: auto;
	}

		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 4px 0; color: #000; background: #FFF; padding: 3px 0px; }
	
	.left_box li {
		padding: 0px 0px 0 16px;
		color: #444;
		background: #fff url(li.jpg) no-repeat top left ;
	}

	/*.left_box a {background: #FFF;}*/
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="right"] {
    width: 100%;
  }
}


.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 4px 0 3px 0;
}

.right ul {
	list-style-type: square;
	list-style-position: inside;
}

	/*.right li {
		padding: 0px 0px 0 16px;
		color: #444;
		background: #f5f5f5 url(li.jpg) no-repeat top left ;
	}*/


	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 5px 0;
}

.image_r {
	float: right;
	margin: 0 9px 5px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: inherit; }


.texto-vertical {
	transform: rotate(-90deg);
}

.table-header-vertical th {
   height: 100px;
   line-height: 2px;
   font-size: 1em;
   font-weight: bold;
   color: #300050;
   white-space: nowrap;
   /*font-size: 1em;*/
}

.table-header-vertical a {
	color: #300050;
	text-decoration: none;
	font-size: 0.9em;
	background: #CCC;
	float: left;
	padding: 0;
	border-spacing: 0;

   /*font-size: 1em;*/
}



.table-header-vertical a:hover {
	color: #6000E0;
	text-decoration: none;
	background: #CCC;
   /*font-size: 1em;*/
}

table {
	width: 100%;
}

table,td,th {
	border: 1px solid #eee;
	border-collapse: collapse;
}

.table-borderless  {
	border: 0px;
}

table.table-borderless tr {
	border: 0px;
}

table.table-borderless td {
	border: 0px;
}

table.table-borderless th {
	border: 0px;
}

.rounded {
	border-radius: 4px;
}

table.table-striped tr:nth-child(even) {background-color: #f2f2f2;}

button {
	font-size: 1em;
	border: 1px solid #A9C0CE;
	background-color: #CDF;
	color: black;
	border-radius: 4px;
	padding: 2px 2px 2px 2px;
	margin: 4px 4px 4px 4px;
	box-shadow: 3px 3px 2px gray;

	display: inline-block;
}

*.btn {
	font-size: 1em;
	border: 1px solid #A9C0CE;
	text-decoration: none;
	background-color: #CDF;
	color: black;
	border-radius: 4px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	box-shadow: 3px 3px 2px gray;
	display: inline-block;
}

button:hover {
	background-color: #ABC;
	/*color: white;*/
}

.btn.btn-success {
	background-color: #c0FFc0;
	border-color: #008000;
	margin: 2px 2px 2px 2px;
}

.btn.btn-secondary {
	background-color: #f0F0f0;
	border-color: #808080;
	margin: 2px 2px 2px 2px;
}

.btn.btn-warning {
	background-color: #FFFFc0;
	border-color: #F0F080;
	margin: 2px 2px 2px 2px;
}

.btn.btn-danger {
	background-color: #FFc0c0;
	border-color: #D88;
	margin: 2px 2px 2px 2px;
}


*.btn:hover {
	background-color: #BCD;
}

*.btn-danger:hover {
	background-color: #Daa;
}

*.btn-success:hover {
	background-color: #aDa;
}


.table-body-center td {
	text-align: center;
}

.table-body-left td {
	text-align: left;
}


.donner-success {
	color: #0B0;
}

.donner-danger {
	color: #B00;
}

.donner-primary {
	color: #00B;
}

.donner-warning {
	color: #BB0;
}

.donner-info {
	color: #0BB;
}

.donner-secondary {
	color: #444;
}

.donner-muted {
	color: #AAA;
}


.table-title {
	color: #445;
	text-decoration: none;
	background:#EEE;
   /*font-size: 1em;*/
}

.table-title a {
	color: #445;
	text-decoration: none;
	background:#EEE;
   /*font-size: 1em;*/
}

.left_box p.bdy_coment
{
	color: #800;
	padding-left: 10px;
	font-size: 1.2em
}

*.text-danger {
	color: #f00;
}

*.text-right {
	text-align: right;
}

*.text-center{
	text-align: center;
}

div.card {
	width: auto;
	border: 1px solid #bbb;
	border-radius: 5px;
}

div.card-header {
	width: 100%;
	display: block;
	background-color: #bbb;
	color: white;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 5px;
}

div.card-body {
	padding: 10px 10px 10px 10px;
}

div.row {
	display: flex;
}


div.col-sm-1 {
	display: inline-block;
	width: 8.33%;
	min-width: 100px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

div.col-sm-2 {
	display: inline-block;
	width: 16.66%;
	min-width: 100px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

div.col-sm-3 {
	display: inline-block;
	width: 25%;
	min-width: 100px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

div.col-sm-4 {
	display: inline-block;
	width: 33.3%;
	min-width: 100px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-5 {
	display: inline-block;
	width: 41.67%;
	min-width: 100px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-6 {
	display: inline-block;
	width: 50%;
	min-width: 150px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-7 {
	display: inline-block;
	width: 58.33%;
	min-width: 150px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-8 {
	display: inline-block;
	width: 66.67%;
	min-width: 150px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-9 {
	display: inline-block;
	width: 75%;
	min-width: 150px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

div.col-sm-12 {
	display: inline-block;
	width: 100%;
	min-width: 150px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;

}

tr {
	border-radius: 5px;
}

div .hidden {
	display: none;
}


