body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
img {
	max-width:100%;
}

.libro {
    margin-bottom: 22px;
}
	.libros .modal img, 
	.libro img {
		width:100%;
	}
	.libro > div {
		background: #f0f0f0;
		padding: 10px;
	}
	.libro h6 {
		margin: 0 0 -10px 0;
	}
	.libro.h300 img {
		height: 300px;
	}
	.cuadernillos a,
	.libros .modal a {
		color:#00123F;
	}
	.cuadernillos a:hover,
	.libros .modal a:hover {
		text-decoration:none;
		color:#fd8f2e;
	}
	.cuadernillos li,
	.libros .modal li {
		list-style: none;
	}
	.cuadernillos ul,
	.libros .modal ul { 
		padding: 0;
	}

.link-inicio {
    color: #062155;
    font-size: 20px;
    text-transform: uppercase;
}
.link-inicio:hover {
    color: #FD8F2E;
    text-decoration:none;
}
header {
    padding: 10px 0 7px;
    background-color: #FFF;
    border-bottom: solid #fd8f2e 8px;
} 

.redes-sociales{
	font-size: 18px;
}
.redes-sociales a{
	font-size: 32px;
}
	.fa-facebook-square {
		color:#304E8C;
	}
	.fa-twitter-square {
		color:#34BEED;
	}
	.fa-linkedin {
		color:#1270A6;
	}
	.fa-youtube-square {
		color:#ff0000;
	}

	
#informacion {
    padding: 25px 0;
    background-color: #ECECEC;
}
	#informacion .container {  
		background-color: #FFF; 
		padding: 25px 40px;
	}
	#informacion h1 {  
		font-family: 'Quicksand', sans-serif;
	} 
.registro {
	display:none;
}
	.registro label {
		text-align:right;
	}
footer {
    background: #CBCBD4;
    padding: 20px 0;
    font-size: 12px;
}	 
	footer .copyright p {
		text-align:right;
	}

@media (max-width: 992px){ 
}	
	
@media (max-width: 768px){
	header .col-md-8 {
		text-align: center;
	}  
	#informacion .col-md-2.imagen {
		width: 33%;
	} 
}	
	
