/* CSS Document */
#box-menu-loza {
	width: 700px;
	height: 40px;
	margin: 0 0 0 10px;
	overflow:hidden;
}
#contenido-arriendo-loza {
	width: 771px;
	height: 514px;
	background: #fff;
	padding: 0 10px 0 10px;
}
#menu-arriendo-loza {
	width: 771px;
	height: 40px;
	background: url(../images/bk_botonera.jpg) no-repeat;
	padding:0 0 0 0;
}
/* MENU GENERAL */

#arriendo_de_loza{
	float:left;
	width:100%;
	line-height:normal;
	padding-top:10px;
}

#arriendo_de_loza ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#arriendo_de_loza li{
	display:inline;
	margin:0;
	padding:0;
}

#arriendo_de_loza a{
	float:left;
	background: url(../images/loza-label-left.gif) no-repeat left top;
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 13px;
	text-decoration:none;
}

#arriendo_de_loza a span{
	float:left;
	display:block;
	background: url(../images/loza-label-right.gif) no-repeat right top;
	padding: 12px 20px 4px 5px;
	font-size: 0.75em;
	font-weight:bold;
	color:#3B3B3B;
}


#arriendo_de_loza a h4{
	float:left;
	display:block;
	background: url(../images/loza-label-right.gif) no-repeat right top;
	padding: 12px 17px 5px 6px;
	font-size: 0.75em;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#arriendo_de_loza a span {float:none;}
/* End IE5-Mac hack */

#arriendo_de_loza a h4 {float:none;}

#arriendo_de_loza a:hover span {
	text-decoration: none;
	color: #553e30;
}

#arriendo_de_loza a:hover h4 {
	text-decoration: none;
	color: #553e30;
}

#arriendo_de_loza #current a{ /*Selected Tab style*/
	background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #5e3833;
}

#arriendo_de_loza #current a span{ /*Selected Tab style*/
	background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #5e3833;
}

#arriendo_de_loza #current a h4{ /*Selected Tab style*/
	background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #5e3833;
}

#arriendo_de_loza a:hover{ /*onMouseover style*/
	background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

#arriendo_de_loza a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

#arriendo_de_loza a:hover h4{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

