/* Space out content a bit */
body {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Droid Serif', serif;
        font-size: 15px;
}
a {
	text-decoration: none !important;
	color: #000000;
}
/* Custom page header */
.header {
	margin-bottom: 0px;
}

/* Custom page footer */
.footer {
	margin-top: 10px;
	padding-top: 19px;
        border-top: #dddddd solid 1px;
	color: #777;
}

.logo {
	margin-top: 5px;
}
.container-narrow > hr {
	margin: 30px 0;
}
.panel-title {
	font-weight: bold;
}
.panel-heading {
	font-weight: bold;
}
.caption {
	padding: 0px;
}
.progress {
	padding: 0px;
	margin: 0px;
}

.nav-shadow {
    width: 100%;
    height: 15px;
    background: url(../img/nav-shadow.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    bottom: 5px;
}

#entrada {
	border: solid #e7e7e7 1px;
	background-color: #f8f8f8;
        border-radius: 4px;
	margin-bottom: 15px;
	padding: 10px;
}


/* Customize container */
@media (min-width: 768px) {
.container {
	max-width: 960px;
}
.form-group {
width: 465px;
float: left;
margin-right: 5px
}
}