body{
	padding: 0;
	margin: 0 auto;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/top.jpg) top left repeat-x;
}

#header ul {
	margin: 7px 0 0 0;
	padding: 6px 0 0 0;
	white-space: nowrap;
	background-image: url(../images/bar_blue.jpg);
	height: 25px;
	background-position: top;
}

#imgheader {
	height: 153px;
	background: url(../images/banner.jpg) center no-repeat;
}
#header ul li {
	display: inline;
	list-style-type: none;
	border-left: 2px solid white;
	margin: 5px;
	padding-left: 10px;
}

#header ul .none { border-left: none; }

#header ul li a {
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold;
	color: #fff; }

#header ul li a:hover {
	color: #3fdc0f;
	text-decoration: underline;
}

#Content {
	width: 850px;
	margin: 0 auto;
	background-image: url(../images/all_back.jpg);
	background-repeat: repeat-y;

}
.menu_left {
	background-color: #f2f2f2;
	width: 184px;
	float: left;
	background-repeat: repeat-y;
}
.menu_left ul li, .center ul li {
	margin: 1px;
	padding-left: 0px;
	text-align: left;
	list-style: none;
}

.menu_left ul li a, .center ul li a {
	background-image: url(../images/flecha2.jpg);
	background-repeat: no-repeat;
	text-decoration: none; 
	font-size: 12px; 
	color: #000; 
	padding-left: 10px;
}

.menu_left ul li a:hover, .center ul li a:hover {
	color: #0000FF;
	text-decoration: none;
}
.menu_left h3  {
	background: url(../images/back_small_blue.jpg) repeat-x;
	color: white;
	margin: 0;
	padding: 0;
}
.menu_left p {
	font-size: 12px;
	text-align: justify;
	padding: 0 5px 0 5px;
}
.center {
	margin-top: -50px;
	background-color: #e4e4e4;
	width: 211px;
	float: left;

	height: 100%;
	z-index: 10;
}
.center h3 {
	background: url(../images/back_center.jpg) repeat-y;	
	color: white;
	margin: 0;
	padding: 0;
	
}
.center p {
	padding: 0 15px 0 15px;
	font-size: 12px;
	text-align: justify;
}


.text_rigth {
	margin-top: 12px;
	height: 100%;
	width: 450px;
	float: left;
}
.text_rigth h3,  .text_rigth h5{
   background-color: #dcdbe1;
	color: #000;
	margin: 0;
	padding: 0;
}

.text_rigth p {
	padding: 0 0 0 15px;
	font-size: 12px;
	text-align: justify;
}
#footer {
clear: both;
	margin: 0 auto;
	background-image: url(../images/top_rigt.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 11px;
}
.copyright {
	font-size: 12px;
	color: #000;
}

.clear {
	clear: both;
}
