@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

* {
	padding: 0px;
	margin: 0px;	
}
body {
	font-family: "Open Sans", "Open Sans Bold", "Open Sans Bold Italic", "Open Sans Extrabold", "Open Sans Extrabold Italic", "Open Sans Italic", "Open Sans Light", "Open Sans Light Italic", "Open Sans Semibold", "Open Sans Semibold Italic";
	margin: 0px;
	padding: 0px;
	color: rgba(51,51,51,1);
	background-attachment: fixed;
	background-image: url(../img/backgrounds/backgroundTrattoria_2560x1560.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(244,244,244,1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/* INÍCIO GRID CONTAINER */ 
.gridContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#logotipo {
	width: 500px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#logotipo img {
	height: auto;
	width: 100%;
}
#separador {
	background-color: rgba(255,255,255,1);
	display: block;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
hgroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
}
hgroup h3 {
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
