body {
	background-color: #ECECE0;
	background-image: url(../images/Main/Bg.jpg);
	background-repeat:  repeat-x;
	margin: 0px 0px 10px 0px;
}
#main {
	width: 766px;
	height: auto;
	margin: 0px auto;
}
#top {
	float:left;
	width: 744px;
	height: 97px;
	margin: 0px;
}
#top_bgleft {
	float:left;
	width: 11px;
	height: 317px;
	margin: 0px;
	background-image: url(../images/Main/top_bgleft.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#top_bgmiddle {
	float:left;
	width: 744px;
	height: 220px;
	margin: 0px;
	background-image: url(../images/Main/top_bgmiddle.png);
	background-repeat: repeat-x;
	background-position: top;
}
#top_bgright {
	float: left;
	clear: right;
	width: 11px;
	height: 317px;
	margin: 0px;
	background-image: url(../images/Main/top_bgright.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#top_banner {
	float: left;
	width: 516px;
	height: 220px;
	text-align: center;
}
.banner {
	padding-top: 20px;
}
#top_content {
	float: right;
	width: 228px;
	height: 220px;
	background-image: url(../images/Main/top_bgmiddle_mp.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
}
.top_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 210%;
}
#content_block {
	width: 500px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	
}
#content_top {
	width: 500px;
	height: 22px;
	background-image: url(../images/Main/content_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#content_left {
	width: 33px;
	height: 410px;
	background-image: url(../images/Main/content_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#content_middle {
	width: 500px;
	height: auto;
	background-image: url(../images/Main/content_middle.png);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	float:left;
}
#content {
	width: 766px;
	height: auto;
	margin: 0px auto;
	float: left;
}
#content_main {
	width: 467px;
	height: auto;
	background-color:#FFFFFF;
	float:left;
}
#content_bottom {
	width: 500px;
	height: 22px;
	background-image: url(../images/Main/content_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}
#right {
	width: 224px;
	height: auto;
	float: left;
	padding-top: 23px;
}
.content {
	width: 400px;
	height: auto;
}
#footer {
	width: 714px;
	height: 59px;
	float: left;
	height: auto;
	padding-top: 10px;
	margin: 10px 23px 10px 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:700;
	text-align: center;
	background-image: url(../images/Main/bg_footer.png);
}
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	line-height: 150%;
}
.ImgThumb {
	cursor: url('../images/magnify.png'), default;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
}
.NewsThumb {
	cursor: url('../images/magnify.png'), default;
	margin-right: 10px;
}
a {
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
A:LINK, A:VISITED {
	color : #000000;/*text-decoration : none;*/
}
a.btn_navega:link, a.btn_navega:visited, a.btn_navega:active {
	font:11px/24px Tahoma, Arial, Helvetica, sans-serif;
	background:#E6EBF1;
	color:#496E92;
	text-decoration:none;
	padding:2px 6px;
	border:1px solid #B0C0CF;
}
a.btn_navega:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#04527B;
	border:1px solid #E6EBF1;
}
/* Menu */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
}
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
}
#menu li a:hover, #menu li #current {
	color: #fff;
	background: url(../images/menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
}
#menu li a:active {
	color: #fff;
	background: url(../images/menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
}

