/* Educacion sin fronteras */

    /* Main elements */

    	body {
    		font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
    		margin: 0;
    		padding: 0;
    		color: #666;
    		font-size: 62.5%;
    		background-color: #ffcd41;
    	}

    	div {
    		margin: 0;
    		padding: 0;
    	}

    	dl, dt, dd {
    		margin: 0;
    		padding: 0;
    	}

    	ul, li {
    		margin: 0;
    		padding: 0;
    		list-style: none;
    	}

    	p,
    	h1,
    	h2,
    	h3,
    	h4,
    	h5,
    	h6 {
    		padding: 0;
    		margin: 0;
    		font-size: 1em;
    	}
    	
    	p {
    		color: #666;
    	}
    	
    	a {
    	    color: #ED6713;
    	}

	abbr,
	acronym {
	    border-bottom: none;
	}

    	img {
    		border: 0;
    	}

    	.hidden {
    		height: 0;
    		width: 0;
    		overflow: hidden;
    		position: absolute;
    	}
        
        #atffc {
            display: none;
        }



    /* Layout */

    	#super {
    		width: 97em;
    		padding: 0 1.5em 1.5em 1.5em;
    		margin: 0 auto;
    		background-color: #fff;
    	}



    /* Header */

        #header {
            width: 100%;
            overflow: hidden;
            margin-bottom: 2px;
            background: url("../images/background-header.jpg") repeat-x left top;
        }
        
        
        /* Logo and slogan */
        
            #header .logo {
                float: left;
            }
            
                #header .logo img {
                    display: block;
                }
            
            #header .slogan {
                float: right;
                margin: 1.8em 0;
            }
            
                #header .slogan img {
                    display: block;
                }
            

        /* Language bar */

            #header .language-bar,
            #header .LanguageSelector {
                font-size: 1.1em;
                float: right;
            }

                #header .language-bar li,
                #header .LanguageSelector div {
                    display: inline;
                    padding-right: .7em;
                    margin-right: .7em;
                    border-right: 1px solid #666;
                }
                
                    #header .language-bar li,
                    #header .language-bar li a,
                    #header .LanguageSelector div,
                    #header .LanguageSelector div a {                    
                        color: #666;
                        text-decoration: none;  
                    }
                    
                        #header .LanguageSelector div a:hover {
                            text-decoration: underline;
                        }
                    
                    #header .LanguageSelector div.selected {
                        font-weight: bold;
                    }
                
                    #header .language-bar li.last {
                        padding-right: 0;
                        margin-right: 0;
                        border-right: none;
                    }



    /* Main menu */       

        #main-navigation {
            margin-bottom: 4em;            
            overflow: visible;
        }        
        
            #main-navigation div.menu-container {
                position: relative;
                height: 23px;
            }
                
            #main-navigation .image {
                display: block;
                margin-bottom: 2px;
            }

            #main-navigation ul {
                width: 100%;
                overflow: hidden;
                background: #FF9900;                                
                position: relative;
            }
            
                #main-navigation ul li {
                    float: left;
                    font-size: 1.2em;
                    font-weight: bold;
                    text-transform: uppercase;
                    padding: .3em 1.1em;
                    border-right: 2px solid #fff;
                    background: #FF9900;
                }
                
                    #main-navigation ul li.selected {
                        background: #e6e6e6;
                    }

                    #main-navigation ul li.selected a {
        			    color: #666;
        		    }
                
                    #main-navigation ul li a {
                        color: #fff;
                        text-decoration: none;
                    }
                    
                        #main-navigation ul li a:hover,
                        #main-navigation ul li a:hover div {
                            text-decoration: underline;
                        }


            #main-navigation ul.right-sections {
                width: auto;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 10;
            }

                #main-navigation ul.right-sections li {
                    border-right: none;
                    border-left: 2px solid #fff;
                    background-color: #ED6713;
                }
                
                #main-navigation ul.right-sections li.search {
                    font-size: 1em;
                    padding: .3em;
                    *padding: .2em .3em .3em .3em;
                    overflow: hidden;
                    color: #fff;
                    background-color: #FF9900;
                }
                
                    #main-navigation ul.right-sections li.search form {
                        margin: 0;
                        padding: 0;
                        overflow: hidden;
                    }
                    
                        #main-navigation ul.right-sections li.search form input.text {
                            margin: 0;
                            padding: 0;
                            font-size: 1.1em;
                            height: 1.3em;
                            font-family: Arial, Verdana, sans-serif;                            
                            width: 12em;
                            border: 1px solid #ffffff;
                            vertical-align: middle;
                        }
                        
                        #main-navigation ul.right-sections li.search form input.button {                            
                            margin: 0;
                            padding: 0 0 .2em 0;
                            height: 1.4em;
                            width: 5em;
                            color: #fff;
                            font-size: 1.1em;
                            font-weight: bold;
                            font-family: Arial, Verdana, sans-serif;
                            background-color: #ED6713;
                            border: none;
                            vertical-align: middle;
                        }



    /* Local navigation area */

        #local-navigation {
            width: 17.7em;
            float: left;
            margin-bottom: 4em;
            margin-left: 1em;
        }
        
        /* Section main title */
        
            #local-navigation h2 {
                color: #ff9900;
                font-size: 1.2em;
                text-transform: uppercase;
                padding: .4em 0;
				border-top: 3px solid #D9D9D9;
		        border-bottom: 1px solid #D9D9D9;
            }
            
                #local-navigation h2 a {
                    text-decoration: none;
                }
                
                    #local-navigation h2 a:hover {
                        text-decoration: underline;
                    }



             
                            
        /* Banners */
        
            .banners ul li {
                font-size: 1.1em;
                margin-bottom: 3px;
            }
			
				.banners ul li img {
					display: block;
				}
            
                .banners ul li a {
					padding: .6em .8em;
                    display: block;
					color: #333;
					font-weight: bold;
					text-decoration: none;
					background-color: #d9d9d9;
                }
				
					.banners ul li a:hover {
						text-decoration: underline;
					}
					
				.banners ul li.image-link a {
					padding: 0;					
				}
					
				.banners ul.actions {	
					margin-top: 2em;
				}

				.banners ul.actions li a {
					color: #fff;
					background: #ed6713 url("../images/double-arrow-right.gif") no-repeat right center;
                }

    /* Formulari subscripció e-mail home*/
                
        .banners ul.actions li #form_home{	
            margin-top: 2em;
            padding-left: 0.7em;
        }
        
        .banners ul.actions li #form_home h2{	
            border: 0 none;
            color: #ED6713;
            font-size: 1.1em;
            text-transform: none;
        }
        
        .banners ul.actions li #form_home form{	
            margin:0;
            padding:0;
        }
        
        .banners ul.actions li #form_home form label{	
            float: left;
            font-size: 1.1em;
            line-height: 1.6em;
            margin-right: .4em;
        }
        
        .banners ul.actions li #form_home form input{	
            float: left;
            font-family: Arial;
            font-size: 1em;
            height: 1.3em;
            padding: 0;
            vertical-align: middle;
            width: 9.2em;
        }
        
        .banners ul.actions li #form_home form button{	
            background: url("../images/submitSubscription.gif") no-repeat scroll 0 0;
            border: 0 none;
            height: 17px;
            width: 18px;
            vertical-align: middle;
            margin-top: 0.1em;
            margin-left: .5em;
            font-size: 1em;
        }

        
    /* Content area */

        #main-content {
            width: 73.5em;
            margin-bottom: 4em;
            margin-right: 1em;
            float: right;
        }



    /* Footer */
    
        #footer {
            width: 100%;
            overflow: hidden;
            clear: both;
            background-color: #eee;            
        }
        
            #footer a {
                color: #666;
            }
        
            #footer address {
                float: left;
                padding: .5em 1em;
                font-size: 1.1em;
                font-style: normal;
            }
                
                #footer address strong {
                    color: #ED6713;
                }
            
            #footer ul {
                float: right;
                font-size: 1.1em;
                margin: 1.1em 1em 0 0;
            }
            
                #footer ul li {                
                    display: inline;
                    margin-left: 1em;
                }                

                    
                    
    /* Companies list */
    
        #companies {
            padding-top: 1.5em;
            width: 100%;
            overflow: hidden;
        }
        
            #companies div.endorsements {                
                float: right;
                margin-right: 1.2em;
                margin-left: 1.2em;                
            }
            
            #companies div.network {
                float: left;
                margin-left: 1.2em;
                margin-right: 1.2em;
            }
            
                #companies div p {
                    font-size: 1.1em;
                    margin-bottom: .5em;
                }
            
                #companies div ul li {
                    display: inline;
                    margin-left: 1em;
                }
    
	
	
	/* Side content */
	
		.side-content {
			width: 20em;			
			float: right;			
		}
		
		.side-content .wrapper {
			padding: .3em;
            margin-bottom: 2em;
			border: 1px solid #ccc;
		}
		
		.side-content .wrapper h2 {
			color: #fff;
			font-size: 1.2em;
			padding: .3em .6em;
			margin-bottom: .2em;
			background-color: #ed6713;
		}
        
        /* News and publications list */
		
            .side-content .wrapper ul.news {
                margin: .4em .7em;
                border-bottom: 3px solid #ccc;
            }
            
            .side-content .wrapper ul.publications {
                margin: 1em .7em .4em .7em;
            }
            
                .side-content .wrapper ul.news li,
                .side-content .wrapper ul.publications li {
                    padding: 1.3em 0;
                    border-top: 1px solid #ccc;
                }
                
                .side-content .wrapper ul.publications li {
                    width: 100%;
                    overflow: hidden;
                }
                
                    .side-content .wrapper ul.news li.first,
                    .side-content .wrapper ul.news li.first-inner,
                    .side-content .wrapper ul.publications li.first,
                    .side-content .wrapper ul.publications li.first-inner {
                        padding-top: 0;
                        margin-top: 0;
                        border-top: none;
                    }
            
                    .side-content .wrapper ul.news li p.date,
                    .side-content .wrapper ul.publications li p.date {
                        color: #999999;
                        font-size: 1.1em;
                        margin-bottom: .2em;
                    }
                    
                    .side-content .wrapper ul.news li p.link,
                    .side-content .wrapper ul.publications li p.link {                    
                        font-size: 1.1em;
                        margin-top: .3em;
                    }
                    
                        .side-content .wrapper ul.news li p.link a,
                        .side-content .wrapper ul.publications li p.link a {
                            padding: 0 1.3em 0 0;
                            background: url("../images/icon-read-news.gif") no-repeat right center;
                        }
                    
                    .side-content .wrapper ul.news li h3,
                    .side-content .wrapper ul.publications li h3 {
                        color: #666666;
                        font-size: 1.2em;
                    }
                    
                    .side-content .wrapper ul.news li.first h3,
                    .side-content .wrapper ul.publications li.first h3 {
                        font-size: 1.4em;
                    }
                    
                    .side-content .wrapper ul.news li img {                    
                        margin: .5em 0 0 0;
                    }
                    
                    .side-content .wrapper ul.news li .video {
                        padding: .5em 0;
                    }
                    
                    .side-content .wrapper ul.news li .video embed,
                    .side-content .wrapper ul.news li .video object {
                        width: 17.5em;
                        height: 14em;
                    }
                    
                    .side-content .wrapper ul.publications li img {
                        float: left;
                        margin: 0 1em 0 0;
                        border: 1px solid #ccc;
                    }
                    
                    .side-content .wrapper p.view-all {
                        font-size: 1.1em;
                        text-align: right;
                        margin: 1em .7em;
                    }
                    
                        .side-content .wrapper p.view-all a {
                            padding: 0 1.3em 0 0;
                            background: url("../images/icon-read-news.gif") no-repeat right center;
                        }
                        
                        .side-content .wrapper p.view-all-news {
                            float: left;
                            margin-top: .5em;
                        }

        
        /* Member area access */
        
            .side-content .memberAreaAccess {
                margin: 0;
                padding: .7em .7em 1.5em .7em;
                background-color: #E6E6E6;
            }

                .side-content .memberAreaAccess p {
                    font-size: 1.2em;
                    margin-bottom: 1.2em;
                }

                .side-content .memberAreaAccess div.distlogin-error {
                    border: 1px solid #D8000C;
                    margin: 10px 0px;
                    padding:15px 10px 15px 10px;                    
                    background-color: #FFBABA;
                    display: none;
                }

                .side-content .memberAreaAccess div.distlogin-error p{
                    padding: 0;
                    margin: 0;
                    color: #D8000C;
                    text-align:center;
                }

                .side-content .memberAreaAccess legend {
                    display: none;
                }

                .side-content .memberAreaAccess fieldset {
                    width: 100%;
                    overflow: hidden;
                    margin: 0;
                    padding: 0;
                    border: 0;                    
                }

                .side-content .memberAreaAccess label {
                    float: left;
                    font-size: 1.1em;
                    font-weight: bold;
                    line-height: 2em;                    
                }

                .side-content .memberAreaAccess input#password {
                    width: 9em;
                    float: right;
                    font-size: 1.1em;
                    padding: .3em;
                    border: 1px solid #ccc;
                }

                .side-content .memberAreaAccess input.button {                    
                    float: right;     
                    font-family: Arial, Verdana, sans-serif;
                    clear: right;
                    color: #fff;                    
                    font-size: 1.2em;
                    font-weight: bold;
                    padding: .2em 1em;
                    margin-top: .5em;
                    border: none;
                    background-color: #F7862A;
                }



	/* Modules for homepage and distributive pages */
	
		.modules {
			width: 50em;
			float: left;
		}
		
			.modules ul {
			}
			
				.modules ul li {
					padding: .3em;
                    margin-bottom: 1.5em;
					border: 1px solid #ccc;
				}
                
                    .modules ul li ul {
                        margin: 1em;
                        padding: 0;
                    }
                
                        .modules ul li ul li {
                            color: #333;
                            font-size: 1.2em;                            
                            margin: 0 0 1em 0;
                            padding: 0 0 0 1.2em;
                            border: none;
                            background: url("../images/text-li.gif") no-repeat .4em .4em;                            
                        }
                
                                    
                    .modules ul li .wrapper {
                        overflow: hidden;
                    }
				
					.modules ul li img {
						display: block;
					}
					
					.modules ul li.horizontal {
						width: 48em;
						overflow: hidden;
					}
					
						.modules ul li.horizontal .wrapper {
							position: relative;
							overflow: hidden;
                            background-color: #D9D9D9;	
						}
                        
                        .modules ul li.horizontal .video {
                            float: right;
                            margin: 0 0 0 1.5em;
                        }
                            
                            .modules ul li.horizontal .video embed,
                            .modules ul li.horizontal .video object {
                                width: 23em;
                                height: 18.6em;
                                display: block;
                                margin: 0;
                                padding: 0;
                            }
						
						.modules ul li.horizontal img {
							float: right;
                            margin: 0 0 0 1.5em;
						}
                        
						.modules ul li.horizontal h3 {
							color: #333;
							font-size: 1.6em;							
							padding: .6em .6em 0 .6em;                            
						}
						
							.modules ul li.horizontal h3 a {
								color: #333;
								text-decoration: none;
							}
							
								.modules ul li.horizontal h3 a:hover {
									text-decoration: underline;
								}
						
						.modules ul li.horizontal p {
                            color: #333;
							font-size: 1.2em;
							margin: 0 .8em 1em .8em;
						}
					
					
					
					.modules ul li.vertical-big {
						width: 48em;
					}
					
						.modules ul li.vertical-big .wrapper {							
							background-color: #D9D9D9;
						}
						
						.modules ul li.vertical-big img {
							border-top: 3px solid #fff;
						}
					
						.modules ul li.vertical-big h3 {
							color: #333;
							font-size: 1.8em;							
							padding: .4em .6em 0 .6em;
						}
						
							.modules ul li.vertical-big h3 a {
								color: #333;
								text-decoration: none;
							}
							
								.modules ul li.vertical-big h3 a:hover {
									text-decoration: underline;
								}
						
						.modules ul li.vertical-big p {
							color: #333;
							font-size: 1.2em;
							margin: 0 .9em 1em .9em;
						}
                        
                        .modules ul li.vertical-big .video {                            
                            margin: 0;
                            padding: 0;
                        }
                            
                            .modules ul li.vertical-big .video embed,
                            .modules ul li.vertical-big .video object {
                                width: 48em;
                                height: 38.8em;
                                display: block;
                                margin: 0;
                                padding: 0;
                            }
					
					
					
					.modules ul li.vertical-small {
						width: 23em;
                        float: left;
                        margin: 0 1.2em 1.2em 0;
					}
                    
                        .modules ul li.vertical-small .wrapper {
							background-color: #D9D9D9;
						}
                        
                        .modules ul li.vertical-small .text-wrapper {
                            width: 23em;
                            height: 10em;
                            overflow: hidden;                            
                        }
                        
                        .modules ul li.vertical-small .image-wrapper {
                            width: 23em;
                            height: 14em;
                            overflow: hidden;
                        }
                        
                        .modules ul li.vertical-small img {
							border-top: 3px solid #fff;
						}
                    
						.modules ul li.vertical-small h3 {
							color: #333;
							font-size: 1.6em;							
							padding: .6em .6em 0 .6em;
						}
						
							.modules ul li.vertical-small h3 a {
								color: #333;
								text-decoration: none;
							}
							
								.modules ul li.vertical-small h3 a:hover {
									text-decoration: underline;
								}
						
						.modules ul li.vertical-small p {
                            color: #333;
							font-size: 1.2em;
							margin: 0 .8em 1em .8em;
						}

                        .modules ul li.vertical-small .video {
                            margin: 0;
                        }
                        
                            .modules ul li.vertical-small .video embed,
                            .modules ul li.vertical-small .video object {
                                width: 23em;
                                height: 14em;
                                display: block;
                                margin: 0;
                                padding: 0;
                            }
                        
                        
                        
    /* Delegation distributive page */
    
        .delegations-main-info {
            padding: .3em;
            border: 1px solid #ccc;
            margin-bottom: 1.5em;
        }
        
            .delegations-main-info h2 {
                color: #333;
                font-size: 1.6em;
                padding: .2em .5em;
                margin-bottom: .15em;
                background-color: #D9D9D9;
            }
            
            .delegations-main-info .wrapper {
                width: 100%;
                overflow: hidden;
                background: url("../images/background-delegation-distributive.gif") repeat-y left top;
            }
            
            .delegations-main-info .delegation-text {
                float: left;
                width: 18.8em;
                padding: 1.5em 2em;
            }
            
                .delegations-main-info .delegation-text p {
                    color: #333;
                    font-size: 1.2em;
                    margin-bottom: 1em;
                }

                    .delegations-main-info .delegation-text p a {
                        color: #333;
                    }



            .delegations-main-info .delegation-list {
                float: left;
                width: 18.8em;
                padding: 1.5em 2em;
            }
            
                .delegations-main-info .delegation-list ul {
                }
                
                    .delegations-main-info .delegation-list ul li {
                        font-size: 1.2em;
                        padding-left: .9em;
                        margin: 0 0 .4em 0;
                        background: url("../images/text-li-arrow.gif") no-repeat left .5em;
                    }



            .delegations-main-info .delegation-map {
                display: block;
                float: right;
            }



        .delegations-modules {
            padding: .3em;
            border: 1px solid #ccc;
        }
        
            .delegations-modules .wrapper {
                width: 100%;
                overflow: hidden;
            }
        
            .delegations-modules h2 {
                color: #333;
                font-size: 1.6em;
                padding: .2em .5em;
                margin-bottom: .15em;
                background-color: #FF9900;
            }
    
            .delegations-modules ul {
                height: 23.3em;
            }
            
                .delegations-modules ul li {
                    float: left;                
                    width: 24em;
                    margin-right: .3em;                    
                }
                
                .delegations-modules ul li.last {
                    width: 24.1em;
                    margin-right: 0;
                }
                
                    .delegations-modules ul li .text-wrapper {
                        height: 7em;
                        overflow: hidden;
                        padding: 1em 1.5em;
                        margin-bottom: .3em;
                        background-color: #D9D9D9;
                    }
                    
                    .delegations-modules ul li .image-wrapper {
                        height: 14em;
                        overflow: hidden;
                    }
                    
                    .delegations-modules ul li h3 {
                        color: #333;
                        font-size: 1.6em;
                        margin-bottom: .2em;
                    }
                    
                    .delegations-modules ul li h3 a {
                        color: #333;
                        text-decoration: none;
                    }
                    
                    .delegations-modules ul li h3 a:hover {
                        text-decoration: underline;
                    }
                    
                    .delegations-modules ul li p {
                        color: #333;
                        font-size: 1.2em;
                    }
                
                    .delegations-modules ul li img {
                        display: block;
                    }
        
    /* 2 columns distributive page */
    
        .distributive-columns {
            width: 50em;
            float: left;            
        }
        
            .distributive-columns .title-wrapper {
                padding: .3em;
                margin-bottom: 1.5em;
                border: 1px solid #ccc;
            }
            
                .distributive-columns .title-wrapper h2 {
                    color: #333;
                    font-size: 1.6em;
                    text-align: center;
                    padding: .2em 1em;
                    background-color: #D9D9D9;                
                }
                
                .distributive-columns .module-column-left {
                    float: left;
                }
                
                .distributive-columns .module-column-right {
                    float: right;
                }
                
                .distributive-columns ul .module-column {
                    width: 23em;
                    padding: .3em;
                    border: 1px solid #ccc;
                }
                
                .distributive-columns ul .module-column h3 {
                    color: #333;
                    font-size: 1.6em;
                    padding: .3em .5em;
                }
                
                    .distributive-columns ul .module-column .inner-title-wrapper {
                        margin-bottom: .3em;
                        background-color: #ccc;
                    }
                
                    .distributive-columns ul .module-column h3 a {
                        color: #333;
                        text-decoration: none;
                    }
                    
                        .distributive-columns ul .module-column h3 a:hover {
                            text-decoration: underline;
                        }
                    
                    .distributive-columns ul .text-wrapper {
                        padding: 1em;
                    }
                    
                    .distributive-columns ul li p {
                        color: #333;
                        font-size: 1.2em;
                        margin-bottom: 1em;
                    }
                    
                    .distributive-columns ul li ul {
                    }
                    
                        .distributive-columns ul li ul li {
                            font-size: 1.2em;
                            margin-bottom: 1em;
                            padding: 0 0 0 1.2em;
                            background: url("../images/text-li.gif") no-repeat .4em .4em;
                        }
