/*--------------------------------------------------------------------------
   
	Eventcamp

	0. YUI Library is used for CSS reset (http://yuilibrary.com/yui/docs/cssreset/)
	1. Body
	2. Typography
	3. Page Sections
		3.1. Topbar
		3.2. Event
		3.3. About
		3.4. Speakers
		3.5. News
		3.6. FAQ
		3.7. Register
		3.8. Map
		3.9. Sponsors
		3.10. Footer
	4. Forms

--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
	1. Body
--------------------------------------------------------------------------*/

body {
	color: #333;
	background: #fff;
	font: normal 16px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}



/*--------------------------------------------------------------------------
	2. Typography
--------------------------------------------------------------------------*/

/* Links */
a, a:visited { color: #333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

/* Font stylings */
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }



/*--------------------------------------------------------------------------
	3. Sections

	* Each block of the HTML page is named similar to "section-name"
	* If you don't need a specific section, just remove the whole section div block in the HTML file
--------------------------------------------------------------------------*/

/* Common elements */

h2 { 
	font: bold 36px/42px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;

}

h3 { 
	font: bold 28px/32px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;

}

h3.text-center {
	text-align: center;
}

p.desc {
	font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-color-white {
	color: #fff;
}

/* Colors - Underline */
.underline-color-primary {
	border-bottom: 1px solid #77aa44;
}

img { max-width: 100%; }



	/*---------------------------------------------------
		3.1 Topbar

		* This is the fixed top navigation
	---------------------------------------------------*/

	/* Topbar (fixed) */
	/* Please refer to responsive_custom.css for CSS in smaller viewport */
	#section-topbar {
		height: 40px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10000;
		overflow: visible;
		font: normal normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	#topbar-inner {
		/*	*	*	*	*	*	*	*	*	*	*	*
			bg_alpha50.png file is used for transparent background 
			Look in the documentation file for usages of transparent png overlays
		*	*	*	*	*	*	*	*	*	*	*	*/
		background: url('../images/alpha/bg_alpha50.png');
	}

		#section-topbar a {
		  color: #fff;
		}

	/*	*	*	*	*	*	*	*	*	*	*	*
		In mobile viewports, the list menu is converted to "select" element via javascript
		https://github.com/lukaszfiszer/selectnav.js
	*	*	*	*	*	*	*	*	*	*	*	*/
	.selectnav { display: none; }


	/*
		Top Bar

		By default, top navigation bar uses "fixed" position
		Menu collapses in mobile viewports
		Refer to css/responsive_custom.css for mobile layouts
	*/
	#section-topbar ul#nav {
		display: block;
		float: right;
		position: relative;
		margin: 0;
	}

	#section-topbar ul#nav > li {
		display: block;
		float: left;
	}


	#section-topbar ul#nav a {
	  display: block;
	  padding: 10px 20px 15px 20px;
	  font: normal 11px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	  text-decoration: none;
	}

		#section-topbar ul#nav a {
			border-top: 3px solid #000;
		}

		#section-topbar ul#nav a:hover {
		  border-top: 3px solid #77aa44;
		  text-decoration: none;
		}

		#section-topbar ul#nav .active a {
			border-top: 3px solid #77aa44;
		}



	/*---------------------------------------------------
		3.2 Event
		
		* Includes site logo and event details
		* Date, Time, and Location of the event
	---------------------------------------------------*/
	
	#section-event {
		color: #fff;
		/* The background image used in this template is 1980 by 650 pixels */
		background: #111 url('../images/fondo_inicio.jpg') no-repeat center 0;
	}

		/* Site Title/Logo */
		#section-event h1 { 
			color: #fff;
			font: bold 95px/105px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase; 
			margin-top: 5px;
			margin-bottom: 120px;
		}

		#section-event h1 a {
			color: #fff;
		}

		#section-event h1 a:hover {
			color: #77aa44;
		}

		#section-event h1 a img {
			margin-top: -75px;
		    margin-bottom: 70px;
		    max-height: 230px;
		}

		#section-event h2 { 
			color: #fff;
			margin-top: 100px;
			margin-right: 25px;
			margin-left: 25px;
			margin-bottom: 10px;
		}


		/* Event information */
		#section-info {
			background: url('../images/alpha/bg_alpha30.png');
			padding: 30px 0;
		}

			#section-info h2 {
				color: #fff;
				font: bold 16px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
			}

			#section-info #box-date {
				background: url('../images/icons/icon_date.png') no-repeat left 5px;
				padding-left: 70px;
			}

			#section-info #box-time {
				background: url('../images/icons/icon_time.png') no-repeat left 5px;
				padding-left: 70px;
			}

			#section-info #box-location {
				background: url('../images/icons/icon_map.png') no-repeat left 5px;
				padding-left: 70px;
			}

			#section-info h3 {
				color: #fff;
				font: bold 13px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				margin-bottom: 4px;
				letter-spacing: 2px;
			}

			#section-info p {
				color: #fff !important;
				font: normal 13px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				color: #fff !important;
			}



	/*---------------------------------------------------
		3.3 ACERCA
	---------------------------------------------------*/

	#section-acerca,
	#section-messages {
		background: #77aa44;
		padding: 40px 0 30px 0;
	}

		#section-acerca p.desc,
		#section-messages p.desc {
			font: normal 16px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #fff;
			margin-bottom: 30px;
		}

		#section-acerca p,
		#section-messages p {
			color: #fff;
			font: normal 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-acerca img {
			margin-bottom: 30px;
		}
		/* Each speaker is wrapped by div#item */
		#section-acerca .item {
			background: #FFFFFF;
			padding: 20px 25px;
			margin-bottom: 40px;
		}

		#section-acerca .item span.price {
				color: #77aa44;
				font: bold 60px/70px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				display: block;
				padding-bottom: 10px;
				border-bottom: 1px solid #222;
				margin-bottom: 10px;
		}

		#section-acerca .item span.date {
				font: normal 20px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				color: #77aa44;
				display: block;
				margin-bottom: 5px;
		}

		#section-acerca .item p {
			font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #888;
		}



	/*---------------------------------------------------
		3.4 Fees
	---------------------------------------------------*/

	#section-fees {
		color: #fff;
		background: #111 url('../images/bg_gradient.jpg') no-repeat center center;
		font: normal normal 13px/21px 'PT Serif', Georgia, serif;
		padding: 60px 0;
	}
		#section-fees h2 {
			color: #fff;
			margin-bottom: 5px;
		}

		#section-fees p.desc {
			color: #77aa44;
			margin-bottom: 50px;
		}

		/* Each speaker is wrapped by div#item */
		#section-fees .item {
			background: #111;
			padding: 20px 25px;
			margin-bottom: 40px;
		}

			#section-fees .item span.price {
				color: #fff;
				font: bold 70px/80px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				display: block;
				padding-bottom: 10px;
				border-bottom: 1px solid #222;
				margin-bottom: 10px;
			}

			#section-fees .item span.date {
				font: normal 15px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				color: #77aa44;
				display: block;
				margin-bottom: 10px;
			}

			#section-fees .item p {
				font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				color: #888;
			}



	/*---------------------------------------------------
		3.5 News

		* Contains an example article about the event
	---------------------------------------------------*/

	#gallery {
		background-color: #0c0c0c;
	    margin-top: -8px;
	    padding: 8px 0;
	}

	#section-entrantes_ensaladas {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-entrantes_ensaladas h2 {
		}

		#section-entrantes_ensaladas p.desc {
			color: #77aa44;
		}

		#section-entrantes_ensaladas p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-entrantes_ensaladas p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-entrantes_ensaladas p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-entrantes_ensaladas p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-entrantes_ensaladas ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-entrantes_ensaladas ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}



			
	#section-entrantes_ensaladas {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-entrantes_ensaladas h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-entrantes_ensaladas table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-entrantes_ensaladas table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-entrantes_ensaladas table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-entrantes_ensaladas table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-entrantes_ensaladas table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-entrantes_ensaladas table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-entrantes_ensaladas table tr.even {
				background: #f8f8f8;
			}

				#section-entrantes_ensaladas table tbody td.column-first {
					color: #555;
				}

					#section-entrantes_ensaladas table tbody tr.even td.column-first {
						color: #333;
					}

				#section-entrantes_ensaladas table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-entrantes_ensaladas table td {
				padding: 20px;
			}
			
			#section-entrantes_ensaladas table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-entrantes_ensaladas table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-entrantes_ensaladas table tfoot a {
					color: #dd3333;
				}

				#section-entrantes_ensaladas table tfoot a:hover {
					color: #222;
				}

		#section-entrantes_ensaladas p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}

	 /*----------------------------------------------------------
	    Cookies
	 ----------------------------------------------------------*/

	#section-cookies {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-cookies h2 {
		}

		#section-cookies p.desc {
			color: #77aa44;
		}

		#section-cookies p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-cookies p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-cookies p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-cookies p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-cookies ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-cookies ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}



			
	#section-cookies {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-cookies h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-cookies table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-cookies table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-cookies table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-cookies table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-cookies table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-cookies table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-cookies table tr.even {
				background: #f8f8f8;
			}

				#section-cookies table tbody td.column-first {
					color: #555;
				}

					#section-cookies table tbody tr.even td.column-first {
						color: #333;
					}

				#section-cookies table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-cookies table td {
				padding: 20px;
			}
			
			#section-cookies table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-cookies table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-cookies table tfoot a {
					color: #dd3333;
				}

				#section-cookies table tfoot a:hover {
					color: #222;
				}

		#section-cookies p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}

     /*----------------------------------------------------------
	    Carnes Pescados
     ----------------------------------------------------------*/
	 #section-carnes_pescados {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-carnes_pescados h2 {
		}

		#section-carnes_pescados p.desc {
			color: #77aa44;
		}

		#section-carnes_pescados p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-carnes_pescados p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-carnes_pescados p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-carnes_pescados p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-carnes_pescados ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-carnes_pescados ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}

			
	#section-carnes_pescados {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-carnes_pescados h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-carnes_pescados table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-carnes_pescados table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-carnes_pescados table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-carnes_pescados table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-carnes_pescados table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-carnes_pescados table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-carnes_pescados table tr.even {
				background: #f8f8f8;
			}

				#section-carnes_pescados table tbody td.column-first {
					color: #555;
				}

					#section-carnes_pescados table tbody tr.even td.column-first {
						color: #333;
					}

				#section-carnes_pescados table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-carnes_pescados table td {
				padding: 20px;
			}
			
			#section-carnes_pescados table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-carnes_pescados table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-carnes_pescados table tfoot a {
					color: #dd3333;
				}

				#section-carnes_pescados table tfoot a:hover {
					color: #222;
				}

		#section-carnes_pescados p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}


       /*--------------------------------------------
	   Pasta Arroces
	   --------------------------------------------*/

	 #section-pasta_arroces {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-pasta_arroces h2 {
		}

		#section-pasta_arroces p.desc {
			color: #77aa44;
		}

		#section-pasta_arroces p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-pasta_arroces p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-pasta_arroces p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-pasta_arroces p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-pasta_arroces ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-pasta_arroces ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}

			
	#section-pasta_arroces {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-pasta_arroces h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-pasta_arroces table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-pasta_arroces table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-pasta_arroces table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-pasta_arroces table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-pasta_arroces table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-pasta_arroces table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-pasta_arroces table tr.even {
				background: #f8f8f8;
			}

				#section-pasta_arroces table tbody td.column-first {
					color: #555;
				}

					#section-pasta_arroces table tbody tr.even td.column-first {
						color: #333;
					}

				#section-pasta_arroces table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-pasta_arroces table td {
				padding: 20px;
			}
			
			#section-pasta_arroces table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-pasta_arroces table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-pasta_arroces table tfoot a {
					color: #dd3333;
				}

				#section-pasta_arroces table tfoot a:hover {
					color: #222;
				}

		#section-pasta_arroces p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}
	/*---------------------------------------------------
		Kids
	---------------------------------------------------*/
	 #section-kids {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-kids h2 {
		}

		#section-kids p.desc {
			color: #77aa44;
		}

		#section-kids p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-kids p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-kids p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-kids p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-kids ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-kids ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}

			
	#section-kids {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-kids h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-kids table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-kids table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-kids table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-kids table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-kids table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-kids table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-kids table tr.even {
				background: #f8f8f8;
			}

				#section-kids table tbody td.column-first {
					color: #555;
				}

					#section-kids table tbody tr.even td.column-first {
						color: #333;
					}

				#section-kids table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-kids table td {
				padding: 20px;
			}
			
			#section-kids table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-kids table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-kids table tfoot a {
					color: #dd3333;
				}

				#section-kids table tfoot a:hover {
					color: #222;
				}

		#section-kids p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}

	/*---------------------------------------------------
		Recomendaciones
	---------------------------------------------------*/
	 #section-recomendaciones {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-recomendaciones h2 {
		}

		#section-recomendaciones p.desc {
			color: #77aa44;
		}

		#section-recomendaciones p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-recomendaciones p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-recomendaciones p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-recomendaciones p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-recomendaciones ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-recomendaciones ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}

			
	#section-recomendaciones {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-recomendaciones h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-recomendaciones table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-recomendaciones table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-recomendaciones table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-recomendaciones table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-recomendaciones table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-recomendaciones table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-recomendaciones table tr.even {
				background: #f8f8f8;
			}

				#section-recomendaciones table tbody td.column-first {
					color: #555;
				}

					#section-recomendaciones table tbody tr.even td.column-first {
						color: #333;
					}

				#section-recomendaciones table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-recomendaciones table td {
				padding: 20px;
			}
			
			#section-recomendaciones table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-recomendaciones table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-recomendaciones table tfoot a {
					color: #dd3333;
				}

				#section-recomendaciones table tfoot a:hover {
					color: #222;
				}

		#section-recomendaciones p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}

	/*---------------------------------------------------
		Postres
	---------------------------------------------------*/
	 #section-postres {
		color: #333;
		background: #fff;
		padding: 60px 0;
	}

		#section-postres h2 {
		}

		#section-postres p.desc {
			color: #77aa44;
		}

		#section-postres p.headline {
			color: #666;
			font: italic 24px/36px 'PT Serif', Georgia, serif;
			text-align: left;
		}

		#section-postres p {
			color: #333;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-postres p img.news-image {
			background: #fff;
			border: 1px solid #ddd;
			padding: 4px;
			float: left;
			margin: 0 20px 10px 0;
		}

			#section-postres p img.news-image.right {
				float: right;
				margin: 0 0 10px 20px;
			}

		#section-postres ul {
			font: normal 15px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

			#section-postres ul li {
				color: #444;
				background: #fff;
				margin-top: 2px;
				padding: 16px 24px;
			}

			
	#section-postres {
		background: #fff url('../images/bg_patterns.jpg');
		border-top: 1px solid #eee;
		padding: 60px 0 90px 0;
	}

		#section-postres h2 {
			color: #dd3333;
			text-transform: uppercase;
			margin-bottom: 30px;
			text-align: center;
			letter-spacing: 4px;
		}

		#section-postres table {
			background: #fff;
			font: normal 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			width: 100%;
		}

			#section-postres table thead {
				color: #dd3333;
				font: bold 22px/31px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: none;
			}
			
				#section-postres table thead td.column-first {
					background: #222;
					border-top: 2px solid #333;
					border-left: 1px solid #111;
				}
				
				#section-postres table thead td.column-second {
					background: #111;
					border-top: 2px solid #222;
				}
				
				#section-postres table tbody td.column-first {
					border-left: 1px solid #eee;
				}
				
				#section-postres table tbody td.column-second {
					color: #555;
					border-right: 1px solid #eee;
				}

			#section-postres table tr.even {
				background: #f8f8f8;
			}

				#section-postres table tbody td.column-first {
					color: #555;
				}

					#section-postres table tbody tr.even td.column-first {
						color: #333;
					}

				#section-postres table tbody td.column-second {
					color: #333;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin-left: 20px;
					border-left: 1px solid #eee;
				}

			#section-postres table td {
				padding: 20px;
			}

			#leyenda td {
				padding: 0px !important;
			}
			
			#section-postres table tfoot td {
				background: #f3f3f3;
				padding: 40px;
				text-align: center;
				border: 1px solid #eee;
				border-top: none;
			}
			
				#section-postres table tfoot span#line-sponsor {
					color: #444;
					font: normal normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 2px;
					padding-left: 15px;
				}
				
				#section-postres table tfoot a {
					color: #dd3333;
				}

				#section-postres table tfoot a:hover {
					color: #222;
				}

		#section-postres p {
			color: #555;
			font: normal 13px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
			text-align: justify;
		}



	/*---------------------------------------------------
		3.6 FAQ
	---------------------------------------------------*/
	
	#section-faq {
		background: #fafafa;
		border-top: 1px solid #eee;
		padding: 60px 0;
	}

		#section-faq h2 {
			color: #111;
		}

		#section-faq p.desc {
			color: #111;
			font: normal 14px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 30px;
		}

		#section-faq h3 {
			display: inline-block;
			font: bold 17px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #fff;
			background: #77aa44;
			padding: 10px 15px;
			text-transform: uppercase;
			margin-bottom: 25px;
		}

		#section-faq h4 {
			color: #111;
			font: normal 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 15px;
		}

		#section-faq p {
			color: #444;
			font: normal 13px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 40px;
		}



	/*---------------------------------------------------
		3.7 Register
	---------------------------------------------------*/
	
	#section-register {
		color: #fff;
		padding: 0px 0;
		background: #161616;
		padding: 60px 0;
	}
	
		#section-register h2 {
			color: #77aa44;
			margin-bottom: 5px;
		}

		#section-register p.desc {
			color: #777;
			margin-bottom: 40px;
		}
		
		/* Register Form */
		#section-register form {
			margin-bottom: 40px;
		}

		#section-register form p,
		#section-register label,
		#section-register legend { 
			font: normal 15px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		
		#section-register label {
			display: inline-block;
			float: left;
			width: 155px;
			margin: 6px 0;
		}
		
		#section-register input, 
		#section-register textarea, 
		#section-register select { 
			width: 280px; 
			padding: 14px 20px; 
			color: #eee; 
			background: #333;
			margin: 0 0 35px 0; 
			border: 0;
			outline: none;
		}
		
		#section-register input:focus, 
		#section-register textarea:focus, 
		#section-register select:focus { 
			color: #fff;
			background-color: #77aa44;
		}
		
		#section-register button.submit {
			font: bold 20px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			letter-spacing: 4px;
			display: block;
			cursor: pointer;
			color:#fff;
			background:#77aa44;
			padding: 20px 28px;
			border: none;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
		}
		
		#section-register button.submit:hover { 
			color: #77aa44;
			background: #fff; 
		}
		
		#section-register span.required { 
			color: #77aa44;
			font-size: 13px;  
		} /* Select the color of the * if the field is required. */

		#contact-warning {
			display: none;
			color: #fff;
			background: #dd3333;
			padding: 20px 25px;
			margin-bottom: 30px;
		}
		
		#contact-success {
			display: none;
			color: #77aa44;
			background: #111;
			padding: 20px 25px;
			margin-bottom: 30px;
		}

		#section-register #box-contact {
			margin-bottom: 60px;
		}

			#section-register #box-contact h3 {
				color: #77aa44;
				font: bold 15px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				margin-bottom: 15px;
			}

			#section-register #box-contact p.address {
				color: #aaa;
				font: normal 14px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom: 50px;
			}
			
			#section-register #box-contact p.address {
				color: #aaa;
				font: normal 14px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom: 50px;
			}
			
			
			#section-register #box-contact a {
				color: #fff;
				font: normal 19px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			
				#section-register #box-contact a:hover {
					color: #77aa44;
				}

		/* PDF Download */
		a.link-pdf {
			color: #77aa44;
			background: url(../images/icons/icon_pdf.png) no-repeat;
			font: bold 16px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
		    display: block;
		    padding: 40px 60px;
		}

			a.link-pdf span {
				background: #fff;
				padding: 3px 6px;
			}


		a.link-pdf:hover {
			color: #fff;
		}

			a.link-pdf:hover span {
				background: #000;
			}



	/*---------------------------------------------------
		3.8 Map
	---------------------------------------------------*/

	#section-map {
		height: 500px;
		position: relative;
		overflow: hidden;
	}

		#section-map #box-map {
			position: absolute;
			z-index: 10;
			top: 30px;
		}

			#section-map #box-map h2 {
				color: #fff;
			}

		#map-wrap {
			width: 100%;
			height: 100%;
			position: relative;
		}



	/*---------------------------------------------------
		3.9 Sponsors
	---------------------------------------------------*/

	#section-sponsors {
		color: #333;
		background: #111;
		padding: 60px 0 40px;
	}

		#section-sponsors h2 {
			font: bold 24px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-bottom: 20px;
		}

		#section-sponsors img {
			margin-bottom: 20px;
		}



	/*---------------------------------------------------
		3.10 Footer
	---------------------------------------------------*/

	#section-footer {
		font: normal 13px/26px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
		background: #000;
	}

		#section-footer p#copytext {
			color: #777;
			margin: 35px 0;
		}

		#section-footer a { color: #77aa44; }

		#section-footer a:hover { color: #eee; }


		#section-footer ul#social {
			float: right;
			border-left: 1px solid #111;
		}

		#section-footer ul#social li {
			display: inline-block;
			float: left;
		}

		#section-footer ul#social li a {
			display: block;
			padding: 30px;
			border-right: 1px solid #111;
		}

		#section-footer ul#social li a:hover {
			background: #77aa44;
		}



/*--------------------------------------------------------------------------
   8. Forms
--------------------------------------------------------------------------*/



/* HTML5 Placeholder */
::-webkit-input-placeholder {
   color: #77aa44;
}

:-moz-placeholder {  
	color: #77aa44;
}

/*--------------------------------------------------------------------------
   9. Alergs
--------------------------------------------------------------------------*/

	.alergs {
		background-position: 45% 50%;
  		background-size: 30px;
  		background-repeat: no-repeat;
	}

	.apio {
		background-image: url("../images/icons/apio.png");
	}

	.gluten {
		background-image: url("../images/icons/cereales_con_gluten.png");
	}

	.crustaceos {
		background-image: url("../images/icons/crustaceos.png");
	}

	.frutos_secos {
		background-image: url("../images/icons/frutos_secos.png");
	}

	.huevos {
		background-image: url("../images/icons/huevos.png");
	}

	.lacteos {
		background-image: url("../images/icons/lacteos.png");
	}

	.moluscos {
		background-image: url("../images/icons/moluscos.png");
	}

	.mostaza {
		background-image: url("../images/icons/mostaza.png");
	}

	.pescado {
		background-image: url("../images/icons/pescado.png");
	}

	.sesamo {
		background-image: url("../images/icons/sesamo.png");
	}

	.soja {
		background-image: url("../images/icons/soja.png");
	}

	.sulfitos {
		background-image: url("../images/icons/sulfitos.png");
	}

	.chorizo_teror {
		background-image: url("../images/icons/cereales_con_gluten.png"), url("../images/icons/pescado.png");
	}
