﻿/* Control de mensajes*/
.informacion, .pregunta, .mensajeError, .validation {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fafafa;
    padding: 5px;
    border: 1px solid #dfdfdf;
    margin: 10px 0px;
    background-position: 10px center;
    min-height: 30px;
}

.pregunta {
    color: #00529B;
    background-image: url('../imagenes/info.png');
    background-repeat: no-repeat;
}

.informacion {
    color: #ff8533;
    background-image: url('../imagenes/info.png');
    background-repeat: no-repeat;
}

.mensajeError {
    color: #D8000C;
    background-image: url('../imagenes/error.png');
    background-repeat: no-repeat;
}

.validation {
    background: url(../imagenes/warningValidation.png) no-repeat;
    border-style: none;
    cursor: pointer;
    padding: 0px 1px 0px 18px;
    text-align: center;
}

.informacion p, .mensajeError p {
    padding: 0px 50px;
    font-weight: bold;
}

.informacion li, .mensajeError li {
    list-style-type: square !important;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.informacion ul, .mensajeError ul {
    margin-left: 60px;
}

.informacion a, .mensajeError a {
    float: right;
    padding: 1px;
    cursor: pointer;
}

.divValidationSummaryWarning {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b94a48;
    background-color: #f2dede;
    min-height: 20px;
    text-align: justify;
    vertical-align: text-top;
    padding: 10px 5px 5px 70px;
    font-weight: bold;
    background: #f2dede url(../imagenes/warning_32.png) no-repeat 5px 5px;
    border-color: #eed3d7;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
}
/******************************/
