/*
Azul: 004890
*/

body {
	/*background: url(../img/body.png) repeat-x;*/
}
h5 { margin: 0;}

a:link, a:visited {
	color: #004890;
}

.usc {
	background-image: url(../img/logo.png);
	width: 349px;
	height: 75px;
}
#cabeceira h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
}

#menu {
	font-size: 0.8em;
	/*background: #eee;*/
	background: #004890;
	border: solid 1px #ddd;
}
#menu a {
	color: #fff;
	/*background: none;*/
	background: #004890;
	padding: 3px 8px;
	float: left;
}
#menu a:hover, #menu .select a {
	background: #fff;
	color: #004890;
}

#buscador label {
	margin-right: 20px;
	font-size: 0.8em;
}

#buscador .exemplo {
	font-size: 0.75em;
}

#volumes a {
	font-size: 1.2em;
}

#buscador .exemplo a  {
	color: #004890;
}

#texto {
	width: 349px;
	background: url(../img/buscar.png) no-repeat;
	padding: 6px 5px 8px 5px;
	border: none;
	/*color: #999;*/
}
.buscar {
	width: 40px;
	height: 40px;
	margin-left: 310px;
	margin-top: -40px;
	position: absolute;
}


.axuda img {
       display: inline;
}

ul.datos-busca {
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4em;
}
ul.datos-busca .titulo {
	font-size: 1.2em;
	font-weight: bold;
}
ul.datos-busca strong {
	clear: left;
	color: #004890;
}
.norte {
	position: relative;
	top: -100px;
	margin-left: 420px;
	z-index: 1000;
}
.lenda {
	border: solid 1px #000;
	margin-top: -80px;
}
.lenda div {
	padding: 20px;
}
.lenda ul {
	list-style: none;
	margin: 0;
	font-size: 0.75em;
	float: left;
	width: 49%;
}
.lenda ul li {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.lenda span {
	float: left;
	width: 20px;
	height: 15px;
	border: solid 1px #000;
	background: #FFF;
	margin-right: 5px;
}
.lenda .cor-1 { background: #FFFDBA; }
.lenda .cor-2 { background: #FFDD7C; }
.lenda .cor-3 { background: #FFBB56; }
.lenda .cor-4 { background: #FE9C0F; }
.lenda .cor-5 { background: #F95029; }
.lenda .cor-6 { background: #CC1E2A; }


#pe {
	text-align: center;
	font-size: 0.7em;
	padding: 20px;
}
#pe strong {
	color: #BBB;
}



.tableone th {
	color: #fff;
	padding: 5px 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	border: none;
	background: #004890;
}
.tableone th a {
	color: #fff;
	text-decoration: none;
	background: url(../img/ordenar.png) no-repeat left center;
	padding-left: 15px;
}
.tableone th a.sortUp {
	background-image: url(../img/asc.png);
}
.tableone th a.sortDown {
	background-image: url(../img/desc.png);
}
.tableone th a:hover {
	text-decoration: underline;
}
.tabletwo td {
	color: #777777;
	font-size: 0.8em;
	border: none;
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #DDD;
}

.tabletwo tr:nth-child(odd) {
	background: #EFEFEF;
}
.suxerencias .tabletwo td {
	padding-bottom: 0;
	padding-top: 0;
}

.tabletwo td a {
	color: #004890;
	text-decoration: underline;
}
.tabletwo td a:hover {
	text-decoration: none;
}

.tableone {width:460px; border-collapse:collapse; margin: 0;}
.tabletwo {width:440px; border-collapse:collapse; margin: 0;}
.th1 {width:155px;}
.th2 {width:120px;}
.th3 {width:80px;}
.th4 {width:70px;}

.td1 {width:160px; padding-left:10px;}
.td2 {width:125px;}
.td3 {width:75px;}
.td4 {width:75px;}

.innerb {height:250px; overflow:auto;}
.suxerencias .innerb {height:150px;}



#descargar {
	font-size: 0.75em;
}
#descargar a, #descargar a:hover, #descargar a:active {
	color: #004890;
	padding: 5px 20px 5px 0;
	background: transparent url(../img/page_white_acrobat.png) no-repeat center right;
}
#descargar a:hover {
	text-decoration: none;
}


.tdfirst {vertical-align: top; color: black !important;}





#contido-texto {
	line-height: 1.3em;
	font-size: 0.9em;
	text-align: justify;
}
#contido-texto h2 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}
#contido-texto p, #contido-texto ul {
	margin-bottom: 1em;
}


#lang {
	margin: 0;
	padding: 0;
	font-size:0.8em;
	text-align: right;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
}