/* -- HEADER -- */

.navbar{
  font-family: Arial, sans-serif;
	margin-bottom: 0;
}

.jumbotron{
  font-family: Arial, sans-serif;
	background: #428bca;
	color: #fff;
	padding: 0 0;
}

/*.jumbo img{
  font-family: Arial, sans-serif;
	width: 10%;
}*/

/*.jumbo small {
  font-family: Arial, sans-serif;
	color: #fff;
}*/

.navbar-header img {
	width: 10%
}

body{
  font-family: Arial, sans-serif;
}

.item a{
  color: #fff;
}


/* -- POST --*/

.main {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* -- línea separadora del articulo --*/
/*.post {
	padding-bottom: 20px;
	margin-bottom: 20px;*/
	/*border-bottom: 1px solid #999;
}*/


.post .post-title a{
	color: #333;
}

.post .thumb{
	margin-right: 10px;
	width: 50%;
}

.post .thumb img{
	width: 100%;
}

.banner-aside img {
	width: 100%;
}

.banner-footer {
	padding-top: 20px;
	margin-top: 20px;
	/*border-top: 1px solid #ccc;*/
}



/* -- FOOTER -- */

.foot-links a, .foot-links p{
  display: block;
   color: rgb(63, 63, 63);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: rgb(63, 63, 63);
  padding-bottom: 5px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  
}

.foot-links li{
  font-family: Arial, sans-serif;
  font-size: 13px;
}


.foot-links img{
	padding-top: 5px;
}

#footer{
  /*background: rgb(241, 241, 241);*/
  border-top: 1px solid rgb(222, 222, 222);
  margin-top: -2px;
  padding-top: 30px;
  padding-bottom: 30px;
 }
.foot-header{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
  
#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
#bottom-footer .phone img{
	margin-right: 7px;
}
#bottom-footer .phone .red{
	font-size: 22px;
  margin-top: -7px;
  font-family: Arial, sans-serif;
  font-size: 18px!important;
  color: #d10029!important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
	font-family: Arial, sans-serif;
  font-size: 12px!important;
  display: block;
  color: #626262!important;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
  margin-top: -5px;
}
#final-footer{
	font-size: 12px;
  	color: #666;
}

#final-footer i{
	font-size: auto;
}


@media screen and (max-width: 768px){
	.post .thumb {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 5px;*/
}

#bottom-footer .phone {
  margin-right: 30px;
  margin-left: 30px;

}

.sociales {
  text-align: center;
}

}