/*-----------------------------------------------------------------------------------

	Nombre: Webservice - Registraduría Nacional del Estado Civil
	URI: http://www.registraduria .gov.co
	Descripcion: Sitio Institucional de la Registraduría Nacional del Estado Civil.
	Builder: </> Jhonattan Rodriguez Rojas
	Version: 2.0.0 (2019.02.15)
	Framework: 5.6.1

-----------------------------------------------------------------------------------*/

.entry-title h2 a {
	color: #333;
}
.entry-title h4 a {
	color: #333;
}
.entry-title h3 a {
	color: #333;
}

.btn-outline-success {
    color: #00b0ac;
    border-color: #00b0ac;
}

.btn-outline-success:hover {
	color: #f5f5f5;
    background-color: #00b0ac;
    border: 1px solid #00b0ac;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00b0ac;
    border-color: #00b0ac;
}

#page-title {
    padding: 25px 0 !important;
}

.well-info{
	background-color: whitesmoke;
	padding: 15px;
	border: 1px dashed #cecece;
}
