/*
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;}

/*SEPARADORES*/

.etiqueta{    
    position: absolute;
    width: 150px;
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    text-align: center;    
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
}
.etiqueta_definiciones{
    position: absolute;
    width: 300px;
    height: 70px;
    overflow: hidden;
    /*padding: 5px 5px 5px 5px;*/
    text-align: center;    
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    cursor:move;
    background-color: #fcfcc8;
    border: 1px #c1c177 solid;
}
.dentro{
    border: 3px;
    border-color: #ffff00;
    border-bottom-style: solid;
    width: 154px;
    left:-2px;
    height: 74px;
    top:-2px;
}
.fuera{
    border: none;
    width: 150px;
    height: 70px;
}
.flecha_derecha {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid blue;
}

/*tarea 2*/
.contenedor{
    position: absolute;
    width: 355px;
    height: 350px;
    overflow: hidden;
    line-height: 70px;
    text-align: center;    
    border-radius: 5px 5px 5px 5px;    
    border: 1px solid;
}
.cabecera_contenedor{
    width: 100%;
    height: 35px;
    font-weight: bolder;
    line-height: 35px;
    border-radius: 5px 5px 0px 0px;    
}
.telefono{
    position:absolute;
    width: 400px;
    height: 190px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../img/phoneicon.png');
    top:400px;
    left:200px;
}
.hastag{
    position:absolute;
    display:none;
    font-size: 22px;
    width: 310px;    
    text-align: center;
    cursor: move;
}
.azul{background-color:#016ec0;color:#c2e3ff;}
.naranja{background-color:#ed7201;color:#fff5eb;}
.verde{background-color:#016947;color:#b0f1ca;}
.morado{background-color:#9d3599;color:#eddaec;}

/*arbol de decisiones*/
.ad_cuadro_texto{
    position: absolute;
    font-size: 16px;
    width: 190px;
    border-width: 1px;
    border-style: solid;  
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    -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);
    display:none;            
}
.flecha_drc{
    position:absolute;
    background-image: url(../img/fdrc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #016947;
    display: none;
}
.flecha_abajo{
    position:absolute;
    background-image: url(../img/faba.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    font-size: 12px;
    color: #016947;
    line-height: 50px;
    text-align: center;
    display: none;
}

.ad_cgrande{
    position:absolute;
    width: 700px;
    height: 500px;
    top:50px;
    left:50px;
    background-color: rgba(240,236,230,0.75);
    z-index: 50;
}
    .ad_cgrande .ad_imgcgrande{
        position: absolute;
        width: 250px;
        height: 310px;
        background-image: url(../img/avatar01.png);
        background-repeat: no-repeat;
        background-size: cover;
        top:10px;
    }
    .boton1{
        position:absolute;
        background-color: #016947;
        color: #b0f1ca;
        width: 200px;
        height: 75px;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        line-height: 75px;
        font-weight: bold;
        cursor: pointer;
        display: none;
    }
    .boton1:hover{
            border: 2px solid #b0f1ca;
        }
    .ad_cgrande .boton{
        position:absolute;
        background-color: #016947;
        color: #b0f1ca;
        width: 75px;
        height: 75px;
        border-radius: 35px 35px 35px 35px;
        text-align: center;
        line-height: 75px;
        font-weight: bold;
        cursor: pointer;
    }
        .ad_cgrande .boton:hover{
            border: 2px solid #b0f1ca;
        }
    .ad_cgrande .bocadillo{
       position:absolute;
       top:40px;
       left:200px;
       width:410px;
       height:220px;
       background-image: url(../../img/bocadillo375x200.png);
       background-repeat: no-repeat;
       background-size: cover;
    }
    .ad_cgrande .bocadillo #texto_bocadillo{
        padding: 70px 50px 40px 50px;
        text-align: center;
        color: #016947;
        font-weight: bolder;
        font-size: 20px;
    }

/*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:45px;left:72px;width:254px;height:113px;text-align: center;}
.msg_bocadillo .boton{font-weight:bold;cursor: pointer;margin-top: 10px;font-size: 18px;}
.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);}