a.cotizaLink,
a.cotizaLink:visited{text-align: center;display: block;margin: 50px auto; padding: .6em 1.2em; background:#303192 ; border-radius: 4px;color:#fff !important;}

a.cotizaLink:hover,
a.cotizaLink:active {background:#D15503;}


.main-nav li {
text-align: center;
width: 24.5%;
position: relative;
}

.main-nav>ul>li:nth-child(3) {
background: #e2ab36;
    color:#fff2 !important;
}


.main-nav>ul>li a:hover, .main-nav .nav-parent {
 background: auto !important; 
}

.main-nav .nav-parent {background: 100%;}

.main-nav>ul>li:nth-child(3)> a {
 background: #e2ab36 !important; 
    color:#fff !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom:5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none
}

input[type=checkbox], input[type=radio] {
    margin: 1px 0 0;
    line-height:normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display:block
}

input[type=file] {
    display:block
}

input[type=range] {
    display: block;
    width:100%
}

select[multiple], select[size] {
    height:auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset:-2px
}

output {
    padding-top:7px
}

.form-control {
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color:#999
}

.form-control::-webkit-input-placeholder {
    color:#999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color:#3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border:0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity:1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor:not-allowed
}

textarea.form-control {
    height:auto
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
}

#contactForm {width:100%;}


input, select {
color: #000;
width: 90%;
border: none;
border-bottom: 1px solid #8a954a;
font-family: Lato,"Fjalla One", verdana, arial, helvetica, helve, sans-serif;
padding: 5px;
background: rgba(0,0,0,0);
margin: 0px 0px 10px 0px;
-webkit-transition: background-color 0.5s ease-in-out;
-moz-transition: background-color 0.5s ease-in-out;
-o-transition: background-color 0.5s ease-in-out;
-ms-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
}

#contacto select {
width: 85%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#form_message.form-control {width:90%;}


input[type=submit] {
	color: #fff;
	width:160px;
	margin-right:8%;
	margin-top:20px;
	font-weight: bold;
	border-radius:5px;
	box-shadow: 0px 1px 2px #000000;
		padding: 1em 1.5em;
		background-color: #223653;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:right;	
}


input[type=submit]:hover {
	background-color: #5f728d;
	box-shadow: none;
		
}

a.firma {
top: 20px;
background-image: url(../images/e_mail.png);
background-repeat: no-repeat;
background-position: left 3px; 
padding-bottom: 5px;
padding-top: 0px; 
margin-bottom: 10px;
margin-top: 0;
font-size: 22px;
    color:#fff !important;
}