/* ZONA DE BODY-MAINFRAME */
html,body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	border:none;
	}
body{
	text-align:left;
	background:#000000 url('images/mainbg.png') 50% 0 no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:normal;
}
#wrapper{
	position:relative; margin-left:auto; margin-right:auto; width:80%; min-width:750px; padding-top:0px; padding-bottom:0px; z-index:9999;
	
}
#content {
	float:left; position:relative; clear:both;
	width:98%;
	z-index: 1;
	background-color:#ffffff;
	margin-top:20px;
	padding:2%;
}
#header { 
	float:left; position:relative; clear:both;
	width:100%; height:130px;
	z-index: 2;
}
#topmenu {
	float:left;
	width:100%;
}
#topmenu2 {
	float:left;
	width:100%; height:24px;
	background: #000000;
	color: #ffffff;
	margin-top: 24px;
}
#main {
	float:left; position:relative;
	width:68%;
	min-width:400px;
	min-height:300px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#actualcontent {
	float:left; position:relative; width:90%;
	min-height:200px;
	padding-left:2%;
}
#left {
	float:left; 
	position:relative;
	width:28%;
	text-align:left;
	padding:0 2% 0 0;
	margin:20px 0 0 0;
	min-width:180px;
	/*margin-top:316px;*/
/*	-moz-border-radius-bottomleft: 16px; -moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;	-webkit-border-bottom-left-radius: 16px;	
	-moz-border-radius-topleft: 16px; -webkit-border-top-left-radius: 16px;*/
	min-height:300px;
	font-size:11px;
}
#left h2 {
	float:left; width:95%;
	margin:0 0 0 0;
	padding:2px 5px;
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	color:#ffffff;
	background-color:#2a4057;
	text-shadow:none;
	font-weight: bold;

}
.newsbox {
	float:left; position:relative;
	clear:both;
	width:95%;
	padding:2px 5px;
	margin:0 0 20px 0;
	background-color:#f5f7f4;
}
.newsbox p {
	font-size:11px;
	line-height:auto;
	color:#000000;
	padding:5px;
	padding-bottom:15px;
}
#bottomsep {
	float:left; position:relative; clear:both;
	width:98%;
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	margin-top:20px;
	padding:2%;
}

#bottomsep a {
	text-decoration:underline;
	color:#000000;
	
}
#bottomsep a:hover {
	text-decoration:none;
	color:#000000;
}
#bottomsep p {
	padding:0px 0px 0px 0px;
}
#bottomsep .fright {
	float:right;
	text-align:right;
	
	width:45%;
	position:relative;
}
#bottomsep .fleft {
	float:left;
	text-align:left;
	white-space:nowrap;
	width:50%;
	position:relative;
	padding-top:7px;
	font-size: 11px;
	color: #325476;
}
#search-box {
	width:190px; float:right; position:relative; text-align:left;
	height:33px;
	padding-right:0px;
	padding-left:2px;
	padding-top:9px;
}
#search-field {
	float:left; position:relative; height:33px; width:129px;
	background:url('images/searchbg.png') top left no-repeat;
}
#search-field input {
	width:110px;
	height:14px;
	line-height:14px;
	font-size:11px; color:#003;
	border:none;
	background: none transparent;
	margin:8px 0px 0px 13px;
}
#search-button {
	float:left; position:relative; width:60px; height:33px;
}
#search-button input {
	width:60px; height:33px;
	border:none;
	background:url('images/searchbt.png') top left no-repeat;
	cursor:pointer;
	text-indent:-5000px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#search-button input:hover {
		background:url('images/searchbt.png') top left no-repeat;
		text-indent:-5000px;
}

ul#leftsidemenu {
  list-style-type:none;
  padding: 0;
  float:left; position:relative;
  width:190px;
  text-align:left;
}
ul#leftsidemenu ul {
  list-style-type:none;
  margin: 0 5px 0 5px;
  padding: 0;
  text-align:left;
  width:180px; float:left; position:relative;
}
ul#leftsidemenu li {
	/*float:left;*/
	margin: 0 0 0 0;
	text-align:left;
	float:left; position:relative; clear:both;
	width:180px;
	border-bottom:1px solid #d2d6d7;
}

ul#leftsidemenu li a {
  color: #565a5b;	
  padding:10px 0px 10px 20px;
  font-size:14px;
  font-weight:normal;
  line-height:16px;
  letter-spacing:0px;
  width:150px; float:left; position:relative;
  text-decoration:none;
}

ul#leftsidemenu li a:hover {
  color:#b01d13;
  text-decoration:none;
}
ul#leftsidemenu li ul li {
	border-bottom:0px solid #d2d6d7;
	border-top:0px solid #d2d6d7;	
}
ul#leftsidemenu li ul li a {
  line-height:16px;
  color: #b01d13;
  font-weight:normal;
  font-size:12px;
  padding:3px 0 3px 20px;
}

ul#leftsidemenu li ul li a:hover {
  color:#000000;
}


