@charset "utf-8";

body {
	background-color:#323232;
	margin:0px;
	border:0px;
}
#container {
	height: auto;
	width: 850px;
	margin:auto;
}
#top {
	height: 190px;
	width: 850px;
	background-image:url(images/index_01.jpg);
}
#menu {
	height: 30px;
	width: 850px;
}
#cien_pod_menu {
	height: 15px;
	width: 848px;
	border-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	background-image:url(images/index_10.jpg);
}
#content {
	min-height:300px;
	width: 848px;
	border-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	background-color:#191919;
	font-family: "Trebuchet MS", Arial, "Century Gothic", "Courier New";
}
#footer {
	/*background-image:url(images/index_14.jpg);*/
	height: 40px;
	width: 850px;
}
#footer_left {
	background-image:url(images/index_13.jpg);
	height: 40px;
	width: 110px;
	float:left;
}
#footer_center {
	background-image:url(images/index_14.jpg);
	height: 40px;
	width: 630px;
	float:left;
	font-family:"Trebuchet MS", Arial, "Century Gothic", "Courier New";
	font-size:11px;
	color:#000000;
	text-align:center;
	}
#footer_right {
	background-image:url(images/index_15.jpg);
	height: 40px;
	width: 110px;
	float:left;
}
p{
margin:0px;
font-size:13px;
padding:10px;
text-align:center;
color:#CCCCCC;
}
a {
	font-size: 13px;
	color: #CCCCCC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}
