body {
	background:url(background_home.png) repeat-x 0 0;
}
header#header {
	background:url(background_home_header.png) no-repeat 0 0;
}
header#header nav li a#nav_a {
	background:url(sprite.png.1) no-repeat 0 0;
}
header#header nav li a:hover#nav_a {
	background:url(sprite.png.1) no-repeat 0 -32px;
}
header#header nav li a#nav_b {
	background:url(sprite.png.1) no-repeat -145px 0;
}
header#header nav li a:hover#nav_b {
	background:url(sprite.png.1) no-repeat -145px -32px;
}
header#header nav li a#nav_c {
	background:url(sprite.png.1) no-repeat -290px 0;
}
header#header nav li a:hover#nav_c {
	background:url(sprite.png.1) no-repeat -290px -32px;
}
header#header nav li a#nav_d {
	background:url(sprite.png.1) no-repeat -435px 0;
}
header#header nav li a:hover#nav_d {
	background:url(sprite.png.1) no-repeat -435px -32px;
}
section#contenido_home {
	width:787px;
	overflow:auto;
	overflow:hidden;
	float:left;
	margin:8px 0 0 0;
	padding:0;
}
/*section#contenido_home article {
	background:url(../../img/back_home.png) no-repeat 0 0;
	width:787px;
	height:356px;
	display:inline-block;
}*/
section#contenido_home article {
	width:780px;
	display:inline-block;
	padding:0 0 8px 5px;
}
section#contenido_home article figure {
	width:773px;
	height:347px;
	overflow:auto;
	overflow:hidden;
	margin:0 0 0 5px;
	padding:0;
	display:inline-block;
}
section#contenido_home article figure img {
	width:773px;
}
section#contenido_home aside ul {
	width:787px;
	overflow:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	background:url(back_home_ul.png) no-repeat 0 bottom;
}
section#contenido_home aside ul li {
	width:259px;
	float:left;
	margin:0 3px 0 0;
	padding:0;
	overflow:auto;
	overflow:hidden;
}
section#contenido_home aside ul li figure {
	width:259px;
	height:142px;
	overflow:auto;
	overflow:hidden;
	display:inline-block;
	margin:0;
	padding:0;
	background:url(back_home_figure.png) no-repeat 0 0;
}
section#contenido_home aside ul li figure img {
	width:249px;
	margin:0 0 0 5px;
	padding:0;
}
section#contenido_home aside ul li p {
	width:239px;
	overflow:auto;
	overflow:hidden;
	margin:0;
	padding:10px 10px 30px 10px;
}
section#contenido_home aside ul li p a {
	color:#0e72b5!important;
	font:bold 10px Arial, Helvetica, sans-serif;
	display:inline-block;
	clear:both;
}
section#contenido_home aside ul li p a:hover {
	color:#EB6B08!important;
}
