/* CSS Document */
.fuenteblanca{
	color: #B5B5B5;
	}
.fuentegris {
	color:#BDBDBD;
	}	
.fuenteviva{
	color: #FF7600;
	}	
.fuentegrande {
	font-size: 1.1em;}	

.color1 {
	background-color:#FF0004;
}
.recomendar {
	color: #6B0000;
	font-size: 0.8em;
	text-align: center;
}
.fondo {
	background:url(../imagenes/jpg/cafe-banner.jpg);
	}
.footer1 {
	background-color:#000000;
	}	
.altominimocontenido{
	min-height: 500px;
	}
	
	
/* ICONOS DEL MENU*/
.nav {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	
	
	}
.nav a {
	color:#9E9E9E;
	display: block;
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}
.nav a:hover {
	color: #FD7E00;
}
.sombrablanca {

	text-shadow: 0.1px 0.1px  #828282;
	}
.sombranegra {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 0 1px #000000;
	}	

.textcentral{
	vertical-align: central;
	padding-top: 15%;
	padding-right: 0;
	padding-left: 0;		
}
 	
	

.banner1{
	background-image: url(../imagenes/jpg/cafe%20en%20molido%20.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}
.banner2{
	background-image: url(../imagenes/jpg/cafe%20en%20grano%20chan%20chan.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}

.banner3{
	background-image: url(../imagenes/jpg/cursos%20de%20baristeria%20en%20bogota%20colombia.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}

.banner4{
	background-image: url(../imagenes/jpg/espresso%20perfecto.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}

.banner5{
 	background-image: url(../imagenes/jpg/catacion%20de%20cafe.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}
.banner6{
	background-image: url(../imagenes/jpg/metodos%20de%20preparacion%20alternativos.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}
.banner7{
	background-image: url(../imagenes/jpg/cursos%20de%20cafe%20para%20turistas.jpg);
	height: 10%;
	min-height: 300px;
	background-size: cover;
}
