
.centralArea {
  background-color: #fafafa;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #ccc;
  /* IMPORTANTE */
  text-align: center; 
}



.wrap_mod_medicos {
    margin: 40px auto 10px;
    text-align: center;
}
#horas_doctores > ul {
    padding: 0;
    margin: 0;
}
.img_foto_doc {
	height: auto;
	line-height: 0;
	margin: 0 15px 0 0;
	position: relative;
	width: 60px;
}
.listado_medicos {
	background-color: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	color: #808080;
	display: inline-block;
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	width: 45%;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.listado_medicos:hover {
	background: #ffffff;
	box-shadow: 0px 0px 12px #0000002a;
}
.col-md-12.caja_listado {
    display: inline-block;
    padding: 10px;
}
.col-md-2.main_perfil_doc {
    margin: 0;
    padding: 0;
    width: auto;
}
.img_foto_doc img{
	width: 50%;
	opacity: 1;
	border-radius: 50%;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.img_foto_doc img:hover {
	opacity: 0.7;

	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
}
.reserv_prox_hora {
    background: #005297;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0 0;
    line-height: 0px;
    padding: 8px 10px;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.reserv_prox_hora:hover,
.reserv_prox_hora:active,
.reserv_prox_hora:focus {
	background: #8FC145;
	color: #ffffff;
	text-decoration: none;
}
.col-md-8.main_nombre_med {
	border-right: 1px solid #dbdbdb;
}
.col-md-8.main_nombre_med h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.col-md-8.main_nombre_med h5 a {
    color: #005297;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.col-md-8.main_nombre_med h5 a:hover,
.col-md-8.main_nombre_med h5 a:active,
.col-md-8.main_nombre_med h5 a:focus {
	text-decoration: none;
	color: #808080;
}
.especialidad {
    text-transform: uppercase;
}
.nombre_sede {
    background: #e67e22;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 100;
    padding: 3px 6px;
}
.main_mas {
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
.main_mas a {
    background: #8b8b8b;
    color: #ffffff;
    padding: 3px 6px;
    display: block;
    border-radius: 30px;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.main_mas a:hover,
.main_mas a:active,
.main_mas a:focus {
	background: #dbdbdb;
	color: #4b4b4b;
	text-decoration: none;
}




/***************************************/
/* NUEVO WRAP MÓDULOS RESERVA DE HORAS */
/***************************************/
.col-md-12.wrap_mod_reserv_hours {
    margin: 30px auto 10px;
    padding: 0;
    text-align: center;
}
.col-md-4.pasos_reserv_hours {
    background: #ebebeb;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin: 0 8px 0;
    min-height: 300px;
    padding: 0;
    text-align: center;
    width: 31%;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.col-md-4.pasos_reserv_hours:hover {
	box-shadow: 0px 0px 12px #0000002a;
	border: 1px solid #ffffff;
}
.paso_nro {
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
}
.paso_nro.n_3_mod {
     border-radius: 50%;
    border: 2px solid transparent !important;
    display: inline-block;
    color: transparent !important;
    font-size: 17px;
    font-weight: 700;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
 }
.title_reserv_hours {
    background: #f39c12;
    border-radius: 3px 3px 0 0;
    display: block;
    padding: 1px 10px;
}
.title_reserv_hours h3 {
	color: #fff;
	font-size: 2rem;
	margin: 0;
	padding: 13px 0 13px;
	position: relative;
	text-align: center;
}
.contenido_reserv_h {
    background: #ebebeb;
    border-radius: 0 0 3px 3px;
    color: #7b7b7b;
    padding: 15px;
    text-align: left;
}
.contenido_reserv_h #campo_am #select_am {
	width: 100%;
}
.contenido_reserv_h ul#sucursal {

}
.select-btn {
    z-index: 0;
    position: absolute;
    top: 63%;
    right: 8%;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}
.iblock_edificio {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0;
    font-size: 16px;
}
.iblock_edificio_s {
    padding: 15px 0;
    font-size: 16px;
}
.title_hcuch_mod {
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 10px 0;
}
.title_quilin_mod {
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 10px 0;
}
.title_input_mod {
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 10px 0;
}
.blobk_am_hcuch {
	border-bottom: none;
}
.col-md-12.search_modificar_cancel {
    margin: 40px auto 10px;
    text-align: center;
    padding: 0;
}
.btn_search_r {
	background: #005297;
	border-radius: 30px;
	border: 1px solid #005297;
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 10px;
	text-transform: uppercase;
	width: 100% !important;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.btn_search_r:hover,
.btn_search_r:active,
.btn_search_r:focus {
	background: #bdc3c7;
	border-radius: 30px;
	border: 1px solid #bdc3c7;
	color: #5d6367;
}
.col-md-10.mod_btns_result.btn_m_c_r {
	background: transparent;
	border-radius: 30px;
	border: 1px solid #bbbbbb;
	color: #8b8b8b;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 10px;
	text-transform: uppercase;
	width: 100%;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.col-md-10.mod_btns_result.btn_m_c_r:hover,
.col-md-10.mod_btns_result.btn_m_c_r:active,
.col-md-10.mod_btns_result.btn_m_c_r:focus {
	background: #e67e22;
	border: 1px solid #e67e22;
	color: #ffffff;
	text-decoration:none;
}


/************************/
/*CHECKBOX PERSONALIZADO*/
/************************/
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 12px;
      height: 12px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
/*****************************/
/* FIN CHECKBOX PERSONALIZADO*/
/*****************************/


   .form-signin
    {
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }
    .form-signin .form-signin-heading, .form-signin .checkbox
    {
        margin-bottom: 10px;
    }
    .form-signin .checkbox
    {
        font-weight: normal;
    }
    .form-signin .form-control
    {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-signin .form-control:focus
    {
        z-index: 2;
    }
    .form-signin input[type="text"]
    {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .form-signin input[type="password"]
    {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .account-wall
    {
        margin-top: 20px;
        padding: 40px 0px 20px 0px;
        background-color: #f7f7f7;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }
    .login-title
    {
        color: #555;
        font-size: 18px;
        font-weight: 400;
        display: block;
    }
    .profile-img
    {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .need-help
    {
        margin-top: 10px;
    }
    .new-account
    {
        display: block;
        margin-top: 10px;
    }

	  .blue
    {
        color: #0066CC;
    }
.tooltipdemo.main_mod_map {
    border: none;
    width: 100%;
}
.btn_map_mod_1 {
    background: #4285f4;
    display: block;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 0;
    border-radius: 30px !important;
    margin: 8px 0 10px 0;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.btn_map_mod_1:hover,
.btn_map_mod_1:active,
.btn_map_mod_1:focus {
    text-decoration: none;
    background: #cccccc;
    color: #333333;
}
.col-md-10.mod_btns.btn_search_r {
    background: #4b6584;
    border: 1px solid #4b6584;
    text-align: center;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.col-md-10.mod_btns.btn_search_r:hover,
.col-md-10.mod_btns.btn_search_r:active,
.col-md-10.mod_btns.btn_search_r:focus {
    text-decoration: none;
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #333333;
}
.col-md-12.btn_search_r {
    background: #ffffff !important;
    color: #999999 !important;
    border: 1px solid #bbbbbb !important;
}
.col-md-12.btn_search_r:hover,
.col-md-12.btn_search_r:active,
.col-md-12.btn_search_r:focus {
    background: #ebebeb !important;
    border: 1px solid #bbbbbb !important;
    color: #999999 !important;
    outline:0;
    text-decoration: none !important;
}

.col-md-10.mod_btns_result.btn_buscar_resrev {
    width: 100%;
}



/**************************************/
/******** MEDIA QUERIES  HCUCH ********/
/**************************************/

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1366px) {
	.listado_medicos {
	    width: 70%;
	}
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
	.listado_medicos {
	    width: 90%;
	}
	.col-md-4.pasos_reserv_hours {
	    min-height: 320px;
	}
	.iblock_edificio {
	    padding: 10px 0;
	}
	.title_reserv_hours h3 {
	    font-size: 2.5rem;
	}
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {
	.col-md-2.main_perfil_doc {
	    display: inline-block;
	    float: left;
	    width: 20%;
	}
	.listado_medicos {
	    width: 100%;
	}
	.col-md-8.main_nombre_med {
	    border-right: 1px solid #e2e2e2;
	    width: 78%;
	}
	#horas_doctores {
	    margin: 0 0 10px 0;
	    padding: 10px;
	}
	.col-md-12.caja_listado {
	    width: 100%;
	}
	.col-md-2.main_mas {
	    display: inline-block;
	    float: right;
	    position: absolute;
	    right: 0;
	    top: 10px;
	    width: 20%;
	}
	.col-md-4.pasos_reserv_hours {
	    display: inline-block;
	    margin: 0 auto 10px;
	    min-height: auto;
	    width: 100%;
	}
	.btn_search_r {
	    margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 480px) {
	.col-md-2.main_perfil_doc {
	    width: 25%;
	}
	.col-md-2.main_mas {
	    right: -8px;
	    width: 26%;
	    font-size: 11px;
	    text-align: center;
	}
	.title_reserv_hours h3 {
	    font-size: 2rem;
	}
}

@media screen and (max-width: 414px) {
	.col-md-2.main_mas {
	    bottom: 0;
	    display: inline-block;
	    margin: 10px 0 10px 0;
	    position: relative;
	    right: 0;
	    width: 100%;
	}
	.col-md-2.main_perfil_doc {
	    width: 30%;
	}
	.col-md-8.main_nombre_med {
	    border: none;
	    width: 100%;
	}
	.reserv_prox_hora {
	    width: 100%;
	}
	.main_mas a {
		font-size: 14px;
	    padding: 8px 10px;
	}
	.reserv_prox_hora {
	    text-align: center;
	}
	.col-md-4.pasos_reserv_hours {
	    display: inline;
	    margin: 10px auto 10px;
	}
}

@media screen and (max-width: 375px) {
	.col-md-2.main_perfil_doc {
	    width: 35%;
	}
}

@media screen and (max-width: 360px) {
	.col-md-2.main_perfil_doc {
	    width: 37%;
	}
	.title_reserv_hours h3 {
	    font-size: 1.8rem;
	}
}

@media screen and (max-width: 320px) {
	.col-md-2.main_perfil_doc {
	    width: 40%;
	}
}