body{
	
	background-color: #cecece;
}
hr{
	background-color: #ffffff;
}

h1{
	font-size:64px;
}

a{
	color: #007bff;
}

article{
	padding-top:20px;
}

nav{
	border-radius:10px;
}

.dropdown-menu{
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bloc{
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bloc .list-group-item{
	font-size:14px;
	background-color:inherit;	
}

.container{
	background-color: #ffffff;
}

.relleno_top{
	padding-top:10px;
}

.relleno_bottom{
	padding-bottom:10px;
}

.titulo{
	font-size:36px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

@media (min-width:576px){
	.container{
		max-width:540px;
	}
}
@media (min-width:768px){
	.container{
		max-width:720px;
	}
}
@media (min-width:992px){
	.container{
		max-width:1100px;
	}
}