/*
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_emocion{
    position: absolute;
    width: 350px;
    height: 225px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px 10px 10px 10px; 
}
    .cuadro_emocion .cabecera{
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 10px 10px 0px 0px; 
    }
    .cuadro_emocion .contenido_cuadro{
        width: 330px;
        margin-top: 25px;
        height:150px; 
        padding: 10px 10px 10px 10px; 
    }
.cuadro_respuesta{
    position: absolute;
    width: 200px;
    height: 50px;
    top:525px;
    left: 300px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 5px 5px 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);
}
.fila{
    position: absolute;
    width: 750px;
    height: 100px;
}
.col1{line-height: 100px;text-align: center; font-weight: bolder;}
.columna_1{position:absolute;left:10px;width:200px;}
.columna_2{position:absolute;left:260px;width:200px;}
.columna_3{position:absolute;left:510px;width:200px;}

.cabecera3{
    position: absolute;
    width: 750px;
    height: 30px;
    top:10px;
    left:25px;
    text-align: center;
}
.cabecera_texto{
    position: absolute;
    text-align: center;
}
.input_txt{
    width: 100%;
    height: 75px;
    margin-top: 6px;
    resize: none;
    font-family: Open Sans;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}
    .input_txt:focus{
        background-color: #FEF9E7;
        color:#111111;
    }
.boton1{
    position: absolute;
    top:530px;
    left:350px;
    width: 100px; 
    height: 50px;
    line-height:50px;
    text-align: center;
    background-color:#F1C40F;
    color:#FEF9E7;
    border: 2px solid #FEF9E7;
    border-radius: 10px 10px 10px 10px;
    font-weight: bolder;
    cursor: pointer;
}
.boton1:hover{
    border-width: 4px;
}
/*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);}