﻿
/* común para la web y el editor el panal */

.contenedor_editable {
display:inline-block;
box-sizing:border-box; 
font-family:Calibri;
font-size:14px;
}

.contenedor_editable a {
color:#39a3ce;
font-size:14px;
}

.boton1 {
display:inline-block;   
padding:15px 25px 15px 25px;
background-color:#39a3ce;
color:white;  
width:auto;
height:auto;
cursor:pointer; 
font-size:17px;
font-weight:600;
}

    .boton1:hover {
        background-color: #2b7d9f;
    }

.boton2 {
display:inline-block;   
padding:15px 25px 15px 25px;
background-color:red;
color:white;  
width:auto;
height:auto; 
cursor:pointer; 
font-size:17px;
font-weight:600;
}

    .boton2:hover {
        background-color: #9d0a0a;
    }

.boton3 {
display:inline-block;   
padding:15px 25px 15px 25px;
background-color:green;
color:white;  
width:auto;
height:auto; 
cursor:pointer; 
font-size:17px;
font-weight:600;
}

    .boton3:hover {
        background-color: #024d02;
    }

img[onclick] {
cursor:pointer;
}

