﻿body 
{
    margin:0;
    padding:0;
    color:#000000;
    font-size: 12px;
    line-height:17px;
    font-family:"Calibri";
    background-color:#97c49d;
    background-position:center top;
    background-repeat:no-repeat;
    height: 606px;
}

h2
{
    text-align: center;
    height: 17px;
}

a, a:link, a:visited
{
    color: #990000;
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    text-decoration:underline;
}

#abrigo_general
{
    width: 1205px;
    margin: 0 auto;
    height: 680px;
}

#content_Login
{
    margin-top:80px;
    overflow: hidden;
    width: 720px;
    position: relative;
    padding-bottom: 10px;
}

#banner
{
    background: url(Imagenes/banner.jpg);
    height: 229px;
}
#contenido_izquierdo
{
    float: left;
    width: 401px;
    height:357px;
    overflow-y:scroll;
    text-align: center;
    margin-left:5px;
}

#contenido_izquierdo .etiqueta
{
    float: left;
    width: 170px;
    height: 28px;
    text-align: left;
    margin-left: 5px;
}

#contenido_derecho
{
    float: right;
    width: 726px;
    height: 401px;
    overflow-y: scroll;
    margin-left: 15px;
    margin-right: 8px;
}

.alinear
{
    text-align: left;
}

#abrigo_formulario
{
    float: left;
    width: 450px;
    margin-left: 100px;
    
}