@import url(http://fonts.googleapis.com/css?family=Amatic+SC:700);
@import url(http://fonts.googleapis.com/css?family=Bad+Script);

/* Body */
* { margin:0; padding:0; }

html {
	-webkit-animation-name: reset, fade-in;
	-webkit-animation-duration: 500ms;
	-webkit-animation-timing-function: ease-out;
	 -webkit-animation-iteration-count: 1; 
}

@-webkit-keyframes fade {		
	0% {opacity: 0}
	25% {opacity: .25}
	50% {opacity: .50}
	75% {opacity: .75}
	100% {opacity: 1}
}

@-webkit-keyframes in { 
    0% {margin-top: -50px;opacity: 0}
     25% {margin-top: -30px;opacity: .2}
     50% {margin-top: 20px;opacity: .5}
    100% {opacity: 1}
}

@-webkit-keyframes reset {
  0% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
	
body, div, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, img {
	padding: 0;
	border: 0;
}
body,
html {
	margin:0;
	font-size:30px;
	color:#000;
	font-family: 'Amatic SC', cursive;
	-webkit-font-smoothing:antialiased;
	line-height:30px;
	font-weight:700;
}

/* Divs */
#wrap {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:940px;
	height:66px;
	background:url(../images/header.jpg) #fff bottom no-repeat;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	z-index:99;
}
#hinner {
	width: 940px;
	height:66px;
	margin-left: auto;
	margin-right: auto;
}
#hinner h1 {
	float: left;
	width:259px;
	height:22px;
	background: url(../images/micheladon.gif) top center no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-indent: -10000px;
	margin-top: 21px;
}
#hinner h1 a {
	display:block;
	width:100%;
	height:100%;
}
/* NAV */
#nav{
	list-style: none;
	width: auto;
	float: right;
	position: relative;
	font-family: 'Amatic SC', cursive;
	font-size:30px;
	text-transform: uppercase;
}
#nav li{
	width:auto;
	margin-left:8px;
	margin-right:8px;
	height:auto;
	float:left;
	position:relative;
	text-align:center;
	margin-top:20px;
}
#nav a{
	height:auto;
	display:block;
	color:#000;
	text-decoration:none;
}
#nav a:hover{
	color:#e11f26;
	text-decoration:none;
}
#nav a:active {
	color:#e11f26;
	text-decoration:none;
}
#container {
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:66px;
}
#presentation {
	width:940px;
	height:749px;
	background:url(../images/micheladon-product.jpg) no-repeat;
	margin-top:14px;
}
#presentation p {
	display:none;
}
#presentacioninner {
	width:940px;
	height:696px;
	background:url(../images/presentation.gif) no-repeat;
}
#preparation {
	width: 940px;
	height: 979px;
	background: url(../images/preparation-elements.jpg) no-repeat;
	margin-bottom: 60px;
}
#preparation p {
	display:none;
}
#preparationinner {
	width:940px;
	height:979px;
	background:url(../images/preparation.gif) no-repeat;
}
#about {
	width:940px;
	background:url(../images/nosotros.jpg) top no-repeat;
}
#description {
	width: 500px;
	margin-left: auto;
	margin-right: 0px;
	display: block;
	padding-bottom: 20px;
}
#footer {
	text-align: center;
	font-size: 22px;
	padding-top: 180px;
	padding-bottom: 180px;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#e11f26;
	text-decoration:none;
}
#footer a:active {
	color:#e11f26;
	text-decoration:none;
}
/* Contact */
#contact {
	width:940px;
	height:auto;
	background:url(../images/contactoo.gif) top no-repeat;
}
#contact-area {
	width: 480px;
	margin-right: 0px;
}

#contact-area input, #contact-area textarea {
	padding:10px;
	width:480px;
	font-family: 'Bad Script', cursive;
	color:#b0b0b0;
	font-size:18px;
	margin: 0px 0px 10px 0px;
	border:#FFF 0px;
	border-bottom: 0px  solid #f0f0f0;
}

#contact-area textarea {
	height:100px;
	color:#b0b0b0;
}


#contact-area textarea:focus {
	border-bottom: 0px  solid #dbdbdb;
}
#contact-area input:focus {
	border-bottom: 0px  solid #dbdbdb;
}

#contact-area textarea:focus, #contact-area input:focus {
}

#contact-area label {
	float:left;
	text-align: right;
	margin-right:40px;
	width:auto;
	padding-top:px;
	font-size:30px;
}

#contact-area input.submit-button {
	width: 400px;
	float: right;
	background:#000;
	border:#FFF 0px;
	cursor: pointer;
	margin-top:10px;
	margin-right:40px;
	color:#FFF;
}
#contact-area input.submit-button:hover {
	background:#d93838;
	color:#fff;
	cursor: pointer;
}
.none {
	display: none;
}
input, textarea {
	outline: none;
}
#clear {
		clear:both;
}
::-webkit-input-placeholder { color:#ececec; }
::-moz-placeholder { color:#ececec; } /* firefox 19+ */
:-ms-input-placeholder { color:#ececec; } /* ie */
input:-moz-placeholder { color:#ececec; }

.send {
	color:#d93838;
}
/* CSS3 */

::selection{background:#fff; color:#000}
::-moz-selection{background:#fff; color:#000}
::-webkit-selection{background:#fff; color:#000}
