/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background-color: #ececec;
	padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #ffffff;
}

.banner {
    background-color: #cccccc;
    background-image: url(../images/bg.png);
}

footer {
    margin: 50px 0;
}

.textoTitulos1{
	font-size: 24px;
	font-weight: normal;
    color: #17335b;
}

.textoTitulos2{
	font-size: 24px;
	font-weight: normal;
    color: #008771;
}

.textoTitulos3{
	font-size: 14px;
	font-weight: normal;
    color: #008771;
	margin-bottom: 0px;
}

.textoTitulos4{
	font-size: 14px;
	font-weight: normal;
    color: #333333;
	margin-bottom: 0px;
}
