@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:400,500);
body{
	background:#f5f5f5;
}
/**/

.header-container{}
/**/
.main-container{
	margin-top:60px;
	padding:7px 4px 35px 4px;
	min-height:400px;
}
/**/
.jumbotron p{
	font-size:14px;
}
/**/
.footer-container{
    width:100%;
    min-height:70%;
   	padding:14px 0px;
}
/**/
.list-group{
	margin:4px 0px;
}
/**/
.pagination{
	margin:0px;
}
/**/
.form-container{
	width:450px;
	margin:56px auto;
	background-color:#eee;
	padding:30px 20px;
	border-radius:3px;
}
.form-container h3{
	text-align:center;
	margin-bottom:30px;
	font-weight:bold;
}
/**/
.cont-cuadro{
	width:100%;
	margin-top:7px;
	margin-bottom:7px;
	padding:7px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 1px 2px  rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	 box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	border-radius:1px;
}