@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(blog2.css);
@import url(blog3.css);
@import url(blog7.css);
@import url(productos2.css);
@import url(info.css);
@import url(contacto.css);
	
* 



h1 {
	float: left;

}

h4 {
	float: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFC;
	border: #C4EEF7 1px solid;
	text-align: center;
	
	
}

h3 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	text-justify:auto;
	img {
	width: 600px;
	height: 600px;
	/*
	background-image:url(../img/FondoContenido.png)
	*/
	
	
	
}

h2 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	
	
}


header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
	background: #F9F9F9;
}

#bienvenidos {
	text-align: center;
	color: #CFF;
	background: #F9F9F9;
}

#bienvenidos2 {
	text-align: center;
	/*padding: 10px;*/
	color: #036;
	background: #C7DBFA;
}


#pagos {
	text-align: center;
	color: #666;
}



#pagos .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


#pagos img {
	width: 320px;
	height: 180px;
	
}





footer {
	width: 100%;
	background: #D5E3A6;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copy {
	font-size: 10px;
	color: #360;
	font-family: 'Open Sans', sans-serif;
}

.sociales {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	
	
}

sociales .a {
	font-size: 30px;
	text-decoration: none;
	color: #eee;
	
}



footer .sociales a {
	font-size: 26px;
	text-decoration: none;
	color: #360;
	
}







@media (min-width:768px) {
	.sociales {
		width: auto;
	}
	footer .contenedor {
		justify-content: space-between;
	}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
}

@media (min-width:2000px) {
	.contenedor {
		width: 2000px;
	}
}



@media (min-width:768px) {
	#pagos img{
		width: 640px;
	height: 360px;
	}
}
