 	/* <![CDATA[ */

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

 
	/* ACCESSIBILITY */
	#skip A, #skip A:hover, #skip A:visited {
		position:               absolute;
		left:                   0px;
		top:                    -500px;
		width:                  1px;    
		height:                 1px;
		overflow:               hidden;
	}

	#skip a:active {
		position:               static;
		width:                  auto;
		height:                 auto;
	}

	SPAN.accessKey {
		text-decoration:        underline;
	}
 
	/* GLOBALS STRUCTURE */
	HTML, BODY {
		width:                  100%;
		margin:                 0px;
		padding:                0px;
		text-align:             center;
		background-color:       #7CA83E;
	}

	BODY>DIV {
		text-align:             left;
	}

    BODY {
        background-image:       url(imgs/home-body-bg.png);
        background-repeat:      repeat-x;
        background-position:    top left;
    }

    #contener {
		width:                  100%;
        background-image:       url(imgs/home-footer-bg.png);
        background-repeat:      repeat-x;
        background-position:    bottom left;
		background-color:       #FFFFFF;
    }

    /* interface */
	#interface {
		width:                  960px;
		overflow:               auto;
		margin-right:           auto;
		margin-left:            auto;
		text-align:             left;
		margin-top:             0px;
		border-left:            solid 1px #B1B3B4;
		border-right:           solid 1px #B1B3B4;
		background-color:       #FFFFFF;
	}

	/* headers */
	#header-home {
		width:                  960px;
		height:                 120px;
        background-image:       url(imgs/home-header-bg.png);
        background-repeat:      repeat-x;
        background-position:    top left;
	}

	#header {
		width:                  960px;
		height:                 260px;
        background-image:       url(imgs/inside-header-bg.png);
        background-repeat:      repeat-x;
        background-position:    top left;
	}

	
    /* header corporate */
    #header-corporate {
        width:                  960px;
        height:                 60px;
    }
    
    #header-corporate IMG {
        margin-left:            20px;
    }
    
    /* Navigation */
    #navigation {
		width:                  960px;
		height:                 50px;
    }
    
    #menu-l1 {
		width:                  580px;
		height:                 60px;
		margin-left:            380px;
    }
    
    #menu-l1 UL {
		list-style:             none;
		margin:                 0px;
		padding:                0px;
    }
    
    #menu-l1 UL LI {
		float:                  left;
		width:                  115px;
		height:                 30px;
		margin:                 0px;
		padding:                0px;
    }
    
    /* Menu Level 1 General */
    #menu-l1 UL LI:hover, #menu-l1 UL LI.cur {
        background-image:       url(imgs/menu-over-bg.png);
        background-repeat:      repeat-x;
        background-position:    bottom left;
    }
    
    #menu-l1 UL LI A:link, #menu-l1 UL LI A:visited, #menu-l1 UL LI A:active, #menu-l1 UL LI A:hover {
        display:                block;
		width:                  115px;
		padding-top:            7px;
        color:                  #92B53E;
		text-align:             center;
		text-transform:         uppercase;
		text-decoration:        none;
		font-weight:            bold;
    }
    
    /* Menu level 1 inside */
    #header #menu-l1 UL LI:hover, #header #menu-l1 UL LI.first:hover, #header #menu-l1 UL LI.cur, #header #menu-l1 UL LI.act {
        background-image:       url(imgs/menu-over-inside-bg.png);
        background-repeat:      repeat-x;
        background-position:    bottom left;
    }
    
    #header #menu-l1 UL LI.first {
        background-image:       none;
        background-repeat:      repeat-x;
        background-position:    bottom left;
    }
    
    /* navigation Level 2 */
    #menu-l2 {
        overflow:               hidden;
        margin-bottom:          10px;
    }
    
    #menu-l2 UL {
        list-style:             none;
        float:                  right;
        margin-right:           28px;
    }
    
    #menu-l2 LI {
        float:                  left;
        width:                  177px;
        height:                 160px;
        margin-left:            20px;
        background-image:       url(imgs/menu-L2.png);
        background-position:    top left;
        background-repeat:      no-repeat;
    }
    
    #menu-l2 LI:hover, #menu-l2 LI.cur {
        background-image:       url(imgs/menu-L2-over.png);
    }
    
    #menu-l2 LI A:link, #menu-l2 LI A:visited {
        display:                block;
        width:                  147px;
        height:                 140px;
        padding-top:            10px;
        padding-left:           20px;
        padding-right:          10px;
        font-weight:            bold;
        font-size:              12px;
        color:                  #000000;
        text-decoration:        none;
        text-transform:         uppercase;
        line-height:            160%;
    }
    
    #menu-l2 LI A:hover, #menu-l2 LI A:active,
    #menu-l2 LI.cur A:link, #menu-l2 LI.cur A:visited {
        color:                  #FFFFFF;
    }
    
    /* search box */
    #search {
        margin-right:           30px;
        float:                  right;
    }

    #search INPUT {
        width:                  105px;
        height:                 11px;
        float:                  left;
        margin:                 3px 0px 0px 0px;
        padding:                2px 0px 0px 5px;
        font-size:              10px;
        border:                 solid #808080 1px;
        text-transform:         uppercase;
    }

    #search INPUT#sword-submit {
        width:                  17px;
        height:                 15px;
        margin-top:             3px;
        border:                 none;
        background-color:       transparent;
        background-image:       url(imgs/submit.png);
    }

    /* peripherical menu */
    

    /* content-home */
	#content-top {
		width:                  910px;
		overflow:               hidden;
        margin:                 20px 20px 20px 20px;
	}

	#content-top-left {
	    float:                  left;
		width:                  320px;
        margin-right:           28px;
	}

    #content-top-left P.bodytext {
        font-size:              13px;
    }

	#content-top-right {
	    float:                  left;
		width:                  562px;
	}

	#content-top-right IMG {
	    border:                  solid #000000 1px;
	}

	#content-bottom {
		width:                  960px;
	}

    /* Social sharing */
    #social {
        height:                 auto;
        overflow:               hidden;
        margin-bottom:          30px;
    }
    
    #newsletter {
        float:                  left;
        margin-left:            16px;
    }

    #sharing {
        float:                  right;
        margin-right:           25px;
    }
    
    #sharing A {
        float: left;
        margin-right:           1px;
    }
    
    .tx-spsocialbookmarks-pi1 {
        float:                  right;
    }
    
    /* footer */
	#footer {
		width:                  960px;
		height:                 230px;
		overflow:               hidden;
		margin-right:           auto;
		margin-left:            auto;
		text-align:             left;
        background-image:       url(imgs/home-footer-bg.png);
        background-repeat:      repeat-x;
        background-position:    top left;
	}
    
    /* FCE */
    /* Grey Box content */
    DIV.grey-box {
        width:                  920px;
        margin:                 20px;
        overflow:               hidden;
    }
    DIV.grey-box-top {
        width:                  920px;
        height:                 9px;
        margin:                 0px;
        background-image:       url(imgs/grey-box-top.png);
        background-repeat:      no-repeat;
        background-position:    top left;
        clear:                  left;
    }
    DIV.grey-box-center {
        width:                  920px;
        margin:                 0px;
        background-image:       url(imgs/grey-box-center.png);
        background-repeat:      repeat-y;
        background-position:    top left;
        float:                  left;
        overflow:               hidden;
    }
    DIV.grey-box-center IMG {
        margin-left:            30px;
    }
    DIV.grey-box-bottom {
        width:                  920px;
        height:                 13px;
        margin:                 0px;
        background-image:       url(imgs/grey-box-bottom.png);
        background-repeat:      no-repeat;
        background-position:    top left;
        float:                  left;
    }

    /* contacts */
    H2.header-location {
        padding:                20px 0px 10px 10px;
        margin:                 0px;
        background-image:       url(imgs/location-h2-bg.png);
        background-repeat:      no-repeat;
        background-position:    top left;
        border-bottom:          1px solid #DADBDD;
    }

    IFRAME {
        width:                  908px;
        margin-bottom:          25px;
        border-left:            1px solid #DADBDD;
        border-right:           1px solid #DADBDD;
        border-bottom:          1px solid #DADBDD;

        -moz-border-radius-bottomright:     5px;
        -moz-border-radius-bottomleft:      5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius:  5px;
    }
    
    /* PLUGINS */
    /* News - Home */
    DIV.news-list-container {
        width:                  850px;
        margin-left:            30px;
        padding-top:            40px;
        padding-bottom:         40px;
        overflow:               hidden;
    }
    
    DIV.news-list-item {
        margin-bottom:          10px;
        overflow:               hidden;
        border-bottom:          2px solid #A7AAAC;
    }
    
    DIV.news-list-item:last-child, DIV.last-item {
        border-bottom:          0px;
    }
    
    DIV.news-content-container {
        height:                 auto;
        overflow:               hidden;
    }
    
    DIV.news-picture {
        float:                  left;
        width:                  280px;
        margin-right:           40px;
    }
    DIV.news-content {
        float:                  left;
        width:                  530px;
    }

    DIV.news-content-container {
        float:                  left;
    }

    DIV.news-list-container H2 {
        padding-bottom:         25px;
        font-size:              21px;
        margin:                 0px;
        margin-left:            0px;
        color:                  #000000;
        overflow:               hidden;
    }
    
    DIV.news-list-container H2 A {
        color:                  #000000;
    }
    
    DIV.news-list-container H2 IMG {
        float:                  left;
        margin:                 0px;
    }
    
    DIV.accordion-open H2 {
    }
    
    DIV.accordion-closed H2 {
        padding-bottom:         0px;
    }
    DIV.news-content .subheader P {
        margin-top:             0px;
        font-size:              15px;
        font-weight:            bold;
        line-height:            140%;
    }
    
    DIV.news-content .content P {
        font-size:              11px;
        line-height:            160%;
    }
    
    /* News - Internal */
    DIV.news-list-container-internal {
        width:                  850px;
        margin-left:            20px;
        margin-top:             0px;
        overflow:               hidden;
    }
    
    DIV.news-list-container-internal DIV.news-list-item {
        margin-bottom:          0px;
        height:                 120px;
        overflow:               hidden;
        border-bottom:          0px solid #A7AAAC;
    }
    
    DIV.news-list-container-internal DIV.news-picture {
        float:                  left;
        width:                  125px;
        height:                 125px;
        margin-right:           20px;
        margin-top:             0px;
    }
    
    DIV.news-list-container-internal DIV.news-picture IMG {
        width:                  125px;
        height:                 125px;
        border:                 solid #000 1px;
        -moz-border-radius:     5px;
        -webkit-border-radius:  5px;
    }
    
    DIV.news-list-container-internal DIV.category {
        font-size:              10px;
        margin-bottom:          50px;
        margin-left:            2px;
        display:                block;
        text-indent:            -9999px;
    }

    DIV.news-list-container-internal DIV.news-content H2 {
        padding-bottom:         0px;
        font-size:              28px;
        margin:                 0px;
        margin-bottom:          5px;
        color:                  #4D4E50;
        font-weight:            normal;
    }
    DIV.news-list-container-internal DIV.news-content DIV.subheader P {
        font-size:              11px;
        line-height:            140%;
        font-weight:            normal;
        color:                  #4D4E50;
        margin-left:            2px;
        margin-bottom:          0px;
    }
    
    .news-list-container-internal {
        height:                 137px;
        overflow:               hidden;
        margin-bottom:          15px;
    }
    
    #buttons {
        text-align:             center;
        height:                 auto;
        overflow:               hidden;
        margin-top:             -20px;
    }
    
    #buttons A:link, #buttons A:visited {
        color:                  #FFF;
        margin-right:           5px;
        width:                  7px;
        height:                 7px;
        background-image:       url( imgs/news-btn-off.gif );
        background-position:    top left;
        background-repeat:      no-repeat;
        padding-left:           3px;
        padding-right:          3px;
        text-indent:            -9999px;
    }
    
    #buttons A:hover, #buttons A:active, #buttons A.cur {
        color:                  green;
        width:                  7px;
        height:                 7px;
        background-image:       url( imgs/news-btn-on.gif );
        text-decoration:        none;
    }
    
    #buttons A:focus {
        outline:                0;
    }
    
    #tx-atra-pi2-other-cars {
        margin-top:             25px;
        margin-left:            20px;
        color:                  #FFF;
        height:                 auto;
        overflow:               hidden;
    }

    #tx-atra-pi2-other-cars A {
        color:                  #FFF;
    }

    .tx-atra-pi2-otherCar {
        float:                  left;
        width:                  220px;
        margin-right:           15px;
        margin-bottom:          10px;
        padding-bottom:         5px;
        border-bottom:          2px solid #B5CA8E;
    }

/* ]]> */


