/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	text-align: center;
	color: #303030;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
}

a{
	color: #7B2E00;
	background-color: inherit;
}

a:hover{
	color: #868267;
	text-decoration: none;
	background-color: inherit;
}
a img{
	border:none;
	margin: 2px;
}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
	width: 900px;
	text-align: left;
	color: #303030;
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header{
	height: 100px;
	width: 900px;
	color: #ffffff;
	background-color: #CCC14B;
}

#header h1{
	padding:35px 0 0 20px;
	font-size:2.4em;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
	text-align: right;
}

#header h2{
	font-size:1.4em;
	background-color:inherit;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

#navigation{
	height: 2.2em;

	width: 900px;
	margin: 0;
	color: #ffffff;
	background-color: #ccc14b;
}

#navigation li{
	float: left;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
}

#navigation li a{
	display: block;
	padding: 0 8px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: inherit;
	color: #2F2317;
}

#navigation li a:hover {
	display: block;
	padding: 0 8px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #948045;
	color: #FFF;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color: #2E2216;
}

/**************** Content styles ****************/

#content{
	float: left;
	width: 860px;
	font-size: 1em;
	padding: 20px;
}

#content h2{
	display: block;
	margin: 30px 0 20px 0;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #52483F;
	background-color: inherit;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C3B279;
	border-right-color: #C3B279;
	border-bottom-color: #C3B279;
	border-left-color: #C3B279;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float: right;
	width: 185px;
	line-height: 1.4em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 0.8em;
	text-align: center;
}

#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#948045;
	background-color:inherit;
}

#subcontent p{
	margin: 0 0 15px 0;
	font-size: 0.9em;
	text-align: left;
}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
	clear: both;
	width: 900px;
	font-size: 1em;
	color: #2F2317;
	background: #ccc14b;
	padding: 5px;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer h2{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{
	color: #FFF;
	background-color: #900;
	font-weight: normal;
	margin: 2px;
	padding: 3px;
}

.box{
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #908567;
	background-color:#EFECC7;
	color:#948045;
	line-height:2em;
	text-align: center;
	font-size: 12px;
}
.boxizq {
	padding:5px;
	border:1px solid #7B2E00;
	background-color:#E8E5C2;
	color:#505050;
	line-height:1.5em;
	width: 150px;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}

.boxizq_2 {
	padding:5px;
	border:1px solid #7B2E00;
	background-color:#D7B406;
	color:#900;
	line-height:1.5em;
	width: 180px;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}
#formulario {
	border: 1px solid #CCC14B;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}
#content h1 {
	font-size: 1.5em;
	font-weight: 400;
	color: #600;
}
#container #footer table {
	text-align: center;
}
table h5 {
	font-weight: normal;
}
