body 
{
    background-color: transparent; 
    background: url(../images/fondes01.jpg) no-repeat center top fixed;
	background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#list 
{
    background: url(../images/fonlist02.jpg) repeat; 
	margin-top: 60px; 
	margin-bottom: 10px; 
	padding: 20px; 
	border: 1px solid #ccc;
}

.container-fluid 
{
    max-width: 1050px;
    min-width: 330px;
}
 
a 
{
color: #49B4C7;
}

a:hover 
{
    color: #444444; 
	text-decoration: underline;
}

#list 
{
    border-radius: 4px; 
	-moz-border-radius: 4px;
    box-shadow:0px 0px 10px #bbb; 
    -moz-box-shadow:0px 0px 10px #bbb; 
    -webkit-box-shadow:0px 0px 10px #bbb;
}

#wtopnav 
{
    position: fixed; 
	top: 0; 
	left: 0; 
	height: 60px; 
	background: url(../images/bgwvavtop.png) repeat-x top left; 
	width: 100%; 
	z-index: 65555;
}

#nav 
{
    background: none repeat scroll 0 0 transparent;
    margin-top: 3px;
    padding-left: 20px;
    position: relative;
}

#top 
{
    margin:0 0 10px 0; 
	overflow:hidden
}

#navigation 
{
    background: transparent; 
	background-image:url('../images/navigation.gif');
	overflow: hidden;
	height: 39px;
	border: 1px solid #ccc;
	text-align:center;
    margin:0 0 10px 0;
    position: relative;
}

#slider 
{
    margin-bottom: 10px; 
    padding-bottom: 10px;
}

.breadcrumbs 
{
    border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px 8px;
	border-radius: 4px;
}

.breadcrumb 
{
    border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 2px 15px;
}

#info-top,
#pre-component
{
    margin:0 0 10px 0;
    background: transparent; 
	border: 1px solid #999;
    overflow: hidden;
}

.items-row 
{
    clear: both;
    padding-top: 5px !important;
}

#post-component
{
    clear: both;
    padding-top: 5px !important;
    overflow: hidden;
}