/* Estilos funcionales*/
.fullWidth
{
    width: 100%;
}
.centrado
{
    margin: auto;
}
.aCenter
{
    text-align: center;
}
.aLeft
{
    text-align: left;
}
.aRight
{
    text-align: right;
}
.vTop
{
    vertical-align: top;
}
.vBottom
{
    vertical-align: bottom;
}
.lMargin
{
    margin-left: 15px;
}
/* Fin Estilos funcionales*/

#container
{
    width: 1008px;
}
#headerDiv
{
    height: 102px;
    position: relative;
}
#logo
{
    width: 284px;
    height: 72px;
    position: absolute;
    top: 11px;
    left: 35px;
    z-index: 1;
}

.NoSessionLinks
{
    width: 500px;
    height: 26px;
    position: absolute;
    top: 38px;
    right: -70px;
}

.NoSessionLinks td
{
    padding: 0 4px;
}

.SessionLinks
{
    width: 700px;
    height: 26px;
    position: absolute;
    top: 38px;
    right: -90px;
    margin-right: 50px;
}

.light-blue
{
    background: url(/misitio/images/lightblue-back.jpg) no-repeat;
    height: 248px;
    position: relative;
}
#flash
{
    position: absolute;
    top: -35px;
    left: 0;
    background: url(/misitio/images/flash.png) no-repeat !important;
    background-image: none;
    height: 286px;
    width: 1001px;
}
#casos
{
    background: url(/misitio/images/casos-exito.jpg);
    position: absolute;
    top: -19px;
    right: 10px;
    width: 162px;
    height: 30px;
    padding-top: 12px;
}
#casos a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    padding-left: 16px;
}
#casos a:hover
{
    color: #222;
}
#content
{
    padding: 12px 0;
    text-align: justify;
}
#paso1
{
    background: url(/misitio/images/1.jpg) no-repeat;
    width: 334px;
    height: 138px;
    position: relative;
}
#paso2
{
    background: url(/misitio/images/2.jpg) no-repeat;
    width: 334px;
    height: 138px;
    position: relative;
}
#paso3
{
    background: url(/misitio/images/3.jpg) no-repeat;
    width: 334px;
    height: 138px;
    position: relative;
}
.paso-titulo
{
    position: absolute;
    left: 95px;
    top: 22px;
    color: #437FED;
    font-size: 16px;
}
.paso-titulo a
{
    font-size: 16px !important;
    text-decoration: none !important;
}
.paso-descripcion
{
    position: absolute;
    top: 60px;
    left: 95px;
    text-align: left;
    width: 220px;
}
.rowContenPlaceHolder
{
    vertical-align: top;
    text-align: center;
    padding-top: 8px;
    width: 750px;
}
.box-top
{
    background: url(/misitio/images/box-top.jpg) top left no-repeat;
    margin-top: 8px;
}
.box-bottom
{
    background: url(/misitio/images/box-bottom.jpg) bottom right no-repeat;
    padding: 35px;
    text-align: justify;
}
.price-box-back
{
    background: url(/misitio/images/price-box-back.jpg) repeat-y;
    width: 333px;
    margin-top: 8px;
}
.price-box-top
{
    background: url(/misitio/images/price-box-top.jpg) no-repeat top;
}
.price-box-bottom
{
    background: url(/misitio/images/price-box-bottom.jpg) no-repeat bottom;
    padding: 30px;
}
#price-features
{
    width: 220px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
}
#price-features ul
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#price-link
{
    margin-top: 12px;
}

.headerMessage
{
    margin-left: 15px;
    font-size: 20px;
}

.UserFullnameLabel
{
    text-align: left;
}

.GMDatePicker span
{
    font-family: Arial;
    font-size: 11px;
    color: #666;
    padding-left: 5px;
    border: solid 1px #999;
}

#beta
{
    position: absolute;
    width: 33px;
    height: 26px;
    left: 340px;
    top: 47px;
    z-index: 1;
}

/* footer */
#footer
{
    background: url(/misitio/images/footer.jpg) repeat-x bottom;
    height: 215px;
    margin-top: 8px;
    font-size: 11px;
}

#footer-container
{
    width: 1008px;
    position: relative;
    padding-top: 16px;
    height: 199px;
}
#footerSections
{
    height: 125px;
    left: 10px;
    position: absolute;
    top: 34px;
    width: 670px;
}
.grupoLinks
{
    width: 150px;
    text-align: left;
    float: left;
    margin: 0 6px;
}
.grupoLinks a
{
    font-size: 11px;
    font-weight: normal;
}
.grupoLinks ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.grupoLinks li
{
    padding: 0px;
    margin: 0px;
}
#footerApdo
{
    position: absolute;
    width: 250px;
    text-align: left;
    top: 34px;
    right: 20px;
}
#footerApdo a
{
    font-weight: normal;
}
#footer-copy
{
    position: absolute;
    width: 500px;
    left: 0;
    bottom: 18px;
    text-align: left;
}
#footer-copy a
{
    font-weight: normal;
    color: #437FED;
}
#footer-links
{
    position: absolute;
    width: 350px;
    right: 15px;
    text-align: right;
    bottom: 18px;
}
#footer-links a
{
    font-weight: normal;
}
/* end footer */
