body {
    margin:  0px  0px;
}
form {
    margin :  0px;
    padding:  0px;
}
img {
    border: 0px;
}
.clear {
    clear: both;
}

#header {
    position: relative;
    width : 960px;
    height:  75px;
    margin :  0px auto;
    background: url(../images/fondo_cabecera.jpg);
}
#header #ohcasion {
    position: absolute;
    top   :  0px;
    left  :  0px;
}
#header #callcenter {
    position: absolute;
    top   : 15px;
    right : 15px;
}
#header #metaup {
    position: absolute;
    top   : 45px;
    right : 15px;
    margin :  0px;
    color: #910A2B;
    font-family: Arial;
    font-size  : 11px;
}
#header #metaup a {
    color: #910A2B;
    text-decoration: none;
}

#menuarea {
    position: relative;
    height:  55px;
    background: url(../images/fondo_menu.jpg) repeat-x;
}
#menuarea #menu {
    position: relative;
    width : 960px;
    height:  55px;
    margin :  0px auto;
    text-align: center;
}
#menuarea #menu #irabv {
    position: absolute;
    top   :  0px;
    left  :  0px;
    z-index: 10;
}
#menuarea #union {
    position: absolute;
    top   : 35px;
    left  :  0px;
}

#board {
    position: relative;
    width : 960px;
    margin :  0px auto;
    padding:  0px  0px  0px  0px;
    background: url(../images/fondo_contenido.jpg) repeat-y;
    border-bottom: 1px solid #D3D3CF;
}
#board #loc {
    position: relative;
    margin :  0px  0px 12px  0px;   
}

#foot {
    clear : both;
    position: relative;
    height: 30px;
}
#foot #metadown {
    position: absolute;
    top   : 10px;
    right : 15px;
    margin :  0px;
    color: #504549;
    font-family: Arial;
    font-size  : 11px;
}
#foot #metadown a {
    color: #910A2B;
    text-decoration: none;
}

ul#submenu {
    float : left;
    position: relative;
    width : 163px;
    margin :  0px  0px  0px  0px;
    padding:  0px  0px  0px 10px;
    list-style: none;
    font-family: Arial;
    font-size  : 12px;
}
ul#submenu li {
    margin :  0px  0px  6px  0px;
    padding:  6px  0px  6px 20px;
    line-height:  100%;
    background: #D3D3CF url(../images/bullet_listados_menu.gif) no-repeat 5px;
}
ul#submenu li a {
    color : #504549;
    text-decoration: none;
}
ul#submenu li.sel a {
    color : #910A2B;
    font-weight: bold;    
}

#content {
    float : right;
    position: relative;
    width : 750px;
    left : -15px;
    margin :  0px  0px  0px  0px;
    font-family: Arial;
    font-size  : 12px;
    background: #FFFFFF;
}
#content a {
    color: #910A2B; 
}
#content h1.tipo1 {
    position: relative;
    margin :  0px  0px  6px  0px;
    font-family: Arial;
    font-size  : 15px;
    color: #910A2B; 
}
#content h1.tipo2 {
    position: relative;
    margin : 12px  0px  6px  0px;
    font-family: Arial;
    font-size  : 15px;
    color: #910A2B; 
}
#content h2.tipo1 {
    position: relative;
    margin :  0px  0px  6px  0px;
    font-family: Arial;
    font-size  : 15px;
    color: #910A2B; 
}
#content h2.tipo2 {
    position: relative;
    margin : 12px  0px  6px  0px;
    font-family: Arial;
    font-size  : 15px;
    color: #910A2B; 
}
#content p {
    position: relative;
    margin :  6px  0px  6px  0px;
    font-family: Arial;
    font-size  : 12px;
}

p.textlegal {
    font-size : 11px !important;
    font-style: italic;
}