/* 
   GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


html{
    min-height: 100%;
    position: relative;
}
body {
  /*padding-bottom: 40px;*/
  background-color:#dbdbdb;
  /*background: url("img/background-body.jpg") no-repeat  center scroll;*/
  /*background-repeat: repeat-x;*/
  color: #000000;/*#5a5a5a;*/
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;/*Para que el footer no solape*/
}
header{
	margin-top:0px;
}

/*BOOTSTRAP Variations
--------------------------------------------------*/
.navbar{
   margin:0px;
   background-color: transparent;
   background: transparent;
  }
 .navbar-brand{
  color: #a5a5a5;
}

.img-thumbnail{
	padding:0px;
	margin:0px;
	border-radius:0px;
	border:0px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
    /*text-align: center;*/
    color: #fff;
    background: url("../img/background-header.png") no-repeat center scroll;
    background-color: #364b5f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
	/*height:90px;*/
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}


.propTitle {
    border-bottom: 1px dotted #389b17;
    color: #176d9b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    text-transform: uppercase;
}

.propContent {
    color: #6c6c6c;
    font-size: 14px;
    line-height: normal;
    margin-top: 15px;
}

p.propContent {
    color: #6c6c6c;
    text-align: justify;
}


/*Footer*/
.footer {
  position: absolute;
  padding-top: 7px;
  bottom: 0;
  width: 100%;
  color: #efefef;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #364b5f;
}
.footer a{
  color: #efefef;
}





