@import url(/styles/jquery-ui.css);
body{
	font-size: 11px;
	margin:0;
	padding:0;
	width: 100%;
	background-color: #333;
	background-color: #ddd;
	text-align:center;
}

div{
	margin:0;
	padding:0;
}

#wrapper{
	position: relative;
	max-width:962px;
	min-width:762px;

	margin:10px auto;
}

#page{
	position: relative;
	max-width:960px;
	min-width:760px;

	margin:4px auto;
	text-align:left;	
	
	background-color: #fff;
	height: 100%;

	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#top{
	position: relative;
	width: 100%;
	height: 105px !important;
	height: 107px;
	background-color: #FF9900;
	padding:0;
	margin:0;
	color: #fff;
	border-top:2px solid #fff;	
	border-bottom: 1px solid #fff;
}

#sup-top{
	/*display:block;*/
        /*visibility: hidden;*/
	padding:0;
	margin:0;
	clear:both;
	width:100%;
	border:none;
	text-align: right;
	color: white;
	vertical-align: middle;
}

#sup-top a{
	text-decoration: none;
}

#sup-top img{
	border: none;
}

.top-line{
	display: block;
	overflow: hidden;
	margin:0;
	padding:0;
	width:100%;
	height: 6px !important;
	height: 8px;
	background-color: #666;
	border-bottom: 2px solid #FFF;

}

#top #logo{
	position: relative;
	left:45px;
	padding:0;
	float: left;
	margin-top: 5px;
	width: auto;
}

#top #logo img{
	vertical-align: middle;
	margin-right: 4px;
        max-height:95px;
}

#top-forms{
	position: relative;
	top:12px;
	display:block;
	margin: 0;
	padding:0;
	float: right;
	width: 400px;
}

#top-forms .top-form{
	position:relative;
	float: right;
	clear: both;
	right:0;
	margin:0;
	padding:0;
	line-height: 28px;
}

#top-forms .top-form input{
	margin-left: 3px;
	vertical-align: middle;
	margin-right: 10px;
}

#top-forms .top-form .input-text{
	margin:0;
	width:190px;
	vertical-align: middle;
}

#top-forms .top-form .select-text{
	margin:0;
	width:194px !important;
	width:190px;
	vertical-align: middle;
}

#top-forms .top-form label{
	width:100px;
	text-align: right;
	margin:0;
	padding:0;
	padding-right: 10px;
	vertical-align: middle;
	color: #FFF;
}

#top-forms ul{
	margin-top: 12px;
	float: right;
}

#top-forms li{
	display:inline;
	float: left;
	width: 84px;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 0.92em;
}

#top-forms li a{
	text-decoration: none;
}

#top-forms li a:hover{
	text-decoration: underline;
}

#top #sup-header{
	position: absolute;
	margin:0;
	padding:0;
	bottom: -2px;
	left: 0;
	height:25px !important;
	height:27px;
	float: left;
	clear:both;
	width: 100%;
	border-top: 2px solid #fff;
	border-bottom:2px solid #fff;
}


/** footer */


#footer{
	clear:both;
	display:block;
	padding:0;
	margin:0 !important;
    margin-top:10px !important;
	background-color: #666;
}

#content-footer{
	clear:both;
	margin-left: 5px !important;
	color: #FFF;
}

#content-footer dl{
	clear:both;
	
}

#content-footer dl dt{
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

#content-footer dd{
	line-height: 16px;
}

#content-footer dl.results{
	position: relative;
	margin: 8px 3px 0px 0;
	padding: 0 0 0px 0;
	padding: 1px;
	border:none;
}

#content-footer dl.results a{
	color: #FFF;
	text-decoration: none;
}

#content-footer dl.results a:hover{
	text-decoration: underline;
}

#content-footer dl.results dt{
	background-image: none;
	color: #fff;
	border-bottom:1px solid #999;
	font-weight: bold;
	text-indent: 4px;
	line-height: 22px;
	margin-bottom: 4px;
}

#content-footer dl.results dd{
	line-height: 22px;
	background-image: url(../images/square.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
}

#footer a, #content-footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #content-footer a:hover{
	text-decoration: underline;
}


form div.form-group select#tipo.form-control{
    width: 100%;
    text-overflow: ellipsis;
}