* {
    padding:0;
    margin:0
}

body {
    font-size:62.5%;
    background-color:rgb(255,255,255);
    font-family:verdana,arial,sans-serif
}

.page-container{
    min-width:901px!important;
/*    width:expression((documentElement.clientWidth < 995) ? "901px":"90%"); */
    width:90%;
    margin:0px auto;
    margin-top:10px;
    margin-bottom:5px;
    font-size:1.0em
}

.main {
    width:97%;
    min-width:874px;
    padding-bottom:5px;
    float:left
}

.footer {
    clear:both;
    width:97%;
    padding:0.5em 0 1.0em 0;
    font-size:1.0em;
    overflow:visible !important;
    overflow:hidden
}

.header{
    width:97%;
    min-width:874px;
    font-family:"trebuchet ms",arial,sans-serif;
    float:left;
    position:relative;
    background:url('../imagenes/borHead.png') repeat-x;
}

#header-left{
    width:13px;
    height:214px;
    float:left;
    background:white url('../imagenes/bg-left.png') no-repeat left top
}

#header-right{
    width:14px;
    height:214px;
    float:right;
    background:transparent url('../imagenes/bg-right.png') no-repeat right top;
    overflow:hidden;
}

.header-middle{
    min-width:772px;
    height:40px;
    overflow:visible !important;
    overflow:hidden
}

.sitelogo{
    width:38px;
    height:33px;
    position:absolute;
    right:15px;
    z-index:1;
    margin-top:5px;
    background-image:url('../imagenes/ArcoSmall.png') !important;
    background-image:none;
/*    filter:none !important; */
/*    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/ArcoSmall.png'); */
}

.sitename{
    width:600px;
    height:30px;
    position:absolute;
    right:60px;
    z-index:2;
    margin-top:10px;
}

.sitename h1{
    font-size:1.9em;
    text-align:center;
    color:#FFF
}

.sitename h1 span{
    color:#DDDEEE
}

.sitename h2{
    margin:-4px 0 0 0;
    color:rgb(125,125,125);
    font-size:120%
}

.sitename a{
    text-decoration:none;
    color:rgb(125,125,125)
}

.sitename a:hover{
    text-decoration:none;
    color:rgb(50,50,50);
}

.bloque{
    width:500px;
    margin:0 auto;color:#000;
    background:#c3d9ff;
    border:solid 1px #5eacc9;
    font-weight:bold;
    padding:10px;
}

.column-unit{
    float:left;
    width:80%;
    min-width:772px;
    margin:0 0 10px 50px;
}

.column2-unit-left{
    float:left;
    width:400px;
    margin-bottom:10px !important;
    margin-bottom:5px
}

.column2-unit-right{
    float:right;
    width:400px;
    margin-bottom:10px !important;
    margin-bottom:5px;
}

.column3-unit-left{
    float:left;
    width:286px;
    margin-bottom:10px !important;
    margin-bottom:5px
}

.column3-unit-middle{
    float:left;
    width:286px;
    margin-bottom:10px !important;
    margin-bottom:5px;
    margin-left:5px
}

.column3-unit-right{
    float:right;
    width:286px;
    margin-bottom:10px !important;
    margin-bottom:5px;
}

@media print{.header-middle{width:900px;height:40px;background:transparent;overflow:visible !important ;overflow:hidden }}@media print{.main{width:900px;padding-bottom:30px}}