/* ZONA DE BODY-MAINFRAME */
html,body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	border:none;
	}
body{
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	line-height:normal;
	background: url(images/bg.jpg) repeat 50% 0 #54513b;
}
#wrapper{
	position:relative; margin-left:auto; margin-right:auto; width:960px; padding-top:0px; z-index:9999;
	min-height:600px;
	
}
#bgfix {
	position:relative; width:100%; min-height:600px; margin:0 0 0 0;
	background: url(images/bgtop.jpg) no-repeat 50% 0;
}
#topsep { 
	float:left; position:relative; clear:both;
	width:100%; height:93px;
	background:url('images/menubg.png') left bottom no-repeat;	
	margin-top:32px;
}
#contenttop {
	float:left; position:relative; clear:both;
	width:100%;
	background:url('images/header.png') left top no-repeat;
	height:252px;
}
#cfixl {
	position:absolute; width:16px; height:252px;
	z-index:999;
	background:url(images/header_left.png) left top no-repeat;
	left:-16px; top:0px;
}
#cfixr {
	position:absolute; width:16px; height:252px;
	z-index:999;
	background:url(images/header_right.png) left top no-repeat;
	right:-16px; top:0px;
}

#content {
	float:left; position:relative; clear:both;
	width:100%;
	min-height:500px;	
}
#left {
	float:left; position:relative;
	width:230px;
	padding:0px;
	padding-left:20px;
}
#search-box {
	width:210px; float:left; position:relative; text-align:left;
	height:29px;
	padding-top:15px;
	padding-right:0px;
	padding-left:0px;
}
#search-field {
	float:left; position:relative; height:29px; width:154px;
	/*background:url('images/inputbg.jpg') top left no-repeat;*/
}
#search-field input {
	width:120px;
	height:15px;
	line-height:15px;
	font-size:11px; color:#003;
	border:none;
	background: none transparent;
	margin:6px 0px 0px 13px;
	outline:none;
}
#search-button {
	float:left; position:relative; width:51px; height:29px;
}
#search-button input {
	width:59px; height:29px;
	border:none;
	/*background:url('images/searchbg.jpg') left top no-repeat;*/
	cursor:pointer;
	text-indent:-5000px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#search-button input:hover {
	/*	background:url('images/searchbg.jpg') left -29px no-repeat;*/
		text-indent:-5000px;
}

#main {
	float:left; position:relative;
	width:655px;
	text-align:left;
	min-height:300px;
	padding-left:35px;
}
#main h1, #left h2 {
	margin:0 0 0 0;
	padding:0 0 20px 0px;
}
#main h1.extraspace {
	padding-bottom:30px;
}
#left h2, #left h4 {
	color:#ffffff;
}
#left p {
	font-size:13px;
}
#maintitle {
	float:left; position:relative;
	width:100%;
	clear:both;
	height:76px;
}
#maincontent {
	float:left; position:relative;
	width:100%;
	clear:both;
}
#mainbottom {
	float:left; position:relative;
	width:100%;
	clear:both;
	height:37px;
}
#contentarea {
	float:left; position:relative;
	width:100%;
	min-height:400px;
}
ul.news {
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 0 0;	
	float:left; position:relative; clear:both;
	width:100%;
}
ul.news li {
	float:left; position:relative;
	width:195px;
	padding:30px 15px 10px 20px; margin-bottom:20px;
	font-size:13px;
	color:#515151;
	background-color:#efedea;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius:16px;
	min-height:100px;
	
}
ul.news li a {
	color:#645938;
	text-decoration:underline;
}
ul.news li a:hover {
	color:#000000;
	text-decoration:none;
}
ul.news li h4 {
	position:absolute; width:60px; height:57px;
	z-index:9999;
	background:url(images/datebg.png) left top no-repeat;
	line-height:22px;
	color:#ffffff;
	text-shadow:#cc9c22 1px 1px 1px;
	overflow:hidden;
	top:30px; left:-20px;
	text-align:center;
	font-size:20px;
	margin:0 0 0 0;
	padding:20px 10px 0 0;
}
ul.news li h4 span {
	line-height:12px;
	font-size:12px;
	text-transform:uppercase;
}
ul.news li span.spaced {
	float:left; width:45px; height:85px;
	line-height:85px;
}
#footer {
	float:left; position:relative;
	clear:both;
	width:100%;
	text-align:center;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:44px;
	height:44px;
	border-top:1px solid #918f81;
	
}
#footer .fleft {
	float:left;
	width:30%;
	text-align:left;
	padding-left:20px;
}
#footer .fright {
	float:right;
	width:30%;
	text-align:right;
	padding-right:20px;
}
#footer a {
	color:#ffffff; font-weight:normal; text-decoration:none;
	line-height:44px;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

