/* CSS Document */
.comunicaciones .titulo_caja_popup, .comunicaciones .titulo_caja_popup_respons {
    margin-top: 23px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    font-style: normal;
    position: relative;
}
.comunicaciones .titulo_caja_popup:after {
    border-top: 13px solid transparent;
    border-right: 13px solid #fff;
    border-bottom: 13px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: 8px;
    left: -13px;
}
.comunicaciones .titulo_caja_popup:before {
    border-top: 14px solid transparent;
    border-right: 14px solid #cdcdcd;
    border-bottom: 14px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: 7px;
    left: -14px;
}
.comunicaciones .cajas_popup .titulo_caja_popup_respons:after {
    border-top: 13px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 13px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: 8px;
    left: auto;
    right: -13px;
}
.comunicaciones .cajas_popup .titulo_caja_popup_respons:before {
    border-top: 14px solid transparent;
    border-left: 14px solid #cdcdcd;
    border-bottom: 14px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: 7px;
    left: auto;
    right: -14px;
}
div#popup_responder {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}
/* ORiginal
.contenido_popup {
    display: block;
    margin: 0 auto;
    max-width: 660px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 5vh;
    border: 1px solid #888;
    width: 100%;
    height: 80%;
    overflow: auto;
    position: relative;
    max-height: 745px;
    overflow-y: scroll;
    padding-bottom: 30px;
}
*/
.contenido_popup {
    display: block;
    margin: 0 auto;
    max-width: 660px;
    background-color: #ffffff;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #888;
    width: 100%;
    /*height: 800px;*/
	/* height:80%; */
	max-height:80%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
   /* max-height: 745px;*/
    /* overflow-y: scroll; */
    padding-bottom: 30px;
}
.popup_header {
    text-align: right;
}
.titulo_popup > p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
a#boton_reenvio{
	background: #2286b5;
    border: 1px solid #2286b5;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
a#boton_reenvio:hover{
	background: #fff;
    border: 1px solid #2286b5;
    color: #2286b5;
}
.titulo_caja_popup p, .titulo_caja_popup_respons p {
    font-size: 16px;
    color: #2286b5;
    font-weight: 600;
}
.cajas_popup {
    width: 80%;
    margin: 0 auto;
}
.titulo_caja_popup textarea, .titulo_caja_popup_respons textarea {
    width: 100%;
    height: 100px;
	resize: none;
}
input#boton_resp {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: 700;
    padding: 11px 20px;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.titulo_caja_popup textarea:disabled, .titulo_caja_popup_respons textarea:disabled {
    background: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    color: black;
}
button#cerrar_popup {
    background: #fefefe;
    font-size: 25px;
    font-weight: 900;
    margin: 0;
    border-radius: 0px;
    border: none;
    color: black;
    box-shadow: none;
    padding: 2px 10px;
	cursor: pointer;
}
.revision .titulo_caja_popup p, .revision .titulo_caja_popup_respons p {
    margin-bottom: 4px;
}
.revision:not(.juicio_form) .titulo_caja_popup textarea, .revision:not(.juicio_form) .titulo_caja_popup_respons textarea {
    height: 30px;
}
.juicio_form .titulo_caja_popup input, .juicio_form .titulo_caja_popup select {
    width: 100%;
}
.juicio_form .titulo_caja_popup input.file_juntos {
    width: 95%;
}
.revision .titulo_caja_popup:last-child textarea, .revision .titulo_caja_popup_respons:last-child textarea {
    height: auto;
    min-height: 100px;
}

