/* GLOBAL STYLES*/

small
{
    font-size: 14px;
}
.icon-margin
{
    margin-right: 5px;
}

#button-top
{
    width:30px;
    height: 20px;
    background-color: #fff;
    position:fixed;
    right: 20px;
    bottom:20px;
    border-radius: 10px;
    border: 5px solid #317EAC;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    padding-top: 4px;
    opacity: 0.5;

}

#button-top:hover
{
    opacity: 1;
}

.logo
{
    margin-top:20px;
}

.mail
{
  float: right;
  font-size: 20px;
  margin-top: 15px;
}

.mail a
{
    color:#fff;
}

.navbar-inner {
  border: none;
  margin-top:20px;
}

.navbar .nav > li > a
{
    font-size:17px;
}

.banner
{
    border-radius: 4px;
    background-color: #eff8fd;
}

.banner-padding
{
    padding:23px 0 15px 45px;
}

.banner-text
{
    font-size:25px;
    color:#317EAC;
}

.btn
{
  background-color: #FFFFFF;
  background-image: -moz-linear-gradient(center top , #42ACE9, #42ACE9 5%, rgba(73, 188, 255, 0.36));
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 rgba(73, 188, 255, 0.36) inset, 0 1px 2px rgba(73, 188, 255, 0.36);
  color: #215473;
}


.btn:hover {
  color: #215473;
  text-decoration: none;
  background-color: rgba(73, 188, 255, 0.35);
  *background-color: #42ACE9;
}

.button-banner
{
    font-size:20px;
    padding:15px 30px;
    margin-right: 0px;
    margin-left:auto;
    line-height: 25px;
    margin-top:25px;
    text-align: center;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FDD932, #FDD932, #ffffff);
    box-shadow: 0 1px 0 #c4a828 inset, 0 1px 2px #c4a828;
    background-repeat: no-repeat;
    color: #215473;
}

.button-banner:hover
{
    color: #215473;
    text-decoration: none;
    background-color: #ffffff;
    *background-color: #FDD932;
    background-image: -moz-linear-gradient(center top , #fded9e, #fded9e, #FDD932);
}

.big-text
{
    font-size: 30px;
    color:#4A8A1E;
    margin-top:40px;
    text-align: center;
    margin-bottom: 40px;
}

.home-box
{
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 2px dotted #42ACE9;
    padding:20px;
}

.home-box-title
{
    color:#215473;
    font-size:28px;
    text-align: center;
    margin-bottom:20px;
    font-weight: bold;
}

.home-box-icon
{
    text-align: center;
    margin-bottom:10px;
}

.home-box-text
{
    font-size:15px;
    line-height: 25px;
    color:#215473;
}

.quote
{
    font-size: 28px;
    color:#42ACE9;
    margin-top:50px;
    text-align: center;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    border-top: 2px dashed #42ACE9;
    padding:30px;
    border-bottom-style: double;
}

.property-box
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    color:#215473;
    font-size:16px;
    line-height: 25px;
    padding:20px 10px;
    box-shadow:0px 1px 2px #215473;
    text-align: center;
    margin-bottom:20px;
}

.separator
{
    margin-top:30px;
    margin-bottom: 30px;
    height: 12px;
    background-color:#42ACE9;
    width: 100%;
    border-radius: 2px;
}

.footer-contact
{
    text-align: right;
}

.footer-copyright-text
{
    color:#42ACE9;
}

.examples-html-title
{
    text-align: center;
}

.examples-html-img
{
    border:4px solid #42ACE9;
    border-radius: 4px;;
}

.examples-html-img:hover
{
    opacity: 0.7;
}

/* TEMPLATE NOTFOUND*/

.notfound-img
{
    text-align: center;
}

/* TEMPLATE CONTACT*/

input, textarea, .uneditable-input {
  width: 600px;
}

label, input
{
    color:#42ACE9;
}

.text-info
{
    color:#215473;
    font-size: 17px;
}

.form-horizontal .btn
{
    float: right;
    margin-right: 75px;
}

/* TEMPLATE PRESUPUESTO*/

.presupuesto-html
{
    border-right: 1px solid #42ACE9;
    border-bottom: 1px solid #42ACE9;
    border-left: 1px solid #42ACE9;
    padding:20px;
}

.nav-tabs
{
    margin-bottom: 0px;;
}

.nav-tabs > li > a
{
  color:#215473;
  font-size: 18px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover
{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: #42ACE9;
  -moz-border-right-colors: #42ACE9;
  -moz-border-top-colors: #42ACE9;
  background-color: #EDF8FC;
  border-color: #42ACE9 #42ACE9 transparent;
  color: #215473;
}

.nav > li > a:hover {
  background-color: #EDF8FC;
}

.nav-tabs > li > a:hover {
  border-color: #EDF8FC #EDF8FC #42ACE9;
}

.nav-tabs {
  border-bottom: 1px solid #42ACE9;
}

#pestanas img
{
    margin-right: 16px;
}

.presupuesto-opcion-titulo
{
    line-height: 30px;
    color:#215473;
    font-size:17px;
}

.presupuesto-opcion-subtitulo
{
    color:#42ACE9;
    font-size:12px;
    font-style: italic;
}

.presupuesto-opcion
{
    margin-top:15px;
}

.small-separator
{
    height: 1px;
    background-color:#42ACE9;
    margin: 20px 0px;
}

.small-separator-dotted
{
    height: 2px;
    border-bottom: 1px dotted #42ACE9;
    margin: 20px 0px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.opcion-precio
{
    color: #da8f29;
    font-size: 12px;
}


.presupuesto-resumen-html
{
    background-color: #EDF8FC;
    padding:10px 15px;
    border-radius: 4px;
    overflow: auto;
}

.presupuesto-resumen-newsletter
{
    background-color: #EDF8FC;
    padding:10px 15px;
    border-radius: 4px;
    display: none;
    overflow: auto;
}

.presupuesto-resumen-navigate
{
    background-color: #EDF8FC;
    padding:10px 15px;
    border-radius: 4px;
    display: none;
    overflow: auto;
}

.resumen-propiedades
{
    overflow: auto;
}

.resumen-propiedad
{
  line-height: 10px;
  margin-right: 6px;
  margin-bottom: 8px;
}

.resumen-propiedad-resultado
{
  float: left;
  line-height: 20px;
  margin-bottom: 30px;
}

.resumen-title-final
{
    font-size:24px;
    font-weight: bold;
    float:left;
    line-height: 62px;
    margin-right: 8px;
    color:#215473;
}

.resumen-resultado,
.resumen-resultado-newsletter,
.resumen-resultado-navigate
{
    font-size:24px;
    font-weight: bold;
    float:left;
    line-height: 62px;
}

.opcion-checkbox
{
    color:#555555;
    height: 22px;
}

.contacto-presupuesto
{

}

.textarea-interacciones
{
    width: 814px;
}

.input-upload
{
    margin-bottom:8px;
}

.texto-precios
{
    color: #da8f29;
    font-size: 12px;
    margin-top: 20px;
}

/* TEMPLATE CONDICIONES */

.box-right
{
    margin-top:30px;
    background-color:#EDF8FC;
    border-radius: 4px;
    padding: 10px;
    display: block;
}

.box-right:hover
{
    text-decoration: none;
    background-color: rgba(71, 185, 251, 0.42);
}


.box-right-title
{
    font-size:20px;
    color:#215473;
    margin-bottom:20px;
}

.box-right-price
{
    text-align: right;
    color:#da8f29;
    font-style: italic;
}

.box-right-text
{
    color:#42ACE9;
    margin-top:10px;
    line-height: 20px;
    text-align: right;
}