﻿body
{
    font-family: Arial;
    font-size: 12px;
}

.eRmain
{
    height: 100%;
    /*border: 1px solid red;*/
    float:left;
    width:990px;
}

.eRmenu
{
    position: relative;
    left: 5px;
    top: 5px;
    width: 200px;
    background-color: #e3e3e3;
    color: White;
    height: 100%;
    border: 1px solid #000;
    float: left;
}

.eRcontenido
{
    position: relative;
    left: 10px;
    top: 5px;
    width: 770px;
    height: 100%;
    border: 1px solid #000;
    float: left;
}

.eRlista
{
    list-style: none;
    width: 190px;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 0px;
}

.eRlista li
{
    border: 1px solid #000;
    height: 30px;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    margin-bottom: 5px;
    list-style-type: none;
}

.eRtitulo
{
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    height: 20px;
    border: 1px solid #000;
    padding: 5 0 5 0;
    width: 300px;
    margin-left: 230px;
    background-color: #004682;
    color: #fff;
}

.eRcurriculum
{
    padding: 10px;
}

.eRcampo
{
    text-align: right;
    padding-right: 10px;
    width:120px;
}

.eRbotonAceptar
{
    text-align: center;
}

.formulario
{
    width: 100%;
}

.menuitem
{
    color: #000;
}

.currentStep
{
    background-color: #004682;
    color:#fff;
    font-weight:bold;
}

.currentStep a
{
    color:#fff;
}

.errorMsg
{
    color:Red;
    font-weight:bold;
}