﻿body
{
    font-family: Helvetica;
}

a,a:visited,a:active,a:hover
{
   color: #360;
    text-decoration: none;
}

.en-linea .image:first-of-type img {
    padding: 4px 35px;
    background-color: #e4e4e4;
    height: 33px;
}

a img
{
    border: none;
}

.blue
{
    color: #006699;
    font-size: 14px;
    font-family: Helvetica;
}

.blue a
{
    color: #006699;
    font-size: 14px;
    font-family: Helvetica;
}
.flecha
{
    padding-right: 20px;
    background-image: url(/images/flecha-gris.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-family: Helvetica;
    font-size: 14px;
    color: #999999;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.flecha a
{
   color: #496814;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
}

.font_10
{
    font-size: 10px;
}
.font_11
{
    font-size: 11px;
}
.font_12
{
    font-size: 12px;
}
.font_13
{
    font-size: 13px;
}
.font_14
{
    font-size: 14px;
}
.font_15
{
    font-size: 15px;
}
.font_16
{
    font-size: 16px;
}
.font_24
{
    font-size: 24px;
}

.color_333
{
    color: #333333;
}
.color_light_green
{
    color: #99cc33;
}

.shadow_1_white
{
    text-shadow: 0px 1px 0px #fdfdfd;
    filter: dropshadow(color=#fdfdfd, offx=0, offy=1);
}

.shadow_2_white
{
    text-shadow: 0px 2px 0px #fdfdfd;
    filter: dropshadow(color=#fdfdfd, offx=0, offy=2);
}

.shadow_1_black
{
    text-shadow: 0px 1px 0px #444444;
   /* filter: dropshadow(color=#fdfdfd, offx=0, offy=1);*/
}

.shadow_2_black
{
    text-shadow: 0px 2px 0px #444444;
    filter: dropshadow(color=#fdfdfd, offx=0, offy=2);
}

.greenbtn
{
    width: 138px;
    height: 30px;
    background-image: url(/images/greenbtn.png);
    background-repeat: no-repeat;
    color: #254a00;
    font-size: 14px;
    text-shadow: 0px 2px 0px #fdfdfd;
    filter: dropshadow(color=#fdfdfd, offx=0, offy=2);
    padding-top: 7px;
    padding-left: 10px;
    cursor: pointer;
    float: left;
}

.graybtn
{
    width: 138px;
    height: 30px;
    background-image: url(/images/graybtn.png);
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    text-shadow: 0px 2px 0px #fdfdfd;
    filter: dropshadow(color=#fdfdfd, offx=0, offy=2);
    padding-top: 7px;
    padding-left: 10px;
    cursor: pointer;
}

.helpbtn
{
    width: 103px;
    height: 33px;
    background-image: url(/images/ayudabtn.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    cursor: pointer;
}
.print
{
    margin-top:20px;
    float:right;
}

