/* Elementos Base */

body {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #E57C07;
	text-decoration: none;
}

a:hover {
	color: #1A83F8;
}

/* Foto Principal de cada Pagina y control de altura de texto de contenido */

#p-home {
	width: 800px;
	background: #261612 url(images/mainphoto/home.jpg) no-repeat;
	height: 777px;
}

#p-elpatio {
	width: 800px;
	background: #261612 url(images/mainphoto/el-patio.jpg) no-repeat;
	height: 777px;
}

#p-elcafe {
	width: 800px;
	background: #261612 url(images/mainphoto/el-cafe.jpg) no-repeat;
	height: 820px;
}

#p-elbar {
	width: 800px;
	background: #261612 url(images/mainphoto/el-bar.jpg) no-repeat;
	height: 830px;
}

#p-aboutus {
	width: 800px;
	background: #261612 url(images/mainphoto/about-us.jpg) no-repeat;
	height: 777px;
}

#p-specialevents {
	width: 800px;
	background: #261612 url(images/mainphoto/special-events.jpg) no-repeat;
	height: 777px;
}

#p-contactus {
	width: 800px;
	background: #261612 url(images/mainphoto/contact-us.jpg) no-repeat;
	height: 777px;
}


#p-photogallery {
	width: 800px;
	background: #FFFFFF url(images/mainphoto/photo-gallery.jpg) no-repeat;
	height: 777px;
}

#p-comments {
	width: 800px;
	background: #FFFFFF url(images/mainphoto/comments.jpg) no-repeat;
	height: 830px;
}

#p-activities {
	width: 800px;
	background: #FFFFFF url(images/mainphoto/activities.jpg) no-repeat;
	height: 800px;
}

#p-map {
	width: 800px;
	background: #FFFFFF url(images/mainphoto/map.gif) no-repeat;
	height: 780px;
}



/* Menu Principal */

#menu {
	background: #333 url(images/backgrounds/menu.png);
	background-color: transparent;
	color: #FFFFFF;
	width: 800px;
	font-size: 12px;
	height: 22px;
	line-height: 20px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #E57C07;
}


/* Menu del Medio */

#elpatio {
	width: 250px;
	height: 170px;
	float: left;
	margin-top: 400px;
	color: #FFFFFF;
	background: url(images/medmenu/el-patio.png) no-repeat;
	margin-left: 10px;
}

#elbar {
	width: 250px;
	height: 170px;
	margin-top: 400px;
	color: #FFFFFF;
	background: url(images/medmenu/el-bar.png) no-repeat;
}

#elcafe {
	width: 250px;
	height: 355px;
	float: right;
	margin-top: 400px;
	color: #FFFFFF;
	background: url(images/medmenu/el-cafe.png) no-repeat;
	margin-right: 10px;
	font-size: 11px;
	text-align: left;
}


/* Contenidos Generales */

#elcafe p {
	padding-left: 10px;
}

span.ohl {
	color: #feb35e;
}
span.ohltitle {
	color: #feb35e;
	font-size: larger;
}
span.yhl {
	color: #fdeb25;
}

span.more {
	float: right;
	padding-right: 30px;
}

#content {
	color: #FFFFFF;
	margin-right: 280px;
	margin-left: 10px;
	margin-top: 25px;
	height: 200px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

#content img {
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.contacts {
	line-height: 20px;
	font-size: 13px;
}


/* Contenidos Photo Gallery */

#photogallery {
	width: 800px;
	height: 270px;
	float: left;
	margin-top: 480px;
	color: #675251;
}

#photogallery td {
	font-size: 12px;
	font-weight: bold;
}

#photogallery img {
	margin-left:1px;
	margin-right: 1px;
}


/* Contenidos Map */

#map {
	width: 800px;
	height: 270px;
	float: left;
	margin-top: 550px;
	color: #675251;
}

#map td {
	font-size: 12px;
	font-weight: bold;
}

#map img {
	margin-left:1px;
	margin-right: 1px;
}



/* Contenidos Activities */

#widecontainer {
	width: 760px;
	height: 760px;
	margin-top: 40px;
	color: #FFFFFF;
}

#widecontainer td.title {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 300px;
	background: transparent url(images/backgrounds/titles.png);
	padding-left: 20px;
}

#widecontainer li {
	list-style: url(images/backgrounds/bullet.gif);
}

#widecontainer td {
	font-size: 14px;
}

td.program {
	padding-left: 40px;
}


/* Contenidos Comments */

#leftcontainer {
	width: 400px;
	height: 333px;
	margin-top: 475px;
	float: left;
	color: #FFFFFF;
	background-color: #543019;
	font-size: 14px;
}

#leftcontainer  p {
	color: White;
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div.leftcontainerpromo {
	background-color: #6D4F3B;
	margin-left: 20px;
	margin-right: 20px;
	height: 150px;
}

div.leftcontainerpromo table {
	margin-left: 10px;
}

div.leftcontainerpromo td {
	font-size: 13px;
	line-height: 40px;
}

div.leftcontainerpromo a {
	color: Yellow;
}

div.leftcontainerpromo a:hover {
	color: #1A83F8;
}

span.smalltxthl {
	color: #E57C07;
	font-size: 11px;
}

#rightcontainer {
	width: 400px;
	height: 333px;
	margin-top: 475px;
	float: right;
	color: #543019;
	background-color: #FFFFFF;
}

#rightcontainer  p {
	color: #543019;
	text-align: left;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

span.ohl2 {
	color: #d87c00;
	font-size: 12px;
}
span.ohltitle2 {
	color: #d87c00;
	font-size: 14px;
}

/* Formularios */

#forms {
	padding-left: 50px;

	width: 400px;
}

#formset1 {
	float: left;
	width: 200px;
}

#formset2 {
	float: right;
	width: 200px;
}

/* Pie de Pagina */

#footer {
	width: 800px;
	height: 50px;
	color: #FFFFFF;
	background-color: #000000;
}

#copyright {
	float: left;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

#copyright a {
	color: #E57C07;
	text-decoration: none;
}

#copyright a:hover {
	color: #1A83F8;
}

#logo {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}