/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#d5e27b url(images/bg.jpg);
}

h1 {
	text-transform:uppercase;
	font-size:42px;
	letter-spacing:-0.1em;
}

h2 {
	text-transform:uppercase;
	font-size:16px;
}

/*index*/
#slide {
	width: 940px;
	height:560px;
	background:#FFF;
}

/*principal*/
#logo { 
 width: 940px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 text-align:center;
 height:120px;
}

#principal1 {
 width: 940px;
 color: #333;
 height: 181px;
 background: #FFF;
 text-align:center;
}

#principal2 {
 width: 940px;
 color: #333;
 height: 159px;
 background: #FFF;
 padding: 0 0px 10px 0;
 text-align:center;
}

#menu {
 width: 930px;
 color: #333;
 height: 26px;
 background: #FFF;
 padding-top:10px;
 padding-right:10px;
 text-align:center;
}

#social { 
 width: 897px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0 43px 0 0;
 height: 23px;
 text-align:right;
}

/*fin principal*/

#wrapper { 
 margin: 0 auto;
 width: 940px;
}
#header {
 width: 880px;
 padding:30px;
 color: #333;
 height: 73px;
 margin: 40px 0px 0px 0px;
 background: #FFF;
}
#content { 
 width: 860px;
 color: #333;
 background: #FFF;
 padding: 0 40px;
 margin: 0px 0px 0px 0px;
 height: 443px;
}

#footer { 
 width: 550px;
 height:30px;
 float:left;
 color: #333;
 background: #FFF;
 margin: 0px 0px 10px 0px;
 padding-top:10px;
 text-align:center;
}

#footer_player { 
 width: 350px;
 height:30px;
 float:right;
 color: #333;
 background: #FFF;
 margin: 0px 0px 10px 0px;
 padding-top:10px;
 padding-right:36px;
 text-align:right;
}

#marcela {
	width:200px;
	float:left;
}

#menuprincipal {
	margin-top:20px;
}

#titulos {
	width:830px;
	color:#FFF;
	text-align:right;
	padding-right:10px;
	margin-right:80px;
	height:50px;
}

#pic {
	width:319px;
	height:393px;
	float:left;
}

#textos {
	width:521px;
	height:323px;
	margin: 10px 0;
	padding:15px 10px;
	overflow-y: scroll;
	text-align:justify;
	float:right;
}

#textos_eventos {
	width:500px;
	height:323px;
	margin: 10px 0;
	padding:15px 10px;
	padding-left:30px;
	overflow-y: scroll;
	text-align:justify;
	float:right;
	color:#52608b;
}


/*recetas*/
#general { 
}

#subtitulo {
	width:630px;
	color:#e95c24;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	margin-right:280px;
	height:25px;
}

#pic1 {
	width:202px;
	height:330px;
	float:left;
	padding-top:30px;
	float:left;
}

#textos_recetas {
	width:500px;
	height:310px;
	margin: 10px 0;
	padding:15px 10px;
	text-align:justify;
	float:left;
	overflow-y:scroll;
}

#menu3 {
	width:110px;
	height:330px;
	float:right;
	padding-top:20px;
}

#ul_eventos {

	float:left;
	padding-top:20px;
	list-style-image:url(images/vineta.gif);
}


#columna_rec_izquierda {
	text-align:right;
	width:220px;
	float:left;
	padding:10px;
	color:#e74f13;
}

#columna_rec_derecha {
	border-left:#e74f13 solid 1px;
	width:220px;
	float:left;
	padding:10px;
	color:#52608b;
}

/*menu*/
/** CSS for menu **/


ul#navi{
	list-style-type:none;
	float:right;
	height:11px;
	text-transform:uppercase;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-decoration:none;
	font-size:11px;
}

ul#navi li:first-child {
 	border-left:none
}

ul#navi li{
	display:block;
	float:left;
	border-left:1px solid #415483;
	text-decoration:none;
	}
	
ul#navi li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	letter-spacing:-0.1em;
}

ul#navi li a:hover{
	color:#333;
}

/*menu principal*/
ul#menu2{
	list-style-type:none;
	float:right;
	text-transform:uppercase;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-decoration:none;
}

ul#menu2 li{
	display:block;
	float:left;
	text-decoration:none;
	font-size:16px;
	}
	
ul#menu2 li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	letter-spacing:-0.1em;
}

ul#menu2 li a:hover{
	color:#333;
}

/*menu lateral*/

ul#menu3 {
	list-style-image:url(images/list.gif);
}

ul#menu3 li{
	padding:5px;
}

ul#menu3 li a {
	text-transform:uppercase;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#600f00;
}


ul#menu3 li a:hover {
	color:#693;
}

/*clases menus*/
.premium {
	color:#793420;
}

.corporativo {
	color:#1f1e6d;
}

.bbq {
	color:#e27613;
}

.centro {
	color:#93181e;
}

.express {
	color:#6eb936;
}

.galeria {
	color:#e27613;
}

.recetas_menu {
	color:#e27613;
}

/*clases titulos subs*/
.evento_premium {
	background:#793420;

}

.items_evento_premium {
	color:#e27613;
	font-weight:bold;
}

.evento_coporativo {
	background:#1f1e6d;
}

.fiesta_bbq {
	background:#e27613;
}

.casa_aduana {
	background:#93181e;
}

.pickup_express {
	background:#6eb936;
}

.galeria_fotos {
	background:#e27613;
}

.recetas {
	background:#e58227;
}

.recetas1 {
	background:#fbbf56;
}
