@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body{
        background:url("../imgs/new/fondo5.jpg") repeat-x #FFFFFF;
        font-family:Arial, Helvetica, sans-serif;
        margin:0px;
        text-align:center;}

        #pagina{
                width:694px; /* cuando hay 3 banner el valor es width:1041px; */
                height:280px;
                top:40px;
                left:50%;
                margin-left:-347px; /* cuando hay 3 banner el valor es margin-left:-520px; */

                position:absolute;
                text-align:center;
                z-index:10;}

                #escudo{
                        background-image:url(../imgs/new/escudo5.jpg);
                        width:129px;
                        height:165px;
                        margin:0 auto 0 auto;}

                        #logo{
                                background-color:transparent;
                                width:75px;
                                height:115px;
                                position:absolute;
                                top:0px;
                                margin-left:0px;}

                #antorcha{
                        background-image:url("../imgs/new/antorcha5.jpg");
                        background-repeat:no-repeat;
                        width:306px;
                        height:600px;
                        position:absolute;
                        bottom:0;
                        z-index:1;}

                        #navegacion{
                                width:694px; /* cuando hay 3 banner el valor es width:1041px; */
                                float:right;
                                padding-bottom: 0px;
                                }

                                #navegacion ul{
                                        list-style:none;
                                        margin:0;
                                        padding:0;
                                        float:left;}

                                        #navegacion li{
                                                list-style-type:none;
                                                float:left;}

                                                #navegacion ul li{
                                                        margin:10px 2px 0 0;
                                                        float:left;}
                #cuadroportal{
                                                        padding:10px 2px 0 0;
                        }

                #cuadroAuxiliar {
                                                        padding:48px 2px 0 0;
                        }

                        #logo h1{
                                        display:none;}

                        img{
                                border:none;}

#antorcha{
        behavior: url(iepngfix.htc);
}

