/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Ojeda Ayrnazabal
Version:	1.0
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");
/* body */
body{
	background-color: #f7f3e8;
	text-align: center;
	font-size: 62,5% Palatino,"Times New Roman",Georgia, serif;
}
#container{

height: 100%;
padding: 10px 0 0 0;
}
/* header */
#header{
	text-align: left;
	margin: 0 auto 0;
	width: 880px;
	height: 201px;
	padding: 20px 30px 0;
	background: #2b412c;
}

#header .logo{
	float: left;
	margin: 20px 30px 0 40px;
}
h1{
	padding: 20px 0 0 0;
	color: #fcfaf2;
	font: small-caps bold 2.2em Palatino;
	text-align: center;
}
h2{
		color: #fcfaf2;
	text-transform: capitalize;
	font: small-caps bold 1.4em Palatino;
	text-align: center;
}
#header p{
	text-align: right;
	padding: 10px 2em 0 0;
		color: #fcfaf2;
	text-transform: capitalize;
	font: italic bold 1em Palatino;
}

#menu{
	margin-top: 15px;
}
#menu li{
	float:left;
	margin: 0 40px 0 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Palatino;
}
#menu a{
	text-decoration: none;
	color: #f7f3e8;
	font-weight: bold;
	font-size: 0.9em;
}
#menu a:hover{
		color: #fff;
}
/* content */
#content{
	text-align: left;
	margin: 0 auto 0;
	width: 880px;
	padding: 0 30px;
	background: #f7f3e8 url('img/sidebar2.gif') no-repeat 30px bottom;

}
/* sidebar */
#sidebar{
	float: left;
	background: url('img/sidebar.gif') no-repeat 0 0;
	width: 220px;
	padding: 10px;
}
#sidebar ul{
		color: #2b412c;
	margin:10px 0 15px;
	font-size: 0.9em;
}
#sidebar li{
	color: #496e4b;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: bold;
}
#sidebar li.s_title{
	color: #2b412c;
	margin: 5px 0;
	font-size: 1em;
}
#sidebar a{
	color: #2b412c;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
/* main */
#main{
	float: right;
	width: 620px;
	padding: 10px 10px 10px 10px;
}
h3{
	color: #2b412c;
	margin: 10px 0 0;
	font-size: 1.4em;
	border-bottom: 1px solid #58291b;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}
.post{
	background: url('img/h3.gif') no-repeat 0 0;
	padding-top: 10px;
}
.post p{
	font-size: 1em;
	font-style: italic;
	line-height: 1.6em;
	color: #4b5631;
	text-indent: 1em;
}
h4{
		line-height: 1.6em;
	padding: 10px 0 0;
	font-size: 1em;
		color: #4b5631;
}
h5{
	line-height: 1.6em;
	padding: 10px 0 0;
	font-size: 1em;	color: #4b5631;
}
.img_inicio{
	margin: 10px 0;
}
.post li{
		font-size: 0.8em;
	font-style: normal;
	color: #725a56;
	font-weight: normal;
	line-height: 1em;
}
.column{
	width: 310px;
	float: left;
}
/* form */
.post form{
	margin-left: 20px;
}
fieldset{
	margin: 5px 0;
}
label{
	color:#496e4b;
	padding: 3px 0;
	display: block;
	font-size: 1em;
}
.post label{
	float: left;
	width: 150px;
}
input, textarea{
	font: 1em "Palatino","Times New Roman",Georgia, serif;
	background: none;
	border: 1px solid #496e4b;
}
input#flSubmit{
	background: #2b412c;
	color: #f7f3e8;
}
.post input#flSubmit{
	margin-left: 150px;
}
/* footer */
#footer{
	text-align: left;
	margin: 0 auto 0;
	background: #2b412c;
	width: 940px;
	height: 70px;
}
