/*-------------------------------------------------
Clases de Edición 
-------------------------------------------------*/
.fechaE  { background:#d2fdbb;  width:80px; }
.leftE   { background:#d2fdbb;  font-size:12px; height:25px; text-align:left; }
.rightE  { background:#d2fdbb;  font-size:12px; height:25px; text-align:right; }
.centerE { background:#d2fdbb;  font-size:12px; height:25px; text-align:center; }

.derecha 				{ text-align: right; }
.editable 				{ background: white; } 
.editable2D 			{ background: white;    text-align: right;}

.editableT 				{ background:#d2fdbb; } 
.editableT2D 			{ background:#d2fdbb;   text-align: right;}

.etiqueta 				{ background: white; } 

.centeredColumnContent 	{ text-align: center;}
.rightColumnContent    	{ text-align: right;}
.underColumnContent    	{ text-decoration: underline;  background:#e0f7fa;}
.chkm 					{ background-color: white;    pointer-events: none; } 
.ui-selectonemenu-label	{ background: white;    width: 70px; }
.ui-selectonemenu 		{ pointer-events: none; }
.ui-chkbox-box 			{ background: white; }
.ui-chkbox 				{ background: white;    height: 15px;}


.button {
  background-color: #D3D3D3; /* Gray */
  border: 1px solid #000000; 
  border-radius: 4px;
  color: black;
  padding: 2px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  
}

/*-------------------------------------------------
Clases de Menu 
-------------------------------------------------*/
.titulo   { font-family:arial;  font-weight:bold;     height:35px;  width:205px;  text-align:center; }
.columnas { font-family:arial;  background: #8cd9fd; 				width:235px;  text-align:center; }
.elemento { font-family:arial;  background: #c3eefa;  height:25px;  width:210px;  text-align:center; font-size:90%;	}
.seleccionado { font-weight:bold;	background: #d2fdbb;}


@font-face {
        font-family: 'Roboto';
        src: url('Roboto-Black.ttf') format('woff2'),
             url('Roboto-Black.ttf') format('woff');
        font-weight: normal;
        font-style: normal;
    }
}