/* ---------------------------------------------------------------------------- estilos generales */
* {
	margin : 0;
	padding : 0;
	outline-style : none;
}

a:hover {
	color : #ff0000;
}


/* ------------------------------------------------------------- estilo general para las imágenes */
img {
	border : 0px;
}

/* ----------------------------------------------------------------------------------------- body */
body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	background-position : top;
	background-repeat : repeat-x;
	background-image : url(../img/fondo.jpg);
	line-height : 12px;
}

/* -------------------------------------------------------------------------------------- wrapper */
#wrapper {
	width : 960px;
	margin : 0 auto;
	padding : 0px 0px 0px 0px;
}

/* ----- fondo del panel ----- */
#fondoPanel {
	float : left;
	width : 960px;
	background-color : #ffffff;
	z-index : 1;
}

/* ----- Mantel ----- */
#mantel {
/*	float : left; */
	top : 0px;
	left : 0px;
	width : 948px;
	height : 21px;
	margin : 0px 6px 0px 6px;
	padding : 0px 0px 0px 0px;
	background-image : url(../img/tira_mantel.jpg);
	background-repeat : no-repeat;
	z-index : 10;
}

/* ----- Panel -----*/
#panel {
	float : left;
	width : 948px;
	height : 534px;
	margin : 0px 0px 0px 0px;
	padding : 0px 6px 0px 6px;
	background-image : url(../img/f_canelones_grt_espinacas.jpg);
	background-repeat : no-repeat;
	background-position : center;
	z-index : 2;
}

