@charset "utf-8";
/* CSS Document */

#header{
	background-image:url(/images/skins/light/home_header_background-trans.png);
}

#content{
	padding:0px;
}

.rootCategory{
	float:left;
	width:253px;
	background-image:url(/images/skins/light/home_cortinas.jpg);
	background-repeat:no-repeat;
	height:280px;
}

.rootCategory>a{
	height:280px;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
	background: url(/images/skins/light/home_categorias_background-trans.png) 0px 1px no-repeat;
	/*display:none;*/
}

.rootCategory:hover>a{
	display:block;
}

.rootCategory>.categoryName{
	text-indent:-10000px;
	overflow:hidden;
}

.rootCategory.categoryID_1{
	background-image:url(/images/skins/light/home_cortinas.jpg);
}

.rootCategory.categoryID_2{
	background-image:url(/images/skins/light/home_toldos.jpg);
}

.rootCategory.categoryID_40{
	background-image:url(/images/skins/light/home_sombrillas.jpg);
	width:254px;
}


.rootCategory ul{
	position:absolute;
	bottom:69px;
	padding:30px;
	padding-top:40px;
	padding-bottom:10px;
	width:320px;
}

.rootCategory:hover ul{
}

.rootCategory ul li{
	margin-bottom:10px;

}

.rootCategory ul li a{
	color:#6f8796;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.rootCategory ul li a:hover{
	text-decoration:underline;	
}

ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
}

