*
{
    padding: 0px;
    margin: 0px;
}

body
{
    background-color: #EAEAEA;
    font-size: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
    /*overflow-x: hidden;     /* Procurar que això funcioni en IE */
}

img{
	border: none;
}
a
{
    color: inherit;
}

ul{
    list-style: none;
}


a:hover{
	text-decoration: underline;
}

#principal
{
    margin: 0px auto;
    width: 100%;
    height: 959px;
    text-align: left;
    position: relative;
    z-index: 1000;
}

.clear{
    clear: both;
}


/* HEADER */

#header{
    background: transparent;
    margin: 0 auto;
    clear: both;
    width: 900px;
    height: 76px;
}

#header_left{
    background: none;
    filter: none !important;
    width: 445px;
    height: 76px;
    float: left;
}

#header_right{
    background: none;
    filter: none !important;
    width: 445px;
    height: 76px;
    float: right;
}


/* CONTENT */

#content{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 150px 0px 150px;
}

#page {
	width:870px;
    height: 620px;
	margin:0 auto;
	font-size:0.7em;
	background-color:#FFF;
	padding: 15px 15px 15px 15px;
    clear: both;
	}
    
#holder{
    background-color: gray;
    width: 440px;
    height: 128px;
}

#column_right{
    float: right;
}


#video{
    width: 400px;
    height: 359px;
    background-color: #f1f1f1;
}


#medals{
    width: 400px;
    height: 231px;
    background-color: #FFFFFF;
    margin-top: 30px;
}


#footer{
    width: 900px;
    height: 29px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#copyright{
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
}


/* NOTICIES */

#news ul li{
	width: 440px;
	margin: 0;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #484848;
	font-size: 14px;
    text-align: left;
}

#news h3{
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #d51e1c;
    font-size: 16px;
    line-height: 20px;
}

#news h4{
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}


    /*  MENU LA MALLA  */


#lamalla{
    width: 750px;
    margin: auto;
}

#lamalla .logo_malla{
    float:left;
}
        
ul#menu_lamalla{
    height: 19px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    z-index: 1000;
}

ul#menu_lamalla li{
    float: right;
    padding: 0px 0px 0px 0px;
    height: 19px;
    color: #4b897c;
    background-color: #FFFFFF;
    font-size: 9px;
    font-family: Verdana, sans-serif;
    text-align: center;
    font-weight: bold;
}
		
ul#menu_lamalla li a{
    text-decoration: none;
    color: #4b897c;
}


/* -------------- */


clear{
    clear:both;
}



/* VIDEO */
div .video_footer
{
	margin-bottom: 10px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

div .video_footer a{
    text-decoration: none;
}

div .video_footer a:hover{
    text-decoration: underline;
}



