.text-info-negro {    
    color: #000000;
}
    
.text-info-default {    
    color: #FFCE00;   
}

.text-defecto{
    color: #777;
    font-size: 14px;
    font-weight:400;
}
.text-tachado{
	text-decoration:line-through;
}

.text-color{
	color: #FFCE00;
    font-size: 14px;
    font-weight:400;
}
.text-rojo{
	color: #ff0000;
}
.text-rojo-negrita{
	color: #ff0000;
	font-weight: bold;
}
.text-color2{
	color: #AAAAAA;
    font-size: 14px;
    font-weight:400;
}
.text-grande{
	font-weight: bold;
	color: #FFCE00;
    font-size:1.3em;
}
.spanH2{
    font-size: 2.2em;
    font-weight: 300;
}

.spanH3{
    font-size: 1.8em;
    font-weight: 400;
}


/* Nivel 2 */
h2.nivel2 {
    color: #000000;
	font-size: 30px;
	line-height: 30px;
        
}


/* Listas en editor */

ul.checkcolor {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
}

ul.checkcolor li {
	padding-top: 5px;
	position: relative;
	padding-left: 30px;
}
  
ul.checkcolor li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -35px;
    color: #FFCE00;
    width: 20px;
    height: 20px;
    padding-left: 16px;
    line-height: 24px;
}


ul.checkcolor-circle {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 0;
    
}
 
ul.checkcolor-circle li {
	padding-top: 5px;
	position: relative;
	padding-left: 20px;
}

ul.checkcolor-circle li:before {    
    border-width: 1px;
	border-style: solid;
	border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f00c';
    margin:0 5px 0 -25px;
    color: #FFCE00;
    padding: 3px;
    line-height: 24px;  
}

ul.checkcolor-circle-color {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 0;
}
  
ul.checkcolor-circle-color li {
	padding-top: 5px;
	position: relative;
	padding-left: 20px;
}

ul.checkcolor-circle-color li:before {    
    border-width: 1px;
	border-style: solid;
	border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 0.8em;
    content: '\f00c';
    margin:0 5px 0 -25px;
    background-color: #FFCE00;
    border-color: #FFCE00;
    color: #ffffff;
    padding: 3px;
    line-height: 24px;  
} 



/* Table bordered */
.table.table-bordered {
  border: 0.5px solid #FF0000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
   border: 0.5px solid #FF0000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
    background-color: #FF0000;
color: #ffffff;    
}
