
	html * {
		margin:				0;
		padding: 			0;
		border: 			none;
		list-style: 		none;
		font-size: 			1em;
	}

    html, body {
		height:				100%;
		min-height:			100%;
		position: 			relative;
		overflow:			hidden;
	}

	body {
		font-family: 		"Droid Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
        font-size:          74%;
        color:              white;
	}
	
	.floatLeft {
		float: 				left;
	}
	
	.clear {
		clear: 				both;
	}

    a {
        color:              white;
        text-decoration:    none;
    }

    #edicionOnline {
        position:           absolute;
        top:                0;
        left:               0;
    }

	address {
		font-style:			normal; 		
	}

    #logo {
        position:           absolute;
        top:                25px;
        left:               285px;
    }

    #contacto {
        position:           absolute;
        top:                35px;
        right:              100px;
        font-size:          14px;
    }

	#contentHeader, .contentScroll {
		width: 				1000px;
		margin:				0 auto;
		position: 			relative;
	}

    .contentScroll {
        text-align:         center;
        padding-top:        200px;
    }

    #contentHeader {
        height:             90px;
    }

    .link {
        position:           absolute;
        right:              120px;
        top:                277px;
        font-size:          12pt;
    }
	
	#header {
	    width:              100%;
        height:             90px;
        background:         transparent url(images/transparencia.png) repeat;
        position:           fixed;
        top:                0;
        left:               0;
        z-index:            100;
	}

    #scroll h1 {
        text-indent:        -9000px;
        overflow:           hidden;
        width:              500px;
        height:             235px;
        position:           relative;
        margin:             0 auto;
    }

    #scroll p {
        text-align:         justify;
        width:              475px;
        font-size:          15px;
        position:           relative;
        margin:             0 auto;
    }

    #item1 {
        background:         #444242;
        border-bottom:      7px solid #6d6d71;
    }

	#item1 .contentScroll {
	    background:         transparent url(images/beta.png) no-repeat 400px 275px;
	}

    #item2 {
        background:         #005e84;
        border-bottom:      7px solid #156d91;
    }

    #item2 h1 {
        background:         transparent url(images/imagen2.png) no-repeat center top;
    }

    #item2 .contentScroll {
        background:         transparent url(images/blue.png) no-repeat 680px bottom;
    }

    #item3 {
        background:         #ba007c;
        border-bottom:      7px solid #d15a9d;
    }

    #item3 h1 {
        background:         transparent url(images/imagen3.png) no-repeat center top;
    }

    #item3 .contentScroll {
        background:         transparent url(images/pink.png) no-repeat 660px bottom;
    }

    #item4 {
        background:         #d37e00;
        border-bottom:      7px solid #df914e;
    }

    #item4 h1 {
        background:         transparent url(images/imagen4.png) no-repeat center top;
    }

    #item4 .contentScroll {
        background:         transparent url(images/orange.png) no-repeat 480px bottom;
    }

    #item5 {
        background:         #9db731;
        border-bottom:      7px solid #b4cc7a;
    }

    #item5 h1 {
        background:         transparent url(images/imagen5.png) no-repeat center top;
    }

    #item5 .contentScroll {
        background:         transparent url(images/green.png) no-repeat 280px bottom;
    }

	#footer {
	
	}
	
