.unorder-list {
	list-style:none;
	font-weight:normal;
	color: #393939;
	font-family: Arial;
	font-size: 0.9375rem;
	line-height: 1.3;	
}
.unorder-list li:before {
	content: " - ";  
}  
.default-input{
	margin-bottom:10px;
	margin-bottom:0.625rem;
	padding:12px;
	padding:.75rem;
	width:100%;
	border:1px solid #999;
        -webkit-appearance:none;
        -webkit-border-radius: 0;
}
.default-select { 
	border: 1px solid #999999;
	margin-bottom: 0.625rem;
	padding: 0.75rem; 
	width: 15%;
	float:left;
	margin-right:1.1rem;
        -webkit-appearance:none;
        -webkit-border-radius: 0;
}
.default-fullname {
	border: 1px solid #999999;
	margin-bottom: 0.625rem;
	padding: 0.75rem;
	width: 82%;
}
.search {
	margin:20px 0;
}
.default-search {
        border: 1px solid #999999;
        margin: 0.225rem;
        padding: 0.75rem;
        width: 32%;
	float:left;
}
.default-search-select {
        border: 1px solid #999999;
        margin: 0.225rem;
        padding: 0.7rem;
        width: 32%;
        float:left;
}
.default-button-search {
    background-color: #17345C;
    border: 0 none;
    display: block;
    float: left;
    height: 2.5rem;
    line-height: 25px !important;
    margin: 3px 20px;
    text-align: center;
    width: 15%;
}
.bold {
	 font-weight:bold;
}

@media screen and ( -webkit-device-pixel-ratio: 1 ) {
	.select:after {
		content: "▼";
		display: inline-block;
		position: absolute;
		right: 22%;
		font-size: 15px;
		float: right;
		margin-top: 10px;
		pointer-events:none;
	}
        .select-treatment:after {
                content: "▼";
                display: inline-block;
                position: absolute;
                left: 26%;
                font-size: 15px;
                float: right;
                margin-top: 10px;
                pointer-events:none;
        }
}

@media screen and ( -webkit-device-pixel-ratio: 1 ) and ( max-width: 1024px ) {
	.select:after {
		right: 15%;
	}
        .select-treatment:after {
		left:18%;
	}

}

@media screen and ( -webkit-device-pixel-ratio: 1 ) and ( max-width: 768px ) {
	.select:after {
		right: 5%;
	}
        .select-treatment:after {
		left:12%;
	}
}
.contact-form fieldset {
	color: #777777;
	font-family: Arial;
	font-size: 0.6875rem;
	font-weight: 700;
}
.contact-form label.checkbox {
	margin-right:1.2rem;
}
.contact-form legend {
	margin:0.825em 0;
}
.contact-form checkbox {
	margin:0.625rem;
}
.contact-form fieldset label {
	margin-left:0.625rem;
}
.space-left {
	margin-left:0.625rem;
}
.default-checkbox {
    border: 1px solid #999999;
    margin-bottom: 0.625rem;
    padding: 0.75rem;
}
.label {
    margin-bottom: 0.625rem;
    padding:0.9rem 0;
    width: 100%;
    color: #777777;
    font-family: Arial;
    font-size: 0.6875rem;
    font-weight: 700
}

.file {
	clear:both;width:100%
	padding:0 0 50px 0;
}
.file label {
    color: #777777;
    font-family: Arial;
    font-size: 0.6875rem;
    font-weight: 700;
}
.description {font-size:1em; margin:auto;text-align:left }
.alert {font-size:1.5em;color:red;margin:1% 0}


.doc-menu-item {
    height: 100%;
    padding-bottom: 0.5625rem;
    padding-top: 0.5rem;
    width: 100%;
}
.doc-menu-item {
    color: #FEFEFE;
    font-family: 'Duru Sans',Arial,sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
}

.doc-nav-container-item {
    border-bottom: 1px solid #02723E;
    border-top: 1px solid #35A571;
    display: block;
    padding: 0 0.3125rem 0 1.4375rem;
    position: relative;
    text-transform: lowercase;
}
#doc-hidden {
    display:none;
}
.search  {
	width:80%;
	margin:0 28% !important;
	display:block;
}
.resultado {
	clear:both;
	padding:30px 0;
	text-align:center;
	color:gray;
}


