﻿body 
{
    margin:0;
    padding:0;
    color:#555;
    font-size: 12px;
    line-height:17px;
    font-family:"Calibri";
    background-color:#fff;
    background-position:center top;
    background-repeat:no-repeat;
}

h2
{
    color: orange; 
    text-align: center;
    height: 24px;
}
h1
{
    color:orange ; 
    text-align:left;
    height: 29px;
}

a, a:link, a:visited
{
    color: #0066bb; 
    font-weight: normal;
    font-size-adjust :initial ;
    font-size :small ;
    text-decoration: none;
    
}

a:hover
{
    text-decoration:underline;
}

#abrigo_general
{
    width: 1100px;
    margin: 0 auto;
}

#content_Login
{
    margin-top:80px;
    border: 2px solid Orange;
    overflow: hidden;
    width: 720px;
    position:  relative;
    padding-bottom: 10px;
}

banner
{
    background: url(/Imagenes/BHPrintTitulo.jpg);
    height: 179px;
}

#pie_pagina
{
    background: url(/Imagenes/BhPrintPie.jpg);
    height: 60px;
    width: 1100px;
    margin-top :520px;
    margin-left :130px;
}

#piepagina
{
    background: url(/Imagenes/BhPrintPie.jpg);
    height: 60px;
}

#contenido_izquierdo
{
    float: left;
    width: 230px;
    height:520px;
    overflow-y:scroll;
    text-align: center;
    margin-left:5px;
}

#contenido_izquierdo .etiqueta
{
    float: left;
    width: 200px;
    height: 470px;
    text-align: left;
    margin-left: 5px;
}

#contenido_derecho
{
    float: right;
    width: 865px;
    height: 520px;
    overflow-y: scroll;
    margin-left: 0px;
}

.alinear
{
    text-align: left;
}

#abrigo_formulario
{
    float: left;
    width: 450px;
    margin-left: 100px;
    
}