/*body{
	background: #282828;
}*/

.container{max-width: 960px}

.row-header{
	background: #2c5f98;
	height: 130px;
	padding-top: 15px;
	color: #fff;
}

h1{margin-top: 15px;}
h2{margin-top: 15px;}

.row-header hr{margin:15px 0;opacity: .1}

/*.col-foto{width: 100px;height: 100px;}*/
.col-foto a{border:3px solid #fff;display: block;width: 100px;height: 100px;}
.col-foto img{max-width: 94px;max-height: 94px;}

.row-menu{
	background: #000;
	padding: 10px 15px;
	text-align: center;
}

.row-menu ul li{display: inline-block;float: none;}
.row-menu .nav-pills > li > a{border-radius: 0}
.row-menu ul li span.hidden-xs{margin-left: 7px;}

.nav-pills > li > a{color: #2c5f98}
.nav-pills > li.active > a
,.nav-pills > li.active > a:hover
,.nav-pills > li.active > a:focus{background: #2c5f98}

h1{font-size: 18px}
h2{font-size: 14px}

.carousel{padding: 0 15px}
.carousel-inner{min-height: 200px}

@media (min-width: 768px) {
	body{background: #efefef;padding:20px 0;}
	.container{box-shadow: 0 0 3px rgba(0,0,0,.7)}
	.cuerpo{background: #fff}
	.carousel-inner{min-height: 360px}
	h1{font-size: 22px}
	h2{font-size: 18px}	
}