﻿h1 {
    display: inline-block;
}

.borderBottom {
    width: 95%;
    padding-bottom: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FFF;
    margin-top: 24px;
}

.float-right {
    float: right;
    margin-right: 40px;
}

.width-85percent {
    width: 85%;
}
/*
#masInfoTitle {
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
}*/

.separador-fila {
    position:relative;
    width:100%;
    overflow:hidden;
}

.cont_pagina {
    width:80%;
    margin:auto;
}

.form_contacta {
    margin-top:30px;
    position:relative;
}

.btn_submit {
    float:right;
}

.column-details {
    width: 45% !important;
    position:relative !important;
}

.separador-fila .column-details:first-child {
    float: left;
}

.separador-fila .column-details:last-child {
    float: right;
}

.form_contacta input[type="text"] {
    width:100%!important;
}

.borderBottom {
    width:100% !important;
}

.verificar {
    display:none;
}

#btn_llamame_form {
    color:#FFF;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #29749C;
    padding: 0.5em 1em;
    position:absolute;
    top:0;
    right:0;
    z-index:100;
}

.link{
    font-weight:bold;
    color:#f38a00;
    text-decoration:none;
    left: 0;
    width:100%;
}
