﻿.justify
{
    text-align: justify;
}

/********************Menu********************************/
#wrapper #header #menu
{
    float: right;
    width: 350px;
    height: 60px;
}

/*************** Header Index*******************************************/
#wrapper #header
{
    background: url(../images/bg-headerIndexs.jpg) no-repeat;
}

#headerIndex
{
    margin-top: 10px;
    background: url(../images/template/headerIndex.png) no-repeat;
    height: 301px;
    width: 956px;
}
#headerIndex h3
{
    font-size: 19px;
    margin-bottom: 10px;
}
#headerIndex p
{
    margin-left: 15px;
    text-align: justify;
    margin-right: 10px;
    line-height: 14px;
}

#divElectrica
{
    position: relative;
    width: 230px;
    height: 180px;
    float: left;
    top: 75px;
    left: 230px;
}

#lnkElectrica
{
    height: 25px;
    width: 100px;
    display: block;
    float: right;
    margin-top: 2px;
    margin-right: 13px;
}

#divMedicina
{
    position: relative;
    width: 230px;
    height: 180px;
    float: left;
    top: 75px;
    left: 255px;
}

#lnkMedicina
{
    height: 25px;
    width: 102px;
    display: block;
    float: right;
    margin-top: 18px;
    margin-right: 8px;
}

/*********************** Contenido *********************************/
.boxes h3
{
    color: #F16328;
    margin-bottom: 9px;
}

.tablaValores
{
    margin-left: 15px;
    margin-top: 10px;
}


.listaValores
{
}

.listaValores li
{
    color: #999999;
    font-size: 12px;
    padding-bottom: 3px;
}
