header{
	background: #FFF;

}

.boxLogos {
  margin: 10px auto;
  text-align: center;
}
.boxLogos .boxLogo {

  margin-right: 30px;
  display: inline;
  vertical-align: middle;
}

.boximg {
  margin: 10px auto;
  text-align: left;
}
.boximgs .boximg {

  margin-right: 10px;
  display: inline;
  vertical-align: middle;
}

.blanco{
	background: #FFF;
	color: #000;
}
.main{
	background: #f2f2f2;
}

.color1{
	background: #34495e;
	color: #fff;
}

.color2{
	background: #BA1B1B;
	color: #fff;
}
.color3{
	background: #337AB7;
	color: #FFF;
}
.color5{
	background: #F0AD4E;
	color: #FFF;
}
.color4{
	background: #5CB85C;
	color: #FFF;
}
.color6{
	color:#fff;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}
.coloraside{
	background: #c0392b ;/*c0392b*/
	color: #fff;

}
aside{
	background: #48cfad ;/*FEFEFE*/
	color: #fff;
}


footer{
	background: #c0392b ;
	color: #fff ;
	font-size: 12px;

}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
  background:#fff ;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.tel{
	color: #FEFEFE ;


}

nav ul li{
	color: #FEFEFE;
	background: #c0392b;

}
.navbar-default{
	background: #c0392b;
	color:#FEFEFE;
}

.navbar ul li{
	color:#FEFEFE;
}

nav ul li:hover {
  background: #F67D69;
  color:#FEFEFE;

}

* {

	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.lateral{
	position: fixed;
	display: inline-block;
	left: 10px;
	top: 180px;
	z-index: 1500;
	background: #FFF;
}
.social{
	position: fixed;
	left: 0;
	top: 200px;
	padding-top: 200px;
	z-index: 2000;
}

.social ul{
	list-style: none;
}

.social ul li a{
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social ul li .icon-facebook {background:#3B5998; }
.social ul li .icon-twitter {background:#00ABF0 ;}
.social ul li .icon-googleplus {background:#D95232 ;}
.social ul li .icon-mail {background:#666666; }

.social ul li a:hover{
	padding: 10px 30 px;
	background: #000;
}

.MenuInferior {
    
    min-height:20px;    
    margin-top: 5px;
    float: center;
    padding-left: 200px;
 
}

.MenuInferior ul {
        margin-bottom: 4px;
}
.MenuInferior ul li {
    display: inline-block;
    margin-left: 20px;
    padding-right: 10px;            
}
.MenuInferior ul li a {
        text-decoration: none;
        font-size: 13px;
        color: white;
}

.MenuInferior ul li a:hover {             
        opacity:0.6;
        color:#000;
 }

.MenuInferior p {
display: inline-block;

float:center;
color:white;
font-size:14px;
text-align:center;
}



.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }