/* 
    Document   : common
    Created on : 23/05/2010, 18:42:20
    Author     : javier
    Description:
        Purpose of the stylesheet follows.
*/

body, a, table, td, th, div, span, p, ul, li {
    font-family: 'lucida sans', 'lucida grande', 'tahoma';
}
body {
    font-size: 16px;
}

/* propiedades rapidas */
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.oh { overflow: hidden; }
.rel { position: relative; }
.abs { position: absolute; }
.hide, .hidden { display: none; }
.space_10 {
    height: 10px;
    clear: both;
    line-height: 0;
    font-size: 0;
    display: block;
    width: 100%;
}

/* utils */
.red_border {
    border: 1px solid red;
}
.banner, .medio_banner {
    height: 60px;
}
.banner {
    width: 468px;
}
.medio_banner {
    width: 234px;
}
.c .banner, .c .medio_banner {
    margin: 0 auto;
}

