/*   MAQUETACIÓN PÁGINA INDEX   */

.minimenu {
	width: 380px;
	height: 190px;
	background: none;
	padding: 330px 0px 0px 0px; /*top, right, botton, left */
	margin: 0px auto 0px auto;
    position:relative;
    left:0px;		
}
	#ilus {
		background:url(img/botones/b_ilust.jpg) no-repeat left bottom;
		height:84px;
		width:379px;
		position:relative;
		float: left;
	}
	#foto {
		background:url(img/botones/b_foto.jpg) no-repeat left bottom;
		height:82px;
		width:379px;
		position:relative;
		float: left;
	}

	a#ilus {
	background:url(img/botones/b_ilust.jpg) no-repeat left bottom;
	display:block;
	height:84px;
	width:379px;
	}
	a#ilus:hover {
	background:url(img/botones/b_ilust.jpg) no-repeat left top;
	height:84px;
	}
	a#foto {
	background:url(img/botones/b_foto.jpg) no-repeat left bottom;
	display:block;
	height:82px;
	width:379px;
	}
	a#foto:hover {
	background:url(img/botones/b_foto.jpg) no-repeat left top;
	height:82px;
	width:379px;
	}
	
/*   MAQUETACIÓN MENÚ PRINCIPAL   */

#inicio {
	width: 346px;
	height: 136px;
	background:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    position:relative;
	float: left;	
}
.menu {
	width: 960px;
	height: 136px;
	background:url(img/fondos/f_menu.jpg) left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    position:relative;
	float: left;
}
	#ilus_m {
		background:transparent url(img/botones/b_ilust_m.jpg) no-repeat left top;
		height:81px;
		width:65px;
		position:relative;
		float:right;
	}
	#foto_m {
		background:transparent url(img/botones/b_foto_m.jpg) no-repeat left top;
		height:81px;
		width:64px;
		position:relative;
		float:right;
	}
	#contacto_m {
		background:transparent url(img/botones/b_contacto_m.jpg) no-repeat scroll left top;
		height:81px;
		width:54px;
		position:relative;
		float: right;
	}

	a#ilus_m {
	background:url(img/botones/b_ilust_m.jpg) no-repeat left bottom;
	display:block;
	height:81px;
	width:65px;
	}
	a#ilus_m:hover {
	background:url(img/botones/b_ilust_m.jpg) no-repeat left top;
	height:81px;
	width:65px;
	}
	a#foto_m {
	background:url(img/botones/b_foto_m.jpg) no-repeat left bottom;
	display:block;
	height:81px;
	width:64px;
	}
	a#foto_m:hover {
	background:url(img/botones/b_foto_m.jpg) no-repeat left top;
	height:81px;
	width:64px;
	}
	a#contacto_m {
	background:url(img/botones/b_contacto_m.jpg) no-repeat left bottom;
	display:block;
	height:81px;
	width:54px;
	}
	a#contacto_m:hover {
	background:transparent url(img/botones/b_contacto_m.jpg) no-repeat left top;
	height:81px;
	width:54px;
	}