html, body {
	background-color: #FAFAFA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		background-image:url(biblioteca.jpeg");
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.container {
	width: 300px;
}
.content  h4{
	text-align:center;
}
.container > .content {
	background-color: #FFF;
	padding: 20px;
	margin: 0 -20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.form-signin {
	background-color: #FFF;
}
.login-form {
	margin-left: 65px;
}
legend {
	margin-right: -50px;
	font-weight: bold;
	color: #404040;
}
.topCabecera{
	background-color:#EAEBEE;
	padding:10px;
	top:0;
}
.contenedor{
	margin:auto;
	width:93%;
}
.icon{
	float:left;
	width:80px;
	text-align:center;
	margin-right:30px;
	margin-top:30px;
}
.icon  img{
	margin-bottom:10px;
}
.miCont{
	margin:15px;;
	width:95%;
	height:100px;
	margin:auto;
}

.losIconos{
	margin:auto;
	margin-top:40px;
	width:100%;
	background-color:#F7F7F7;
	height:200px;
	padding-top:30px;
}
