/*para cambiar todo y eliminar mergenes */
*{margin:0;padding:0;}

body {
	background:white;
	color:black;
	/*background:url("css-background2.jpg");*/
	}
a{
	font-family: 'Lora', serif;
	font-size:15px;
	color:#d44865;
}
.logo{
	font-family: 'Permanent Marker', cursive;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	color:Black;
	line-height:normal;
}
.articulo_nombre{
	font-family: 'Permanent Marker', cursive;
	font-size: 25px;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	color:Black;
	line-height:normal;	
}
.articulo_descripcion{
	font-family: 'Lora', cursive;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	color:Black;
	line-height:normal;	
}
.articulo_precio{
	font-family: 'Permanent Marker', cursive;
	font-size: 45px;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	color:Red;
	line-height:normal;	
}

fieldset{
	font-family: 'Lora', serif;
	border:5px solid #black;
	padding-left: 30px;
	padding-right: 30px;
	background:#eaeaea
}
fieldset legend{
	font-family: 'Patua One', cursive;
	font-size:41px;
	color:orange;
	padding:5px 30px;
	border-radius: 5px;
	background: black;
	margin-left:20px;
}
table{
	border-collapse:collapse;
	border:1px solid black;
	width:1000px;
	display:table-row;
	border:#4ED5C7;
}	
td{
	border-width:1px solid black;
}

footer{
	width:90%;
	max-width:1000px;
	overflow:hidden;
	background:Orange;
	margin-bottom:20px;
	color:#F2F2F2;

	margin:auto;
}

header{
	width:90%;
	max-width:1000px;
	overflow:hidden;
	background:Black;
	margin-bottom:20px;
	margin:auto;
}
header .logo{
	color:#f2f2f2;
	font-size:30px;
	line-height:200px;
	float:left;
}
header nav{
	float:right;
	line-height:140px;
}
header nav a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	font-size:16px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
header nav a:hover{
	background:Orange;
	border-radius:50px;

}
.wrapper{
	width:90%;
	max-width:1000px;
	margin:auto;
	overflow: hidden;
	font-family: 'Lora', serif;
}
.wrapper .p{
	padding: 5px,5px,5px,5px;
}

section .resultado{
	display:inline-block;
	background:#EAEAEA;
	font-family: 'Lora', serif;
	font-size:30px;
}
