@charset "UTF-8";
/* CSS Document */


	body {
	width:100%;
	margin: auto;
/*background: rgb(255,255,255); /* Old browsers 

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,232,222,1) 100%); /* FF3.6+ 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,232,222,1))); /* Chrome,Safari4+ 

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,222,1) 100%); 

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,222,1) 100%); 

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,232,222,1) 100%); 

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,232,222,1) 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8de',GradientType=0 ); /* IE6-9 */
background-color:#fcfaf8;

}

#contenedor {
	padding:25px;
	background:url('../images/fondo.png');
	background-repeat:no-repeat;
	background-position: 100% 100%;
	height:980px;
}
#contenedor2 {
	padding:25px;
	background:url('../images/fondo.png');
	background-repeat:no-repeat;
	background-position: 100% 15%;
	height:auto;
}
#header {
	width:100%;
}

#main {
	width:980px;
	margin:0 auto;
}
#main2 {
	width:980px;
	margin:0 auto;
}
#main3 {
	width:980px;
	margin:0 auto;
	background:url(../imag/header.png) no-repeat;
	height:185px;
	margin-bottom: 9px;
	border:5px solid #fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999;
	}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index: 1;
}
.img-indent {float:left; margin:0 20px 0px 0;}	
.extra-wrap {
	overflow:hidden;
	width:400px;
}
.extra-wraper {
	overflow:hidden;
	width:850px;
	margin-bottom:35px;
	margin-left: 40px;
	margin-top: 10px;
}

#logo {
	width:700px;
	height:133px;
	margin-left:10px;
}


#social {
	width:110px;
	height:32px;
	float:right;
	margin-left: 100px;
}

/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1 {
	font-size:27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C00;
}
h2 {font-size:22px;font-family:Arial, Helvetica, sans-serif; color:#333;}
h3 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #C61628;
	text-align: center;
}
h4 {text-transform: uppercase;
font-family:Helvetica,Arial,  sans-serif;
font-size:14px;
color:#FFFFFF}
h5{font-size:14px;font-family: Helvetica,Arial, sans-serif;color:#C61628; text-transform: uppercase;
margin-left:24px}
h6 {font-size:22px;font-family:Arial, Helvetica, sans-serif;}
p{
	font-size:14px;
	font-family: Helvetica,Arial, sans-serif;
	text-align: left;
}

/****************************MENU************************/
#menu {
	width:980px;
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
}
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin:0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 25px;
	margin-left:35px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	color:#666;
	text-transform: uppercase;
	display: inline-block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	padding:10px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
	float: left;
}
#cssmenu > ul > li {
	float: left;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border-right: 1px solid #ccc;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
 
}
#cssmenu > ul > li:last-child > a {
 
}
#cssmenu > ul > li.active a {
  background: #C00;

  
}
#cssmenu > ul > li:hover > a {
  background:#C00;
  color:#FFF;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  font-size: 12px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background:#CCC;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background:#CCC;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #FFF;
}

/****************************columnas************************/

#col-1 {
	display:inline-block;
	width:295px;
	margin-right:20px;
	margin-top:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	border: 2px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	position:relative;
}
#col-2 {
	display:inline-block;
	width:295px;
	margin-top:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	border: 2px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	position:relative;
}
#col-3 {
	width:980px;
	margin-top:15px;
	height:200px;
}
#col1-3 {
	width:980px;
	margin-top:15px;
	height:125px;
}
#col-4 {
	width:340px;
	float: left;
}
#col-5 {
	width:630px;
	/* [disabled]display:inline-block; */
	float: right;
}

#coli-3 {
	width:980px;
	margin-top:15px;
	height:450px;
}
#col3 {
	width:980px;
	margin-top:15px;
	height:2000px;
}
#nota {
	width:980px;
	margin-top:15px;
	height:1200px;
}
#co-3 {
	width:980px;
	margin-top:15px;
	height:600px;
}
#coli-4 {
	width:340px;
	float: left;
	margin-left:25px;
	height:350px;
}
#coli-5 {
	width:540px;
	float: right;
	margin-left:25px;
	height:450px;
}

#col-6 {
	font-family: Helvetica,Arial, sans-serif;
	font-size:19px;
	color:#FFF;
	display:inline-block;
	width:280px;
	margin-right:20px;
	border-right:#FFF thin solid;
}
#col-7 {
	font-family: Helvetica,Arial, sans-serif;
	font-size:19px;
	color:#FFF;
	display:inline-block;
	width:280px;
	margin-right:20px;
	margin-left:50px;
	border-right:#FFF thin solid;
}
#col-8 {
	display:inline-block;
	width:200px;
	margin:10px 20px 10px 17px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	border: 2px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
	position:relative;
}
#barra {
	width:auto;
    border-radius: 0px 0px 8px 8px;
	background-color:#24221e;
	text-transform: uppercase;
font-family:Helvetica,Arial,  sans-serif;
font-size:14px;
color:#CCC;
padding:5px;
}

#footer {
	background-color:#24221e;
	padding-top:10px;
	width:100%;
	height:180px;
}
#footer p{
	font-family: Helvetica,Arial, sans-serif;
	font-size:12px;
	color: #CCC;
	text-align: center;
}

#button { padding:0; }
#button li { display: inline; }
#button li a {
text-transform: uppercase;
font-family:Helvetica,Arial,  sans-serif;
font-size:12px;
text-decoration: none;
padding:15px;
color: #CCC;
}
#button li a:hover {
	color: #999;
}
#buttontex {text-transform: uppercase;
font-family:Helvetica,Arial,  sans-serif;
font-size:19px;
color:#FFFFFF;}

a {
	color:#999;
	outline:none;
	text-decoration: none;
}
a:hover {text-decoration:none;}

#clear {
	height:230px;
}
#clear2 {
	height:100px;
}

#recetas {
	width:250px;
	float: left;
}
#recet{
	width:650px;
	float: right;
	padding-left:25px;
	padding-right:25px;
	height:1200px;
	padding-bottom:25px;
}
#receta{
	width:650px;
	float: right;
	padding-left:25px;
	padding-right:25px;
	height:500px;
}
#receta2{
	width:650px;
	float: right;
	padding-left:25px;
	padding-right:25px;
	height:550px;
}
#receta3{
	width:650px;
	float: right;
	padding-left:25px;
	padding-right:25px;
	height:400px;
}
#linea {
	background-color:#C00;
	height:10px;
	margin-bottom: 8px;
}
#banner {
	width:500px;
}
