/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-feb-2018, 12:25:00
    Author     : Miguel A. Huete
*/
body{
    background-color: #E7E4DF;
    background-image: url('../../img/bg-distorsionado-1024x563.jpg');
    background-size: cover;
    font-family: Open Sans;
}

#principal{
    position: absolute;
    top:50%;
    left:50%;
    width:800px;
    margin-left:-400px;
    height:600px;
    margin-top:-300px;
    border:1px solid #808080;    
    border-radius: 10px 10px 10px 10px;
    /*COLORES*/
    border-color:#DFDCD7;
    background-color: #FFFFFF; 
}
h1{
    font-size: 22px;
    font-weight: bold;
}
h2{font-size: 18px;}

.azul{background-color:#016ec0;color:#c2e3ff;}
.naranja{background-color:#ed7201;color:#fff5eb;}
.verde{background-color:#016947;color:#b0f1ca;}
.morado{background-color:#9d3599;color:#eddaec;}
.amarillo{background-color:#F1C40F;color:#FEF9E7;}
.rojo{background-color:#B03A2E;color:#FDEDEC;}

.cuadro_estilo{
    /*se usa*/
    position: absolute;
    width: 250px;
    height: 350px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px 10px 10px 10px; 
}
    .cuadro_estilo .cabecera{
        width: 250px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 10px 10px 0px 0px; 
    }
    .cuadro_estilo .contenido_cuadro{
        width: 240px;
        margin-top: 25px;
        height:250px; 
        padding: 10px 10px 10px 10px; 
    }
    
.cuadro_respuesta{
    position: absolute;
    width: 250px;
    height: 80px;
    top:420px;
    left: 275px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    cursor: move;
    font-weight: bolder;
    font-size: 22px;
    border-color: #FDEDEC;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(148,148,148,0.54);
    -moz-box-shadow: 10px 10px 5px -5px rgba(148,148,148,0.54);
    box-shadow: 10px 10px 5px -5px rgba(148,148,148,0.54);
}

.cuadro_situacion{
    position: absolute;
    width: 300px;
    height: 80px;
    top:440px;
    left: 250px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    cursor: move;
    font-weight: bolder;
    font-size: 22px;
    border-color: #FDEDEC;    
}
.cuadro_situacion2{
    position: absolute;
    width: 300px;
    height: 80px;
    top:120px;
    left: 250px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    font-weight: bolder;
    font-size: 22px;
    border-color: #FDEDEC;    
}

.input_txt{
    width: 235px;
    height: 253px;
    margin-top: 6px;
    resize: none;
    font-family: Open Sans;
    border:none;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}
    .input_txt:focus{
        background-color: #FEF9E7;
        color:#111111;
    }
.boton2{
    position: absolute;
    width: 100px; 
    height: 150px;    
}
.pulsador{
    font-weight: bold;
    cursor: pointer;
}
.pulsador:hover{text-shadow:1px 2px #999999;}
/*Mensajes*/
.msg_contenedor{
    position: absolute;
    top:50%;
    left:50%;
    width:750px;
    margin-left:-375px;
    height:550px;
    margin-top:-275px;
    border:1px solid #808080;    
    border-radius: 10px 10px 10px 10px;
    /*COLORES*/
    border-color:#DFDCD7;
    background-color: #EEEEEE; 
    z-index: 100;
}
.msg_botonera{position:absolute;top:1px;left:1px;width:598px;height:50px;}
.msg_imagen{position:absolute;top:75px;left:15px;width:250px;height:350px;}
.msg_bocadillo{position:absolute;top:190px;left:200px;width:375px;height:200px;background-image: url(../../img/bocadillo375x200.png);}
.msg_bocadillo .texto{position:absolute;top:38px;left:72px;width:254px;height:113px;text-align: center; font-size: 16px;}
.msg_bocadillo .boton{font-weight:bold;cursor: pointer;margin-top: 8px;font-size: 16px;}
.msg_bocadillo .boton:hover{text-shadow:1px 2px #999999;}
.msg_alerta{background-image: url(../../img/personaje01.png);}
.msg_fin{background-image: url(../../img/personaje02.png);}