
/* TinyMCE specific rules */
/*
#tinymce {
    //background-color: rgba(242,220,106,0.9);
    background-color: rgba(64,79,91,0.95);
    font-size:14px;
    text-align: justify;
    margin-right: 2em;
    margin-left: 2em;
    color:white;
    text-shadow: rgb(0,0,0) 1px 1px 1px;
}
*/


#inner {
    background-color: rgba(64,79,91,0.95);
    font-size:14px;
    text-align: justify;
    color:white;
    text-shadow: rgb(0,0,0) 1px 1px 1px;


    width:380px;
    height:100%;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;    

}

/*
#tinymce ul {list-style-type:none;}
*/
.gr {    font-size: 1.1em;}
.md {    font-size: 1em;}
.pq {    font-size: 0.85em;}


.lnks {
	font-style: italic;
	font-size: 1em;
	color:rgb(200,200,200);
    text-shadow: rgb(0,0,0) 1px 1px 1px;
    padding-left: 2px;
    padding-right: 4px;
}

.lnks:hover{
	cursor: pointer;
    background-color:rgba(169,191,207,0.95);
    color:rgb(0,0,0);
    text-shadow: rgb(255,255,255) 1px 1px 1px;
}





/* parte comun*/
#tinymce, .gr {
    /*font-family:"Swanky and Moo Moo", cursive;*/
    font-family:"helvetica";
}




    /* parte externa  boton cerrar, titulo, retornar*/
   #container2 {
        display: none;
        position: fixed;
        bottom: 10%;
        right: 10px;
        width: 400px;
        height:75%;
        box-shadow: rgb(0,0,0) -8px -8px 8px;
        z-index: 1;
        font-size:14px;
    }

    .gr {    
        font-size: 14px;
    }


    #boton_help {    
        position: absolute;
        top:2px;
        left:2px;
    }


    #titulo_help {
        display: block;
        background-color: rgba(64,79,91,0.95);
        padding: 12px;
        border-bottom: 1px solid rgb(90,90,90);
        color:white;
        text-shadow: rgb(0,0,0) 1px 1px 1px;
    }

    #retorna_help {
        position: absolute;
        top:4px;
        right:4px;    
        font-style: italic;
        font-size: 0.75em;
        /*color:rgb(51,102,153);*/
        color:blue;
        font-weight: bold;    
    }

    #retorna_help:hover {
        cursor: pointer;
        text-shadow: rgb(0,80,80) 3px 3px 3px;    
    }
