.carousel-header {
	width:100%;
}
.carousel-demo {
	width:100%;
}
.carousel-demo-vertical {
	height:260px;
	width:135px;
}
.carousel-demo li {
	background:#ccc;
	border:1px solid #fff;
	color:#666;
	float:left;
	font-weight:bold;
	font-size:3em;
	height:124px;
	list-style:none;
	padding:0px 0 0 0;
	margin:0 10px 0 0;
	text-align:center;
	width:2100px;
}
.carousel-demo-vertical li {
	margin:0 0 10px 0;
}
.carousel-texto {
	width:100%;
	overflow:hidden;
}
.carousel-texto li {
	border:0px solid #fff;
	float:left;
	font-size:1.25em;
	font-family:"LondonMM";
	color:#0096A9;
	height:60px;
	list-style:none;
	padding:0px;
	margin-right:20px;
	margin-left:20px;
}
.carousel-footer {
	background:#0096A9;
	width:100%;
	height:60px;
	text-align:center;
	vertical-align:middle;
	font-size:1em;
	font-family:"LondonMM";
	color:white;
}
.carousel-footer table{
	vertical-align:middle;
	width:100%;
	height:60px;
}
.carousel-footer a{
	background:#0096A9;
	font-size:1em;
	font-family:"LondonMM";
	color:white;
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}
.LondonMMgray {
	font-size:1.25em;
	font-family:"LondonMM";
	color:rgb(166,166,166);
}
.LondonMMinst {
	font-size:1em;
	font-family:"LondonMM";
	color:#0096A9;
}
header {
    padding:20px; 
    height:15%;
    width:100%;
}
nav {
	text-align:center;
    height:300px;
    width:100%;
    float:left;
    padding:5px; 
}
section {
	text-align:center;
    height:15%;
    width:100%;
    float:left;
    padding:10px; 
}
footer {
	background:#0096A9;
	width:100%;
	height:10%;
	text-align:center;
}