body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:13px;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:900px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:580px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:900px;
	overflow:hidden;
}

.slide{
	float:left;
	height: 580px;
	width: 900px;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	margin: 0px;
	padding: 0px;
	float:left;
	width: auto;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:130px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	margin: 0px;
	padding:0px;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background-color:#DFF0DE;
	
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

li a{
	display:block;
	height:35px;
	margin:0px;
	padding:0px;
}

a img{
	border:none;
	margin: 0px;
	padding:0px;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:10px auto;
	text-align:center;
	width:900px;
	position:relative;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}

.contenido_premium{
	float:left;
	height:580px;
	width:900px;
	z-index: 0;
	background-image: url(img/sample_slides/premium.jpg);
	
}
.contenido_recetas{
	float:left;
	height:580px;
	width:900px;
	background-color: #000;
	background-image: url(img/sample_slides/recetas.jpg);
	
}
.contenido_especialidades{
	float:left;
	height:580px;
	width:900px;
	background-color: #000;
	background-image: url(img/sample_slides/especialidades.jpg);
	
}
.contenido_tips{
	float:left;
	height:580px;
	width:900px;
	background-color: #000;
	background-image: url(img/sample_slides/tips.jpg);
	
}

.titulos_txt{
	font-size:12px;
	color:#6AC129;
	font-family:Arial, Helvetica, sans-serif;

}

.videos{
	width: 420px;
	height: 280px;
	float: left;
	border: 10px solid #6AC129;
	margin-top: 50px;
	margin-left: 10px;

}

.receta_txt{
	width: 230px;
	height: 428px;
	float: left;
	font-size:11px;
	color:#E8F3E6;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;

}
.spry_recetas{
	width: 750px;
	height: 420px;
	float: left;
	padding-top: 110px;
	padding-left: 80px;

}
.spry_tips{
	width: 550px;
	height: 340px;
	float: left;
	padding-top: 230px;
	padding-left: 200px;

}
.spry_premium{
	width: 650px;
	height: auto;
	float: right;
	padding-top: 100px;
	padding-left: 40px;

}

.premium_txt{
	width: 220px;
	height: 430px;
	float: left;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: left;

}
.fotos_carnes{
	width: 375px;
	height: 440px;
	float: right;
	margin-left: 20px;

}
.tips_txt{
	width: 500px;
	height: 210px;
	float: left;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: left;
	padding-top: 20px;

}
.especial_txt{
	width: 400px;
	height: 250px;
	float: left;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 25px;
	text-align: left;
	padding-top: 320px;
}
.menu2{
	/* This is the container for the thumbnails */
	height:45px;
	margin: 0px;
	padding: 0px;
	float:left;
	width: auto;
}

