* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(img/bg.gif);
	color: #543;
	font: normal 10px "Lucida Sans Unicode", sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(img/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
	position:relative;
}
#logo {
	background-image:url(img/logochacha.gif);
	width:191px;
	height:196px;
	position:absolute;
	top:0px;
	right:0px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 10px 10px 12px 28px;
}

/* content */
.content {
	padding-top: 12px;
	width: 725px;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* index related */

.banner {
width:590px;
height:60px;
margin: 5px auto 5px auto;

}
.photos {
width:250px;
float:right;
margin:5px;
}
.photos img {
margin:5px;
border:medium double #FCF4B3;
}

/* empanadas related */
.subtitle {
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #654;
	padding: 6px 40px 0 0;
	border-bottom: dotted medium #FCF4B3;
	text-align: right;
}
h1 img {
margin-right: 15px;
}

/* map related */
#map {
width:720;
height:720;
margin:20px auto 20px auto;
border:medium double #FCF4B3;
}

/* calidad related */
.fotolocaesta {
float:right;
margin:5px 0 0 15px;
}