
body {

	background: url(../img/cabecera.jpg) top no-repeat;
    overflow-y: scroll;
}

.sub_content {
	padding: 5px 20px;
	background-color: rgba(238, 238, 238, 0.8);
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sub_content h3 {
	text-align: center;
}

@font-face{
	font-family:Hobo;
	src:url('fonts/HoboStd.eot');
	src:url('fonts/HoboStd.eot?#iefix') format('embedded-opentype'), url('fonts/HoboStd.ttf') format('truetype');
}

nav {
	background: url(../img/fondo_nav.png) repeat-x;
}

h3 {
	font-family: Hobo;
}

.btn-block {
	width: 100%;
}

#web {
	max-width: 1280px;
	height: auto;
	margin: 0px auto;
}

.logo_max {
	height: 100px;
	margin-top: 20px;

}

.logo_max img {
	height: 100%;
	padding-left: 30px;
}

nav, .nav-wrapper,a.sidenav-trigger, a.sidenav-trigger i {
	line-height: 35px !important;
	height: 35px !important;
	min-height: 35px !important;
}

.nav-wrapper a {
	font-family:Hobo;
	font-size: 22px;
	color: #000;
}

.nav-wrapper ul {
	width: 100%;
	text-align: center;
}

.nav-wrapper ul li {
	width: 25%;
}

#inicio.slider {
	margin-top: 30px;
}

.msg-ok {
	padding: 10px 20px;
	width: 100%;
	background-color: #689f38 ;
	text-align: center;
}

.msg-err {
	padding: 10px 20px;
	width: 100%;
	background-color: #e57373  ;
	text-align: center;
}

.logo-mov {
	height: 50px;
    vertical-align: middle;
    margin: 10px;
}

.aside {
	margin-top: 20px;
	font-family: Hobo;
	font-size: 16px;
	color: #000;
}
.aside li {
	padding: 5px 10px;
	margin-bottom: 5px;
}
.aside li.active, .aside li:hover {
	background-color: rgba(238, 238, 238, 0.8);
	border-radius: 4px;
}
.aside li a {
	font-family: Hobo;
	font-size: 20px;
	color: #000;
}

.licencia .small {
	font-size: 12px;
}

.licencia {
	border:1px solid transparent;
	border-radius: 2px;
	padding: 5px 0px;
	margin-bottom: 10px;
}

.licencia:hover {
	border:1px solid #000;
}

.licencias-header {
	text-transform: uppercase;
	font-weight: bold;
}

form.new .row {
	margin-bottom: 0px;
}

.slider .indicators .indicator-item.active {
	background-color: #18AEE0;
}