@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu1.css);@import url(menuorion.css);
@import url(banner.css);
@import url(blog.css);
@import url(blog2.css);
@import url(blog3.css);
@import url(blogmenumovil.css);
@import url(productos2.css);
@import url(info.css);
@import url(contacto.css);
	
* {
	margin: 0;
	padding: 0;
	text-align:center;
	box-sizing: border-box;
}

body {
	/* [disabled]font-family: 'Open Sans', sans-serif; */
	background: #000;
}

header {
	width: 100%;
	height: 50px;
	/*color: #000;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 10px;
	color: #360;
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
}

.contenedor {
	width: 98%;
	margin: auto;
	text-align: left;		color: #000;
}

h1 {
	float: left;

}

h4 {
	float: center;
	font-family: 'Open Sans', sans-serif;
	color: #09F;
	
	
}

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

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


header .contenedor {
	display: table;
}

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

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

/*cambiar el color de fondo del menu central etiqueta original*/
#bienvenidos2 {		margin-top: 70px;
	text-align: center;
	/*padding: 10px;*/
	color: #333;
	/*background-color: #003366;*/	background-color: #021B39;
}


/*cambiar el color de fondo del menu central*/
#bienvenidos2bco {
	text-align: center;
	/*padding: 10px;*/
	color: #333;
	background-color: #fff;
}


#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: #CCC;
}

footer .contenedor {		margin-bottom: -50px;	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copy {		margin-bottom: -15px;	margin-top: 15px;
	font-size: 18px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

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

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


@media (max-width:768px) {
	footer {		height: 80px;	}	}



@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;
	}
}
