body{
	
}
header, nav{
    display: block;
}

/* Definimos un ancho 100% y una altura fija para nuestro menú */
header{
	height:auto;
	position: relative;
	width: 100%;
	z-index: 2;
	background-color: #FFF;
	margin-bottom: 30;
}

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{
	float: right;
	margin-right: 40px;
}   

    /* Quitamos estilos por defecto de el tag UL */
    #menu ul{
        list-style: none;
        font-size: 15px;

    }
        
        /* Centramos y ponemos los textos en mayuscula */
        #menu li{
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #900;
	margin-top: 40px;

        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
	display: block;
	color: #333;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
            }
            #menu li a:hover{
	color: #900;
	background-color: #FFF;
            }
    
    /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(img/nav.png) no-repeat center center;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .6;
		

    }  
	        #nav-mobile.nav-active{
            opacity: 1;
        }
		
	#content{
    width: 80%;
    margin: 60px 10%;
    text-align: center;
    overflow: hidden;
}
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */

#logo{
	display: block;
	float: left;
	width: 460px;
	height: 160px;
	text-indent: -9999px;
	background-image: url(img/cs02_esp.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}
.total {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #900;
}


.conttingut {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
 .titol {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.col01 {
	background-image: url(img/mna.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 168px;
	margin-bottom: 20px;
}
.col02 {
	background-image: url(img/smart.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 100px;
	margin-bottom: 20px;
}
.col03 {
	background-image: url(img/fira.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 97px;

}
.col04 {
	background-image: url(img/ecoembes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 168px;
	margin-bottom: 20px;
	margin-left: 0%;
	margin-top: 12px;
}
.logos {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 18px;
	margin-bottom: 30px;
}
.imatge5 {
	float: left;
	height: 250px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/77.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 30px;
}
.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 65%;
	margin-left: 0px;
	float: left;
	margin-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 30px;
	text-align: left;
}
.noms {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #666;
	width: 20%;
	padding: 2px;
}
.noms1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #666;
	width: 20%;
	padding: 2px;
}
.noms2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #666;
	width: 40%;
	padding: 2px;
}
.noms3 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #666;
	width: 8%;
	padding: 2px;
}
.ressult {
	margin: 1px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 20%;
}
.ressult1 {
	margin: 1px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 20%;
}
.ressult2 {
	margin: 1px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 40%;
}
.ressult3 {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	width: 8%;
	padding: 2px;
	float: left;
}
.ressult4 {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	width: 8%;
	padding: 2px;
	float: none;
}

.contenidor {
	text-align: left;
	width: 100%;
}

.resultatsblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.resultats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.resblanc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 20%;
	text-align: left;

}
.resblanc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 40%;
}
.resblanc3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 20%;
}
.resblanc4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 10%;
}
.resblanc5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 10%;
}
.resultats1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 20%;
	text-align: left;
}
.resultats2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
		width: 40%;
}
.resultats3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
		width: 20%;
}
.resultats4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
		width: 10%;
}
.resultats5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
		width: 10%;
}


@media only screen and (max-width: 1050px) {
        
header{
	background-color: #FFF;
	height:auto;
	position: relative;
	width: 100%;
	z-index: 2
			margin-bottom: 10px;
}
    
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
        padding-top: 210px;
    }
        /* Convertimos nuestra lista de enlaces en un menú horizontal */
        #menu ul{
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
			
        }
            /* estilos para los LI del menu */
            #menu li{
                background: #900;
                border-bottom: 1px solid #282b30;
                float: none;
	margin-top: 0px;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
						color: #FFF;
	background-color: #900;
					
                }
                #menu li a:hover{	color: #900;
	background-color: #FFF;}

        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 400px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
			
        }

#logo{
	display: block;
	float: left;
	width: 260px;
	height: 90px;
	text-indent: -9999px;
	background-image: url(img/cs04_esp.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}
.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 100%;
	margin-left: 0px;
	float: left;
	margin-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 30px;
}
	.noms {
	display: none;

}

	.noms2 {
	display: none;

}

	.noms3 {
	display: none;

}
	.ressult3 {
	display: none;
}
	.noms1 {
	display: none;

}
	.ressult1 {
	display: none;
}



.ressult {
	margin: 1px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 100%;
}

.ressult2 {
	margin: 1px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	width: 100%;
}

.resblanc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 100%;
	display: block;
	text-align: left;
	padding-left: 12px;
}
.resblanc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 100%;
	display: block;
		padding-left: 12px;
}
.resblanc3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 20%;
	display: none;
}
.resblanc4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 10%;
	display: none;
}
.resblanc5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 10%;
	display: none;
}
.resultats1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 100%;
	display: block;
	text-align: left;
}
.resultats2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 100%;
	display: block;

}
.resultats3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 20%;
	display: none;
}
.resultats4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 10%;
	display: none;
}
.resultats5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 10%;
	display: none;
}
.logos {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		margin-top: 30px;
}
}

@media only screen and (max-width: 900px) {
        
        
header{
	background-color: #FFF;
	height:auto;
	position: relative;
	width: 100%;
	z-index: 2
}
    
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }
	

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
        padding-top: 120px;
    }
        /* Convertimos nuestra lista de enlaces en un menú horizontal */
        #menu ul{
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
        }
            /* estilos para los LI del menu */
            #menu li{
                background: #33363b;
                border-bottom: 1px solid #282b30;
                float: none;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
                }
                 #menu li a:hover{	color: #900;
	background-color: #FFF;}

        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 400px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }


.logo {
	background-image: url(img/cs03_esp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 116px;
	width: 340px;
	margin-top: 12px;
	margin-left: 12px;

}
		.imatge {
	float: left;
	height: 340px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/00.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 100%;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
	border-right: none;	
}
.logos {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		margin-top: 30px;
}



@media only screen and (max-width: 600px) {

.imatge5 {
	float: left;
	height: 250px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/77.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 30px;
}
