
.page-main {
	padding-top: 40px !important;
}
.columns .column.main {
    min-height: 400px;
}


.content-technical-support {
	margin-top: 15px;
	position: relative;
}
.content-technical-support input[type="text"] {
    font-size: 12px;
    max-width: 368px;
    height: 35px;
	margin-right: 10px;
	width: 55%;
}
.content-technical-support button {
	width: 150px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.content-technical-support button:focus,
.content-technical-support button:active {
	background: #fe0000;
    border-color: #fe0000;
}



#technical_resource {
	margin-top: 30px;
}
#technical_resource .row {
	border-bottom: 1px solid #ccc;
    padding: 22px 0 20px;
}
#technical_resource .marca {
	font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
#technical_resource .tipo {
	font-weight: bold;
    display: inline-block;
}
#technical_resource .procedure {
    margin-top: 8px;
}



#autocompleter {
	max-height: 200px;
    overflow-y: scroll;
    width: 368px;
    border: 1px solid #ccc;
	background: #fff;
    padding: 10px 0 10px 40px;
    max-width: 100%;
    top: 72px;	
    position: absolute;
}
#autocompleter .coincidence {
	padding: 7px 15px;
}
#autocompleter .coincidence:hover {
	background: #f5f5f5;
}

@media (max-width: 540px) {
	#autocompleter {
	    top: 92px;	
	}
}

