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

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

main {
	display: flex;
	justify-content: center;
	width: 96%;
	padding: 2%;
}

#subtitulo {
	display: flex;
	font-size: 20px;
	text-align: justify;
	margin-left: 15%;
	margin-right: 15%;
	padding: 30px 10px;
}
h2 {
	font-size: 40px;
	background: #ffa500;
	text-align: center;
	letter-spacing: 20px;
	margin: 30px;
	padding: 15px;
	border-radius: 20px;
}
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;
}
#productos {
	font-size: 20px;
}

.tituloimg {
	color: black;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 10px;
	text-align: center;
	padding: 2%
}
.textocuadro {
	padding: 10px;
	text-align: justify;
}
.textocaracteristicas{
	padding: 10px;
	text-align: justify;
}
/* Cajas de toda la página */
figure {
	overflow: auto;
}
#cajapadre img {
	width: 100%;
	height: auto;
	outline: 1px solid green;
}
#cajapadre {
	display: flex;
	width: 98%;
	height: auto;
	margin: 1%;
	justify-content: center;
	flex-wrap: wrap;
}
#cajapadre>div {
	width: 40%;
	height: 500px;
	margin: 30px;
	outline: 1px solid green;
}
#caja-1>a {
	color: black;
	text-decoration: none;
}
#caja-2>a {
	color: black;
	text-decoration: none;
}
#caja-3>a {
	color: black;
	text-decoration: none;
}
#caja-4>a {
	color: black;
	text-decoration: none;
}
#caja-5>a {
	color: black;
	text-decoration: none;
}
#caja-6>a {
	color: black;
	text-decoration: none;
}
#caja-7>a {
	color: black;
	text-decoration: none;
}

/* DISEÑO IPAD 720PX */

@media (max-width: 720px){
	
#cabeceralogo h1 {
		letter-spacing: 10px;
}
	h2 {
		font-size: 30px;
		letter-spacing: 5px;
}
	
	
	.tituloimg {
		font-size: 25px;
		letter-spacing: 10px;
}
	#cajapadre {
		display: block;
	}
	#cajapadre>div {
		display: block;
		width: 80%;
		height: auto;
		margin: 10% 10%;
}
/* menú diseño 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 CELULARES 480PX */

@media (max-width: 480px){
	
	#cabeceralogo > div {
	text-align: center;
}
	#cabeceralogo h1 {
		font-size: 46px;
		letter-spacing: 0px;
}
	h2 {
		font-size: 30px;
		letter-spacing: 0px;
}
	#subtitulo {
	margin-left: 1%;
	margin-right: 1%;
}
	
	.tituloimg {
		font-size: 25px;
		letter-spacing: 0px;
}
	#cajapadre {
		display: block;
	}
	#cajapadre>div {
		display: block;
		width: 100%;
		height: auto;
		margin: 10% 0%;
}
	footer {
	font-size: 18px;

	padding: 50px 0px;
}
}