﻿.field-validation-error
{
    font-size: 11px;
}
div#login .field-validation-error
{
    display: block;
    font-size: 11px;
    margin: 2px 0 0 32%;        
    padding-left: 2.5%;  
}
.validation-summary-errors
{  
    clear: both;
    display: block;
    font-weight: bold;
    margin: 10px auto 0 auto;
    padding: 10px 10px 10px 40px;  
    width: auto;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;     
}
fieldset
{
    padding-left: 30px;
}
a,a.visited, a:hover, .añadirTransporte { font-weight: bold; }
a.hover { text-decoration: none; font-weight: normal; }

.textoDerecha { text-align: right; }
.negrita { font-weight: bold; }
.centrado { text-align: center; }
.clear { clear: both; }
.noElementos 
{
    font-weight: bold;
}
.loading
{
    background: url('./ImagenesCss/loading.gif') no-repeat 100% 0;
    padding-right: 16px;
}
.textoIdiomaActual
{
    margin-bottom: 15px !important;
}

/* Notificaciones */
#capaNotificaciones
{
    background-color: #ffd;
    border-bottom: 2px solid #ffc;
    display: none;
    left: 0;
    min-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#capaNotificaciones p
{
    color: #222;
    font-size: 16px;
    padding: 10px;
    text-shadow: 1px 1px 1px #eee;
    text-align: center;
}