@charset "utf-8";

:root {
 	--color1:#cce4e7;
 	--color2:#80aba6;
 	--header_bk:#F6F6F6;
 	--border: #666;
 	--bk: #fff;
 	--border_w: 1px;
 	--even: #c9e2e5;
 	--odd: #fff;
 	--conff: #fafacb;
 	--bk_focus: #7b7474;
 	}

.container #resultados {
	float: left;
	position: relative;
}



body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, table {
	margin-top: 0;
}

td,th {
	padding-left: 5px;
	padding-right: 5px;
}

a img {
	border: none;
}
a:link {
	color: #414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;	
}

textarea {	
	height: auto;
	word-break: break-all;
	resize: vertical !important;
  
}

.conff {
	background-color:var(--conff);
}

.odd {
	background-color:var(--odd);
}

.even {
	background-color:var(--even);
}

.container {
	width: 100%;
	background-color: var(--bk);
	margin-top: 0px;
	margin-bottom: 0;
}
.header {
	background-color: var(--header_bk);
	color: #000000;
	height: 34px;
	min-width:1300px;
	padding: 5px;
	position: relative;
	z-index: 99999;
	margin: 0px;  
  
}
#resultados {
	background-color: var(--bk);
}
.sidebar1 {
	background-color: var(--color1);
	padding-bottom: 20px;
	min-width:1300px;
	height:16px;
}
.content {
	margin: 20px;
	background-color: #FFF;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
 
ul.nav {
	list-style: none;
	border-top: 1px solid var(--border);
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid var(--border);	
	border-right: 1px solid var(--border);
  float:left; 
}
ul.nav a  {
	padding: 6px 15px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: var(--color2);
	color: #E7E5E5;
}

 ul.nav a:visited {
	padding: 6px 15px 5px 15px;
	display: block;
	text-decoration: none;     	
	color: #E7E5E5;
}

ul.nav a:hover, ul.nav a:focus {
	background-color: var(--bk_focus);
	color: #000000;
}

table {
	border-color: var(--border);
	border-width: var(--border_w);
}

li.selected a 
  {
  background-color: var(--bk_focus);  
  }
 
.footer {
  padding: 10px 0px 0px 0px;
  margin-left:20px;	
	font-size: 0.7em;
	width: 100%;
	float: left;
	text-align: center;
	position:fixed;   
  bottom:0px;
  height:25px;  
  background:#FFFFFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.titol1 {
	white-space:nowrap;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
.titol2 {
	white-space:nowrap;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.titol3 {
	white-space:nowrap;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 200%;    
  position:absolute;
  min-width:800px;   
  top:7px;
  margin-top: -7px;
  text-align: center;
  }
