/* CSS NIKE MÉS :: SEPTIEMBRE 2008 */
*{
    margin: 0;
    padding: 0;   
}
html {
    height: 100%;
    /*overflow: hidden;*/
    overflow: auto;
	color:#fff !important;
}
a {
	color:#fff;
	text-decoration:none;
}
body{
    background-color: #000;
    height: 100%;
	font: 62% Arial, Helvetica, Arial, sans-serif;
}
#web{
    margin: 0 auto auto auto;
    width: 996px;
    padding-top: 20px;
   /* background-color: #336699;*/
    /*height:100%;*/
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}
.portada{
    /*background: url(/media/img/common/bgr1.jpg) top no-repeat;*/
	background: #336699 url(/media/img/common/backgrounds/background-ball.jpg) top no-repeat;
    padding-bottom: 20px;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}

.disclaimer,.donation {
    /*background: url(/media/img/common/bgr1.jpg) top no-repeat;*/
	background: #324566;    
}

.portada_nakivale {
    /*background: url(/media/img/common/bgr1.jpg) top no-repeat;*/
	background: url(/media/img/common/backgrounds/background-sand.jpg) top repeat-y;
    padding-bottom: 20px;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}

/* MARCO IZQUIERDO que contine: menu idiomas, logo mes, y menu */
#opciones {
    width: 235px;
    float: left;
    text-align: right;
}
/* EO MARCO IZQUIERDO que contine: menu idiomas, logo mes, y menu */

/* LOGO - més more than football */
#logo {
    padding-top: 27px;
	margin-right:-13px;
}

#logo {
    padding-top: 27px;
}
#disclaimer, #donation {
	width:556px;margin:auto;	
}

#disclaimer h2 {
	margin-top:15px;
	font-size:1.2em;
	font-weight:bold;
}

#disclaimer p {	
	font-size:1.1em;
	margin-bottom:10px;
}

#donation p {	
	font-size:1.2em;
	font-weight:bold;
	margin:30px 0 15px 0;
}
#donation h2 {	
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
}



/* eo - LOGO - més more than football */

noscript p {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff !important;
	font-weight:bold;	
	font-size:.6em !important;
}



/**********************************
	CSS DY
**********************************/

#icon-actions {
	clear:both;text-align:right;margin-bottom:0px;padding-top:10px;

}
#icon-actions ul li {
	display:inline;
	margin-left:5px;
}

.errorMsg p {
	padding:5px 0 0 0 ;color:red;
}
.borderRed {
	border:1px solid red;
}

#terms_use a {
	text-decoration:underline;
}