p{
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    color:#636466;
}

/*20% GRID*/
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-25 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-25 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-25 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-25 {
        width: 20%;
        float: left;
    }
}
.caec-tipo-prestacion, 
.caec-region, 
.caec-agrupacion {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

.caec-listado-prestadores{
	text-align: center;
}

/*************************
* Título Sección
**************************/
.caec-title {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #00afaa !important;
	text-transform: uppercase;
}
.caec-description{
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
/*************************
* Botón Caec
**************************/
.btn-caec {
	display: block;
	padding: 20px 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: transparent;
	font-size: 13px !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background .5s, box-shadow .5s;
  	-moz-transition: background .5s, box-shadow .5s;
  	transition: background .5s, box-shadow .5s;
}
.btn-caec:link, 
.btn-caec:active, 
.btn-caec:visited {
	color: #333333 !important;
	text-decoration: none !important;
}
.btn-caec:hover {
	outline: 0;
	background: rgba(242, 242, 242, 0.5);
	-moz-box-shadow: 0 0 7px 0 #bfbfbf;
	-webkit-box-shadow: 0 0 7px 0 #bfbfbf;
	box-shadow: 0 0 7px 0 #bfbfbf;
}
.btn-caec.is-active, 
.btn-caec:focus {
	outline: 0;
	border-color: #008D87;
	background: #00A9A1;
	color: white !important;
	-moz-box-shadow: inset 0 0 7px 0 #006A65;
	-webkit-box-shadow: inset 0 0 7px 0 #006A65;
	box-shadow: inset 0 0 7px 0 #006A65;
}

/*************************
* Botón CAEC - Título
**************************/
.btn-caec-title {
	color: #333333 !important;
	font-size: 16px !important;
	font-weight: 300;
}
.btn-caec-title:link, 
.btn-caec-title:active, 
.btn-caec-title:visited, 
.btn-caec-title:hover {
	color: #333333 !important;
	text-decoration: none !important;
}
.btn-caec.is-active .btn-caec-title, 
.btn-caec:focus .btn-caec-title {
	color: white !important;
}
.btn-volver{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 75px;
}

.btn-volver-prestadores{
	display: inline-block;
	margin-bottom: 10px;
}

.search-bar{
	margin-bottom: 10px;
}
input[type="text"].search-box{
	width: 200px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #00afaa;
	padding: 5px;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
input[type="text"].search-box:focus{
	width: 600px;
}

#list {
  width:100%;
  margin:2em 0;
  padding:0;
  position:relative;
}