@charset "utf-8";
img {
	border:none;
}
body{
	background-image:url(../images/body_bg.png);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Helvetica, arial, sans-serif;
	font-size:14px;
	color:#333333;
}
#Contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-8px;
}
#Contenedor #Logo {
	float: left;
	height: 180px;
	width: 950px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#Contenedor #Menu_Top {
	float: left;
	height: 100px;
	width: 950px;
	position: absolute;
	z-index: 100000000000;
	top: 180px;
}
#Contenedor #Contenidos {
	float: left;
	width: 950px;
	padding-top: 100px;
	margin-top: 15px;
}
#Contenedor #Info {
	float: left;
	height: 55px;
	width: 910px;
	background-image: url(../images/info_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-left: 40px;
	margin-top: 20px;
}
#DiMAGinet  {
	background-color: #0A2E18;
	height: 21px;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	left: 0px;
	float: left;
}
#DiMAGinet a, a:link, a:active, a:visited, a:hover {
	color: #FFF;
	text-decoration:none;
}
