@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}
h1 { 
	font-family: arial;
	color: black;
	margin-bottom: 20px;
	margin-top: 40px; 

}
h2{
	font-family:'Squada One', cursive;
	color: #F8CB4F;
	font-size: 160px;
}	
h3 {
	font-family:'Unica One', cursive;
	color:#9B0304;
	font-size: 50px;	
}
h4{
	font-family:'Unica One', cursive;
	color: #707070;
	font-size: 40px;
}

h5{
	font-family:'Open Sans', sans-serif;
	color: #000000;
	font-size: 15px;
}

body{
	font-family: arial;
}

p{
	padding-bottom: 30px;
}

	
.flotar {float: left}
.tres-columnas {width: 33%}
.clear {clear: both}
.margenes-texto{
	padding: 50px;
}

div{
	box-sizing: border-box;
	
}

ul li{
	list-style: none;
}

.menu{
	padding: 20px 10px 20px 0;
	border-bottom-color: #707070;
	border-bottom: thin;
	border-bottom-style: solid;
	width: 400px;
}
/*paleta de colores*/
.caja-paleta{
	width: 100%;
	padding-left: 40px;
}
.circulo_color1 {
     width: 90px;
     height: 90px;
     border-radius: 50%;
     background: #F8CB4F;
	display: inline-block
}

.circulo_color2 {
	width: 90px;
     height: 90px;
     border-radius: 50%;
     background: #9B0304;
	display: inline-block;
}

.circulo_color3{
		width: 90px;
     height: 90px;
     border-radius: 50%;
     background: #707070;
	display: inline-block;
}

.circulo_color4{
		width: 90px;
     height: 90px;
     border-radius: 50%;
     background: #000000;
	display: inline-block;
}

.cajadatos {
	display: inline-block;
	height: 100%;
	vertical-align: top;
 	padding-top: 25px;
 	padding-left: 12px;
}

/*Botones*/
#boton_pedidos{
	padding: 0.3em;
	margin: 0,25em;
	background-color:#EFEFEF;
	text-align: center;
	float:left;
	border: 0px;
	font-family:'Unica One', cursive;
	font-size: 40px;
}

#boton_enviar{
	padding: 0.3em;
	margin: 1em;
	background-color:#EFEFEF;
	text-align: center;
	float:left;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
}

/*Iconos IMAGEN*/
#iconos{
	width: 60%;
}

.imagen {
	width: inherit;
	height: inherit;
}



#ajustarimagen{
	padding-top: 30px;
}

#footer{
	text-align: right;
	margin-right: 2em;
}