/*  
 * Esta hoja de estilos contiene los estilos generales de
 * la plataforma
 *  
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

*:focus{
    outline: 0 !important;
}

html {
    margin:0;
    padding:0;
}

body {
    font-family: calibri, arial, helvetica, sans-serif;
}

hr {
    display: block;
    margin:0;
    border-bottom: 1px dotted rgba(69,0,69,.5);
}

video {
    max-width: 100%;
    max-height: 100%;
}

audio {
    max-width: 100%;
    max-height: 100%;
}

embed {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    color: #000000;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto !important;
}

img.icono{
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
}

a {
    text-decoration: none !important;
}

/* ------------------------------------------------------------------ Consola */

.console .orange{
    color:#f07b1a;
}

.console img{
    max-width: 100%;
}

.console a {
    color: #ffff99;
    text-decoration: none;
    border-radius: 3px;
    border:1px solid #ffff99;
    text-align: center;
    margin: 2px;
    padding: 2px 5px 2px 5px;
}

.console a:hover {
    background-color: #111111;
}

/* ----------------------------------------------------------- Pantalla Error */

.bodyError{
    background-image: url("/webapp/images/ceo.png");
    background-repeat: repeat-x;
}

.designerGeneralErrorImage{
    position: fixed;
    bottom: 0;
    right: 10px;
    height: 95%;
    z-index: 1;
}

.designerGeneralErrorText{
    position: fixed;
    bottom: 30%;
    left: 50px;
    font-size: 80px;
    color: #eee;
    font-family: Impact;
    text-align: center;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    z-index: 2;
}

.designerGeneralErrorTextSpan{
    display: block;
    font-size: 40px;
    padding-top: 100px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.designerGeneralErrorDetailSpan{
    display: none !important;
    padding-top: 10px !important;
    text-shadow: none !important;
    font-size: 14px !important;
    color: black !important;
    font-family: 'Courier New', Courier, monospace !important;
    text-align: center  !important;
}

/* ----------------------------------------------------------------- Mensajes */

.mensaje_aviso {
    background-image: url('/webapp/icons/icono_mensaje_aviso_mini.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #ff4b2b;
    font-weight: bold;
    border: 1px solid #ff4b2b;
    border-radius: 3px;
    padding: 15px 5px 15px 40px;
}

.mensaje_informacion {
    background-image: url('/webapp/icons/icono_mensaje_informacion_mini.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #003cb3;
    font-weight: bold;
    border: 1px solid #003cb3;
    border-radius: 3px;
    padding: 15px 5px 15px 40px;
}

.mensaje_error {
    background-image: url('/webapp/icons/icono_mensaje_error_mini.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #be0000;
    font-weight: bold;
    border: 1px solid #be0000;
    border-radius: 3px;
    padding: 15px 5px 15px 40px;
}

.mensaje_correcto {
    background-image: url('/webapp/icons/icono_mensaje_correcto_mini.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #3c801f;
    font-weight: bold;
    border: 1px solid #3c801f;
    border-radius: 3px;
    padding: 15px 5px 15px 40px;
}

/* ------------------------------------------------------------------ Bloques */

.seleccionable {
    cursor: pointer;
}

.informacion_bloque{
    border: 1px solid #d4d3d3;
    border-radius: 3px;
    min-height: 50px;
}

.informacion_bloque:hover{
    background-color: #e6e9f1;
}

.informacion_bloque.seleccionado{
    border: 1px solid #f07b1a;
    background-color: #fedfcc;
}

.informacion_bloque.seleccionado:hover{
    background-color: #fedfcc;
}

.informacion_general .titulo{
    display: block;
    font-weight: bold;
    margin: 3px;
}

.informacion_general .subseccion{
    margin: 40px 0 5px 0;
    padding: 2px 5px 2px 5px;
    border: 1px solid #d4d3d3;
    background-color: #e6e9f1;
    border-radius: 5px;
    font-weight: bold;
}

.informacion_general .aviso{
    text-align: center;
    color: #f07b1a;
}

.informacion_general .descripcion{
    display: block;
    color: #333;
    margin: 3px;
}

.informacion_general .imagen{
    border-radius: 10px;
    max-width: 50%;
    max-height: 50%;
}

/* --------------------------------------------------------- Colores de fondo */

.fondoRojo{
    background-color: #b63434;
}

.fondoRojoSuave{
    background-color: #fbbaba;
}

.fondoNaranja {
    background-color: #f27537;
}

.fondoAzul {
    background-color: #757e9e;
}

.fondoAzulSuave {
    background-color: #b9c3e3;
}

.fondoGris {
    background-color: #ddd;
}

.fondoVerdeSuave {
    background-color: #c2e6cd;
}

/* ----------------------------------------------------- Boton switch edicion */

.bloqueInferiorUsuario {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 1000;
}

.bloqueInferiorUsuario a {
    position: relative;
    width: 35px;
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    opacity: .3;
    display: block;
}

.bloqueInferiorUsuario a.seleccionado {
    opacity: 1;
}

.bloqueInferiorUsuario a:hover{
    border: 1px solid rgba(119, 106, 133, .4);
    opacity: 1;
}

.bloqueInferiorUsuario a .desplegable{
    position: absolute;
    left: 40px;
    bottom: 10px;
    width: 300px;
}

/* ---------------------------------------------- Boton menu desplegable movil*/

#botonSectorFlotante {
    position: absolute;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 0 0 5px;
    cursor: pointer;
}