@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenedor{
	width: 990px;
	height: 620px;
	border: solid 1px #999999;
	background: url(../images/css/bgContenido.jpg) bottom repeat-x;
}
#menu_top{
	width: 987px;
	height: 28px;
	padding-top: 0px;
	padding-right: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	background: url(../images/css/bgTopMenu.jpg) repeat-x top;
	text-align: right;
}
#menu_top li{
	width: auto;
	height: auto;
	padding-top: 6px;
	padding-right: 5px;
	margin-right: 30px;
	color: #999999;
	font: 10px Arial, Helvetica, sans-serif;
	float: right;
	list-style: none;
}
#menu_top li a{
	text-decoration: none;
	color: #999999;
	font: 10px Arial, Helvetica, sans-serif;
}
#menu_top li a:hover{
	text-decoration: none;
	color: #666666;
}
h1{
	width: 300px;
	height: 34px;
	margin-top: 50px;
	margin-left: 20px;
	text-indent: -9999px;
	float: left;
	background: url(../images/css/logo.jpg) no-repeat left;
}
h1 a{
	display: block;
	width: 300px;
	height: 34px;
}
h2{
	width: 500px;
	height: 34px;
	margin-top: 50px;
	margin-left: 180px;
	float: left;
	background: url(../images/css/logo.jpg) no-repeat left;
}
#homePage{
	width: 990px;
	height: 390px;
	float: left;
}
#contenedor #homePage .menu{
width: 215px;
height: 389px;
float: left;
}
#contenedor #homePage .secciones{
width: 775px;
height: 390px;
float: left;
}
#foother{
	width: 955px;
	height: 20px;
	padding-right: 35px;
	margin-top: 80px;
	color: #999999;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
}
