﻿.left
{
    float: left;
}

.right
{
    float: right;
}

.justify
{
    text-align: justify;
}

.clear
{
    clear: both;
}

.font14
{
    font-size: 14px;
}

/********************Menu********************************/
#wrapper #header #menu
{
    float: right;
    width: 350px;
    height: 60px;
}

/*************************************************************/
/*******************Master Interna****************************/
/*************************************************************/

#breadcrumbs
{
    text-decoration: none;
    color: #B3B3B3;
    font-family: Arial;
    font-size: 11px;
    text-transform: lowercase;
    text-align: right;
    width: 960px;
    padding-bottom: 5px;
    margin-left: 15px;
}

#breadcrumbs a
{
    text-decoration: none;
    color: #808080;
    font-family: Arial;
    font-size: 11px;
    text-transform: lowercase;
}

/********************* ElectroMedicina ***********************/
#contentholder
{
    padding-bottom: 32px;
    margin-top:20px;
}

#imgMedicina
{
    width: 518px;
    height: 304px;
    float: left;
}

#contMedicina
{
    width: 440px;
    float: left;
    margin-left: 20px;
}

#contMedicina p
{
    font-size: 14px;
}

.equipos
{
    margin-top: 15px;
    margin-left: 50px;
    color: #F8A027;
    font-size: 16px;
    font-weight: bold;
}
.equipos li
{
    padding-bottom: 10px;
    list-style-type: disc !important;
}

.lineagris
{
    border-bottom: 3px solid #F4F4F4;
}


