* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
html {
	background: url('../images/background.png') repeat-x 0 0 #FFF;
}
body {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #444;
}


/****************************** HEADER ******************************/
header {
	display: block;
	height: 460px;
	background-color: #FFF;
}
header h1 {
	border-bottom: 10px solid #e2007a;
	border-radius: 0 0 0 10px;	
}


/****************************** NAV ******************************/
aside nav {
	display: block;
	background-color: #e2007a;
	color: #FFF;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
}
aside nav a {
	display: block;
}
aside nav h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 1.2em;
}
article nav {
	margin: 0 30px 50px 0;
	overflow: hidden;
}
article nav a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-family: dosis;
	margin-bottom: 3px;	
	background: #e9e9e9;
	color: #333;
	border-radius: 5px;
	cursor: pointer;
}
article nav a:hover {
	background: #e2007a;
	color: #fff;
	margin-right: 100px;
}


/****************************** SECTION ******************************/
section {
	display: block;
	margin: 0 auto;
}
section a {
	color: #e2007a;
}


/****************************** ARTICLE ******************************/
article {
	display: block;
	width: 650px;
	padding: 55px 10px 0 40px;
	float: left;
	background-color: #FFF;
}
h2, h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	color: #e2007a;
	font-weight: normal;
}
article h3 {
	font-size: 15px;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
article hr {
	display: block;
	clear: both;
	border: 1px solid #DDD;
	margin: 30px 30px 30px 0;
}
article div hr {
	margin-right: 0;	
}
article p, article ul {
	margin-bottom: 25px;
}
.column {
	float: left;
	width: 190px;
	margin: 0 25px 30px 0;
}
.double {
	width: 405px;	
}
.triple {
	width: 610px;	
}
article iframe {
	margin-bottom: 20px;
	background: #000;	
}
table {
	width: 610px;
	font-size: .9em;
}
td, th {
	text-align: left;
	line-height: normal;
	padding: 10px;
	background: #e9e9e9;	
}
th {
	background: #e2007a;
	color: #fff;
}
#accesorios img {
	float: left;
	margin-right: 10px;
	width: 80px;
}
ul {
	margin-left: 1.5em;	
}
small {
	line-height: normal;
}


/****************************** ASIDE ******************************/
aside {
	display: block;
	width: 300px;
	float: left;
	background-color: #FFF;
}


/****************************** FOOTER ******************************/
footer {
	display: block;
	clear: both;
	position: relative;
	top: 40px;
	border-top: 2px solid #DDD;
	padding: 20px 0;
	margin: 0 0 0 40px;
}
footer img {
	float: right;	
}
footer a {
	color: #e2007a;	
	font-weight: bold;
}
footer .addthis_toolbox {
	display: block; 
	float: right;
}


/****************************** FORMS ******************************/
form {
	line-height: 30px;	
	background: #DDD;
	padding: 30px;
	margin-bottom: 30px;
}
label {
	display: inline-block;
	min-width: 130px;
	text-align: right;
	padding-right: 10px;
}
input, input[type=email], textarea, select {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	min-width: 300px;
}
input[type=submit] {
	display: inline-block;
	padding: 5px 20px;
	min-width: 0;
	background: #e2007a;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-family: Dosis;
	border-radius: 5px;
}
form hr {
	border-color: #ccc;
	margin: 15px 0;	
}


/****************************** ANIMATIONS ******************************/
section a img, article nav a {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
section a:hover img {
	opacity: 0.8;
}