@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------Formato o Estilos de toda la página */
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
/* ------------------------------------------Barra de Navegación Menú Principal */
#menuprincipal {
	display: flex;
	justify-content: flex-start;
	width: 96%;
	height: 60px;
	padding: 0% 2%;
	background-color: #000000;
	border-bottom: 1px groove;
	border-top: 1px groove;
}
#menuprincipal>div {
	flex: 1;
	max-width: 960px;
}

#menuprincipal li {
	display: inline-block;
	height: 45px;
	padding: 15px 10px 0px 10px;
	margin-right: 5px;
	font-size: 20px;
}
#menuprincipal a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuprincipal a:hover {
	color: #ffa500;
	font-weight: bold;
}
#menuicono{
	display: none;
	width: 95%;
	height: 38px;
	padding: 12px 2% 0px 3%;
	background-color: #ffffff;
	border-bottom: 1px groove;
	border-top: 1px groove;
}
/* ------------------------------------------Encabezado------------- */
#cabeceralogo {
	display: flex;
	justify-content: center;
	width: 96%;
	height: 150px;
	padding: 0% 2%;
	background-color: #ffa500;
	border-bottom: 1px groove;
	border-top: 1px groove;
}
#cabeceralogo>div {
	flex:1;
	max-width: 960px;
	padding-top: 30px;
	text-align: center;
}
#cabeceralogo h1 {
	font-size: 60px;
	letter-spacing: 20px;	
}
/* ------------------------------------------PRINCIPIO ZONA EDITABLE  MAIN -------------------- */
main {
	display: flex;
	justify-content: center;
	width: 96%;
	padding: 2%;
}
/* ------------------------------------------ CONTENEDOR MAIN PRODUCTOS***********************/
/* Offer text banner*/
#offer {
	background-color: #FFD700;
	margin: 5% 5%;
	padding: 5%;
}
.tituloencabezado {
	text-align: center;
	padding-bottom: 15px;
}
#offer p{
	font-size: 20px;
}
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;
}
/* Sidebar */
#content .sidebar {
	float: left;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: #FFD700;
	padding-top: 36px;
	height: auto;
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 70%;
	text-align: center;
	padding-left: 4%;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: #ffa500;
	font-size: 14px;
	margin-bottom: 21px;
}

/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: #000000;
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	width: 22%;
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	
	font-size: 22px;
	position: relative;
		
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	white-space: pre-wrap;
}


/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: #000000;
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color:darkblue;
	font-weight: bold;
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 20px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 15px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}

/* ------------------------------------------FINAL ZONA EDITABLE MAIN--------------------------- */


/* ------------------------------------------Footer */
footer {
	color: green;
	font-size: 25px;
	text-align: center;
	background: #ffa500;
	padding: 50px;
	border-top: 1px groove
}
footer>a {
	color: green;
	text-decoration: none;
}
footer>a:hover {
	color: darkblue;
	font-weight: bold;
}

/* -------------------------------------------DISEÑO IPAD 720PX */

@media (max-width: 720px){
	
#cabeceralogo h1 {
		letter-spacing: 10px;
}

	
/* -------------------------------------------Menú diseño para iPad y de celulares */

#menuprincipal {
	display: none;
	width: 100%;
	height: 100%;
	padding: 0%
}
#menuprincipal li {
	display: block;
	margin-right: 0px;
	text-align: center;
}
#menuicono {
	display: block;
}

/* -------------------------------------------DISEÑO IPAD 720PX PRODUCTOS------------*/
/* Media query for tablets */

/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
/* sidebar */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}
/* horizontal separators in sidebar */
#content .sidebar hr {
	display: none;
}
/*The sidebar and maincontent of page */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;
}
/* Unordered List of links */
#menubar .menu ul {
	display: inline;
}
/*list elements */
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}
/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {
	display: none;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
/* offer banners content */

/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
/* Prices of products in catalog view */
.productRow .productInfo .price {
	font-size: 19px;
}
/* Content holders in catalog view */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-size: 15px;
}

/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 22%;
}
#content .mainContent {
	float: left;
	width: 95%;
	text-align: center;
	margin-top: 5%;
}
}

/* --------------------------------------DISEÑO CELULARES 480PX */

@media (max-width: 480px){
	
	#cabeceralogo > div {
	text-align: center;
}
	#cabeceralogo h1 {
		font-size: 46px;
		letter-spacing: 0px;
}
	
	footer {
	font-size: 18px;
	padding: 50px 0px;
}


/* --------------------------------------DISEÑO CELULARES 480PX PRODUCTOS------------------------*/
/*media query for small screen devices */


/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	text-align: center;
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	width: 100%;
	display: block;
}
/* Each product in catalog view */
.mainContent .productRow .productInfo {
	width: 90%;
	display: block;
	padding: 10% 5%;
	position: relative;
	
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
}

	/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
}
