/*
 * Version: 2.1.2
 * File Description: Place here your custom CSS styles
 */
 .error {
 	margin-top: 0.25rem;
    font-size: 80%;
 	color: #ff0303!important; 	
 }
.sub-title {
	font-size: 16px;
}

.nav-item dropdown{
	font-weight: bold!important;
}
 /*
 * Contenido
 */
.style-blog > p {
    margin-bottom: 15px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 16px!important;
	font-style: normal;
	color: #18191a;
}
.style-blog > p > b, 
.style-blog > p > strong, 
.style-blog > p > span > b, 
.style-blog > p > span > strong {
    font-weight: bold!important;
    font-size: 17px!important;
    color: #1b1b1b!important;
}
.style-blog > ul > b, 
.style-blog > ul > strong, 
.style-blog > ul > span > b, 
.style-blog > ul > span > strong {
    font-weight: bold!important;
    font-size: 17px!important;
    color: #1b1b1b!important;
}
.style-blog > ul > li, .style-blog > ul > li > span {
    margin-bottom: 15px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 16px!important;
	font-style: normal;
	color: #18191a!important;
}