﻿form
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:13px; 
}

legend {
    font-size:1em;
    font-weight:bolder;
    width:auto;
    position:relative;
    top:8px;
    border:0px;
    padding-left:5px;
    padding-right:5px;
}

.fullText{
    width:100%;
}

.searchExp, .ayudaButton, .deleteButton, .nuevaModalidad, .eliminarFechaS20
{
    width:75px;
    cursor:pointer;
    text-align:center;
    height:15px;
    float:left;
    padding: 0px 5px;
    margin-left:10px;
    margin-bottom:1px;
}

.searchExp input, .ayudaButton input, .deleteButton input, .nuevaModalidad input, .eliminarFechaS20 input
{
    float:left;
    border:0px;
    font-weight:bold;
    font-size:0.9em;
    cursor:pointer;
}

.searchExp span, .ayudaButton span, .deleteButton span, .nuevaModalidad span, .eliminarFechaS20 span
{
    float:right;
}

.ayudaButton, .nuevaModalidad
{
    width:120px;
}

.eliminarFechaS20
{
    width:80px;
}

.leftDisplaced
{
    float:left;
}

.searchCombo
{
    width:202px;
}

.textAreaCompleteRow
{
    width:90%;
    height:50px;
    font-size:0.9em;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.dataRow h2
{
    font-size:1.3em !important;
    border:1px solid #bf1d2c;
    background-color:#bf1d2c;
    font-size:1.2em;
    font-weight:bolder;
    color:#fff !important;
    padding:2px 5px;
    border-radius:5px;
}

#profileImage {
    max-height:128px;
    max-width:96px;
    border:3px solid #002d73;
}

.multiSelect {
    width:40%;
    height:120px;
    font-size:0.9em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin-right:5px;
}

/*lorena 14-5-13 para los iconos de crear,editar y modificar*/
.icoCreEdMod
{
    float:left;
    margin-right:20px;
}

.textIco
{
 margin-top:-10px;
 padding-top:5px;
}

.destacado { color:#f00; }

.moneda { width: 75px !important; }
.porcentaje { width: 40px !important; }
.separador { font-size:1em !important; color:#fff; background-color:#fe7d21; border-radius:8px; float:left; width:98%; padding: 4px 1%; }
