/* ----------------------------------------------------------------
	main css ibo alfaro hotel rural
	version 2007/08/02
---------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* General */
/* --------------------------------------------------------------*/

html[xmlns^="http"] {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font: 1em Trebuchet MS, verdana, arial, helvetica;
	color: #300;
	background-color: #ffdf99;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0.5em 0em 0.5em 0em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.cleaner {
	height: 1px;
	clear: both;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#container {
	text-align: left;
	width: 752px;
	margin: 0 auto;
}

#border {
	margin-top: 10px;
	border-top: 4px solid #fc3;
}

/* --------------------------------------------------------------*/
/* Head */
/* --------------------------------------------------------------*/

#head {
	text-align: center;
	padding: 5px 0 10px 0;
	background: url(../images/head_bg.png);
	background-repeat: repeat-x;
}

#head img {
	margin: 5px 0;
}

/* --------------------------------------------------------------*/
/* Menu */
/* --------------------------------------------------------------*/

#menu_main {
	text-align: center;
	min-height: 40px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x
}

* html #menu_main {
	/* \*/
	height: 40px;
	/* */
}

#menu_main ul {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}

#menu_main ul li {
	padding: 0px 5px;
	list-style: none;
	display: inline;
}

#menu_main ul li a {
	text-decoration: none;
	font-size: 1.2em;
}

#menu_main ul li a:hover {
	color: #930;
}

#menu_main ul li a.active {
	color: #c33;
}

#menu_main ul li a.active:hover {
	color: #930;
}

#menu_sub {
	float: left;
	margin: 0 auto;
	padding: 0 10px;
}

#menu_sub ul {
	margin: 0 auto;
	padding: 5px 10px;
}

#menu_sub ul li {
	padding: 0px 5px;
	list-style: none;
	display: inline;
}

#menu_sub ul li a{
	text-decoration: none;
	font-size: 1.1em;
}

#menu_sub ul li a:hover {
	color: #930;
}

#menu_sub ul li a.active {
	color: #c33;
}

#menu_sub ul li a.active:hover {
	color: #930;
}

#language {
	float: right;
	margin: 5px 10px;
	text-align: right;
}

#language a {
	text-decoration: none;
}

/* --------------------------------------------------------------*/
/* PicBar */
/* --------------------------------------------------------------*/

/*
#picbar {
	height: 200px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../images/picbar.jpg);
	background-repeat: no-repeat;

}
*/

img#center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*
#picbar img {
	vertical-align: bottom;
}
*/

/* --------------------------------------------------------------*/
/* Teaser*/
/* --------------------------------------------------------------*/

#teaser {
	margin: 0em 2em 2em 2.2em;
	padding: 19px 0 0 0;
	float: right;
	width: 15em;
	text-align: right;
}

/* --------------------------------------------------------------*/
/* Content */
/* --------------------------------------------------------------*/

#mecon {
	width: 752px;
	min-height: 15em;
	background-color: #ffc;
	padding-bottom: 10px;
	border-top: 4px solid #fc3;
	border-bottom: 4px solid #fc3;
}

* html #mecon {
	/* \*/
	height: 15em;
	/* */
}

#content {
	padding: 15px;
	text-align: left;
}

#content p {
	margin-bottom: 1em;
}

#content img {
	border: 3px solid #ffdf99;
}

#content .internal-link img, #content .external-link img {
	margin: 0 5px 0 0;
	border: none;
}

#content div.csc-frame-indent {
	border: 1px dashed #f00;
	padding: 0 20px;
	margin: 0 15px 20px 15px;
	font-size: 90%;
}

/* --------------------------------------------------------------*/
/* Content Form */
/* --------------------------------------------------------------*/

#content fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#content .form br {
	clear: both;
}

#content label {
	margin: 0 0 0.5em 0.3em;
	text-align: left;
}

#content .captcha {
	margin: 0 1em 0.5em 0;
}

#content .form_left {
	float: left;
	margin: 0 1em 0.5em 0;
	width: 13em;
}

#content input, #content textarea, #content select {
	float: left;
	font-family: Verdana, Serif;
	font-size: 1em;
	border: 1px solid #666;
	background-color: #fff;
}

#content textarea, #content select {
	margin: 0 0 0.5em 0;
}

/* Mozilla only  */
#content input[type=checkbox].form_right, #content input[type=radio].form_right, #content input[type=submit].form_right {
	margin: 0 0 0.5em 14em;
}

#content .form_right {
	float: left;
	margin: 0 0.3em 0.5em 14em;
	width: auto;
	clear: both;
	border: none;
}

#content .form_abs_right {
	float: none;
	margin: 0;
	width: auto;
	border: none;
}

#content .border {
	border: 1px solid #666;
}

#content #mailform_error {
	color: #e10004;
}

/* --------------------------------------------------------------*/
/* Foot */
/* --------------------------------------------------------------*/

#foot {
	text-align: center;
	padding: 5px 10px 10px 10px;
}