/*ESTILO DE FUENTE PARA TODA LA PAGINA*/
html, body{
    height: 100%;
    position: relative;
}

body{
	font-size:70%;
    line-height:1.166;	
    text-align:center;
    height:100%;
    font-family: 'Cabin', sans-serif;
    background: #e4e9e3;
    margin: 0; 
    
}

@font-face {
    font-family: 'Cabin';
    src: local('Cabin Regular'), local('Cabin-Regular'), url(../css/JEgmtEDzc-IH8jBshQXrYA.woff) format('woff');
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url(../css/CabinCondensed-Bold.ttf),
         url(../css/CabinCondensed-Medium.ttf),
         url(../css/CabinCondensed-Regular.ttf),
         url(../css/CabinCondensed-SemiBold.ttf);
}

ul{
    list-style: none;
}

.textAreaAdmision {
    width: 441px;
    height: 150px;
    padding: 5px 5px 5px 5px;
}

.bordeAdmision {
    border: 2px solid #FF0000 !important;
}


#caja_flotante{
		position: absolute;
        top:250px;
        left: 20px;
        border: 1px solid #CCC;
        background-color: #fff;
        width:175px;
        text-align: left;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	height: auto; 
	    -moz-box-shadow: 0 1px 2px #ddd;
	    -webkit-box-shadow: 0 1px 2px #ddd;
	    box-shadow: 0 1px 2px #ddd;
	    padding: 5px;
}

#ver_hc_panel{
	cursor: pointer;
	
}


/***Inicio Menu top***/
#menu {
    width:106em;
    background: #48639B;
    border-bottom: 0px #D0DADB solid;
    padding-left: 10px;
    height: 33px;
    margin-left:10px;
    margin-top:5px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#menu  ul {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
    list-style: none;
    z-index: 90
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#menu  ul li {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1, 5em;
    list-style-type: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#menu ul li a {
    float: left;
    display: block;
    width: auto;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0.9em 0.8em 0.5em 1em;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#menu  ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#menu  ul li.sep {
    color: white;
    padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
    float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top:7px;
    visibility: hidden;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #567BC4;
}

#menu  ul.level2 li, #menu ul.level3 li {
    border-bottom: 1px solid #fff;
    float: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
    padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
    font-weight: normal;
    /*background-color: #FF8401;*/
    background-color: #78A5FF;
    background-image: none;
}

/***Fin Menu top***/




#index_div{
    margin: 100px auto auto auto;
    width: 700px;
}


#index_div_2{
    width: 718px;
    margin-top: 30px;
    background-color: #666;
}

.clear_both{
    clear: both;
}

.index_forms_label{
    float: left;
    width: 300px;
    font-size: 11pt;
}

.index_forms{
    float: left;
    width: 300px;
    font-size: 11pt;
}

.error{
    font-style: italic;
    font-size: 8pt;
}

textArea.error{
    border: 2px solid red;
}


input[type=checkbox].error{
    border: 2px solid red;
}

/*
.input{
    font-size: 12pt;
    padding: 3px;
}*/


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; 
  }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
	width: 100%;
}

input.txt_no_block {
	display: inline;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
   background: white; }
  fieldset legend {
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
    
fieldset{
	padding-top: 30px;
	border-radius: 4px;
}

legend{
	padding:5px 15px !important;
	font-size: 13pt;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; 
    font-weight: bold;}
  label small {
    text-transform: capitalize;
    color: #666666; }
    
select {
	-webkit-appearance: none !important;
	background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	border: 1px solid #cccccc;
	padding: 0.5rem;
	font-size: 0.875rem;
	-webkit-border-radius: 0;
	border-radius: 0;
}

select.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

select:hover {
	background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
	background-position-x: 97%;
	background-position-y: center;
	border-color: #999999;
}

select.no_padding {
	padding: 0;
}

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f2f2f2; } }


.error_label{
    font-style: italic;
    font-size: 8pt;
    color: #FF0000;
}



.contenedor_error{
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 9px 5px 5px 30px;
    display: none;
    text-align: left;
    background-image: url(../imagenes/icon-error.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}


.contenedor_advertencia{
    color: #FF8F00;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 9px 5px 5px 30px;
    display: none;
    text-align: left;
    background-image: url(../imagenes/icon-advertencia.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.contenedor_exito{
    display: none;
    color: #007B66;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 5px;
    text-align: left;
    padding: 9px 5px 5px 30px;
    background-image: url(../imagenes/icon-exito.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}



.contenedor_confirmacion{
    display: none; 
    background-color: #577EBF; 
    padding: 5px; 
    color: #FFFFFF; 
    border: 1px solid #4A699E;  
}

.contenedor_confirmacion #confirmacion{
    width: 400px;
    margin: auto;
}

.contenedor_confirmacion #aceptar{
    width: 160px;
    float: left;
    background-color: #57C57F;
    padding: 10px 0px 10px 0px;
    font-size: 9pt;
    cursor: pointer;
    border: 1px solid #439360;
}

.contenedor_confirmacion #cancelar{
    width: 160px;
    float: right;
    background-color: #57C57F;
    padding: 10px 0px 10px 0px;
    font-size: 9pt;
    cursor: pointer;
    border: 1px solid #439360;
}


.title-bar{
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100px;
    background-color: #019fe1;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
    padding: 30px;
}

.title_hc{
	height: 50px;
	padding: 0px;
}


.title-bar h3{
    margin: 0;
    display: inline-block;
}

.title-bar .filtros select {
    float: left;
    display: inline-block;
    margin:	5px 15px;
    padding: 10px;
    vertical-align:middle;
}

.title-bar .filtros form {
    float: left;
    display: inline-block;
    position: relative;
}

.title-bar .filtros
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
    float: left;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    opacity: .9;
    color: #5b5b5b;
    font-family: "Cabin";
    font-size: 14px;
    font-style: italic;
    width:200px;
    height: 38px;
    padding: 0px 5px;
    margin:0px;
}



.title-bar .filtros a.btn{
    width: 39px;
    height: 38px;
    display: inline-block;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d3d3d3;
    -moz-box-shadow: 0 1px 2px #b7b7b7;
    -webkit-box-shadow: 0 1px 2px #b7b7b7;
    box-shadow: 0 1px 2px #b7b7b7;
    background: url(../imagenes/icon-buscar.png) center center no-repeat #d3d3d3;
    margin:0px;
    padding:0px;
}


.filtros select {
    float: left;
    display: inline-block;
    margin:	5px 15px;
    padding: 10px;
    vertical-align:middle;
}

.filtros form {
    float: left;
    display: inline-block;
    position: relative;
}

.filtros
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
    float: left;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    opacity: .9;
    color: #5b5b5b;
    font-family: "Cabin";
    font-size: 14px;
    font-style: italic;
    width:200px;
    height: 38px;
    padding: 0px 5px;
    margin:0px;
}

.filtros
input[type="button"] {
    float: left;
    display: inline-block;
    height: 38px;
    padding: 0px 15px;
    margin:0px;
}

.filtros a.btn{
    width: 39px;
    height: 38px;
    display: inline-block;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d3d3d3;
    -moz-box-shadow: 0 1px 2px #b7b7b7;
    -webkit-box-shadow: 0 1px 2px #b7b7b7;
    box-shadow: 0 1px 2px #b7b7b7;
    background: url(../imagenes/icon-buscar.png) center center no-repeat #d3d3d3;
    margin:0px;
    padding:0px;
}



/* Tipografía */

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    color: #5b5b5b;
    margin: 10px;
}

h1 { font-size: 55px;}
h2 { font-size: 42px;}
h3 { font-size: 32px;}
h4 { font-size: 24px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}

#principal_header{
    width: 1017px;
    height: 79px;
    background-color: #333333;
    background-image: url(./../imagenes/hceo_principal.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#principal_header_div1{
    height: 100%;
    width: 884px;
    float: left;
}

#principal_header_div2{
    height: 100%;
    width: 133px;
    float: left;
    background-color: #fff;

}


.img2{
    background-image: url(./../imagenes/User-2-icon.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    margin: 15px auto auto auto;
    background-position: center 0; 
}


#principal_header_div3{
    width: 133px;
    background-color: #0081C1;
    position: absolute;
    right: 0;
    display: none;
    top: 79px;
}

#principal_header_div2:hover{
    background-image: url(./../imagenes/hceo_principal_icon_cono.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#principal_header_div3 ul{
    padding: 0;margin: 0;color: #fff;font-size: 10pt;
}

#principal_header_div3 ul li a{
    color: #fff;
    text-decoration: none;
}

#principal_header_div3 ul li:hover a{
    color: #B4D7E8;
}

#principal_header_div3 ul li{
    border-bottom: 1px solid #2693C9;
    padding: 8px;
}

#principal_header_div3 ul li:last-child{
    border-bottom: none;
}


#footer{
    background: #0081C1;
    padding: 10px;
    color: #fff;
    text-align: left;
}

.contenedor_principal{  
    width: 1017px;
    margin: 15px auto 15px auto;
    border-radius: 5px;
    background: #FFF;
    position: relative;
    border: 1px solid #E4EDE5;
}

.contenedor_principal_estados_atencion{  
    width: 1017px;
    margin: 15px auto 15px auto;
    border-radius: 5px;
    position: relative;
    border: 1px solid #E4EDE5;
}

/**div contenedor de ajax **/

.div_centro {
    position:absolute;
    margin:auto;
    top:10%;
    left:0;
    right:0;
    bottom:auto; 
    width:980px;    
    height:auto;
    text-align:right;
    z-index: 9;
    background-color:#fff;
    border: 5px solid rgba(255,255,255,0.1);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;   
}

.div_centro_sobre {
    z-index: 10;
}

.citasAsignarEstado{
    width: 76px;
    height: 66px;
    margin: auto;
    background: url(./../imagenes/icon-ok.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
}

#a_cierre_panel{
    background: url(./../imagenes/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#a_cierre_panel2{
    background: url(./../imagenes/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}


.div_interno {
    position:relative;
    width:100%;
    height:auto;
    text-align:center;
    vertical-align:middle;
    /*background-color:#FFF;*/
}

.div_interno div.encabezado{
    height: 50px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 1px 0 #159a7f, inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow  */
    padding-top: 20px;
}

.div_interno div.encabezado h3{
    color: #fff; /* text color */
    font-family: "Cabin";
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0,0,0,.5); /* drop shadow */
    margin: 0;
    text-align: center;
}

.div_interno div.encabezado h4{
    color: #fff; /* text color */
    font-family: "Cabin";
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0,0,0,.5); /* drop shadow */
    margin: 0;
    text-align: center;
}

.div_interno div.cuerpo{
    height:450px;
    overflow:auto;
    width:100%;
}

.d_fondo_negro{
    opacity: .9 !important;
    background-color: #13151d;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    
    z-index: 2;
    
}
/** Fin div contenedor de ajax **/

/**div contenedor de ajax  para citas**/
.div_centro_citas {
    position:absolute;
    margin:auto;
    top:10%;
    left:0;
    right:0;
    bottom:auto; 
    width:980px;
    /*height:720px;*/
    padding:3px;
    text-align:right;
    background-color:#FFF;
    border:solid 1px #81BEF7;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;

    z-index: 10;
}

.div_interno_citas {
    position:relative;
    width:100%;
    height:auto;
    text-align:center;
    vertical-align:middle;
    background-color:#FFF;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

/** Fin div contenedor de ajax **/	
.padding{
    padding: 20px 10px 20px 10px;
}

.breadcrumb{
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.breadcrumb ul{
    padding: 0;
    margin: 0;
}

.breadcrumb ul li{
    display: inline;
    margin-right: 15px;
    font-size: 32px;
    color: #fff;
}

.breadcrumb ul li a{
    font-size: 9pt;
    color: #5788D5;
    text-decoration: none;
    font-size: 32px;
}

.breadcrumb_on{
    font-size: 9pt;
    color: #ABADB3;
}





/*** Inicio Tablas ***/

.celdas_encabezado_izq {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
    border-radius: 4px 0 0 0;
}

.celdas_encabezado {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
}

.celdas_encabezado_der {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 4px 0 0;
}

.celdas_encabezado_ambos {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
    border-radius: 4px 4px 0 0;
}

.celdas_izq {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 0 0 4px;
}

.celdas_izq a {
    color:#000;
    text-decoration:none;
}

.celdas {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
}

.celdas a {
    color:#000;
    text-decoration:none;
}

.celdas_der {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 0 4px 0;
}

.celdas_ambos {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 0 4px 4px;
}

.filas {
    cursor:pointer;
}


.encabezado_interior_izq {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
    border-radius: 4px 0 0 0;
}

.encabezado_interior {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
}

.encabezado_interior_der {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    background-color:#0081C1;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 4px 0 0;
}


.interior_izq {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 0 0 4px;
}

.interior_izq a {
    color:#000;
    text-decoration:none;
}

.interior {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
}

.interior a {
    color:#000;
    text-decoration:none;
}

.interior_der {
    border:solid 1px #999999;
    font-size:13px;
    font-weight:normal;
    color:#000;
    padding:2px;
    vertical-align:middle;
    border-radius: 0 0 4px 0;
}

select.select_hc{
    padding: 0.2rem;
    width: 75px;
    margin: 0px 0px 1px;
    
}

.select_hc.error{
    border: 2px solid #FF002A;
}

.select.error{
    border: 2px solid #FF002A;
}

  
input.error{
    border: 2px solid #FF002A;
}

textarea.error{
	border: 2px solid #FF002A;
}


input.input_hc{
	padding: 0.1rem;
    width:50px;
    height: 30px;;
    margin: 0px 0px 1px;
}


input.input_texto{
	padding: 0.1rem;
    height: 30px;;
    margin: 0px 0px 1px;
}




.input_hc_k{
    width:70px;
}



.btnPrincipal,
.btnSecundario{
    color: #fff;
    font-family: "Cabin", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    text-decoration: none;
    line-height: normal;
    margin: 0 0 1.11111rem;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-top: 0.88889rem;
    padding-right: 1.77778rem;
    padding-bottom: 0.94444rem;
    padding-left: 1.77778rem;
    font-size: 0.88889rem;
    background-color: #008cba;
    border-color: #007ba1;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 0.94444rem;
    padding-bottom: 0.88889rem;
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    font-weight: lighter !important;
	cursor: pointer;
}

.btnSecundario{
    background-color: #b6b6b6;
    -moz-box-shadow: 0 2px 0 #a0a0a0;
    -webkit-box-shadow: 0 2px 0 #a0a0a0;
    box-shadow: 0 2px 0 #a0a0a0;
}

.btnSecundario:hover{
    background-color: #ADADAD !important;
}


.peq{
    padding-top: 0.55556rem;
    padding-right: 1.11111rem;
    padding-bottom: 0.61111rem;
    padding-left: 1.11111rem;
    font-size: 0.61111rem;
}

.btnGeneral{
    padding:2px 8px; border:1px solid #cccccc; font-size:10pt;
}

.btnCancelar{
    color: #33339A;
    background-color: #F0F0F0;
    padding: 4px 12px;
    border: 1px solid #cccccc;
    font-size: 10pt;
}

.d_datagrid{
    border: 1px solid #DDDDDD;
    display: none;
    margin-top: 29px; 
    border-radius: 3px;
}


.datagrid{
    width: 100%;
    text-align: left;
}


.datagrid tr td:first-child{
    border-left: 1px solid #DDDDDD;
}

.datagrid tr th:first-child{
    border-left: 1px solid #DDDDDD;
}

.datagrid tr td{
    border-bottom: 1px solid #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #DDDDDD;
}

.datagrid tr th{
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.datagrid .celdagrid:hover{
    background-color: #BCE774;
}


.celdagrid_inactiva{
    color: #333333;
    background-color: #DDDDDD;
}



.datagrid .headegrid{
    font-size: 10pt;
    color: #33338C;
    font-weight: 600;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 10px;
    border-right: 1px solid #DDDDDD;
}


.datagrid tr{
    font-size: 9.5pt;
}


.update_d_datagrid{
    /*background: #F1F1F1;
    border: 1px solid #E5E5E5;*/
    width: 500px;
    margin: 20px auto auto auto;
    padding: 3px 2px 5px 10px;
    border-radius: 4px;
    display: none;
}



.update_d_datagrid img:hover{
    cursor: pointer;
}


.formulario{
    /*background: #F1F1F1;*/
    /*border: 1px solid #E5E5E5;*/
    width: 500px;
    margin: 0;
    padding: 0;
    display: none;
    /*border-radius: 4px;*/
}


/*** Fin Tablas  height:400px;  height:460px;***/



/***** Calendario *************/


#agenda{width:100%;}
#agenda h1{margin:0;}
#agenda h2{margin:0;}
#agenda img{padding-bottom:15px;}

#agenda table.calendario {
    width: 90%;
    text-align: center;
    border-collapse:collapse;
    margin: 0 auto;
}

.calendario th {
    color: #a0a0a0;
    font-family: "Cabin";
    font-size: 14px;
    font-weight: bold;
}

.calendario td {
    color: #bbb;
    font-family: "Cabin";
    font-size: 24px;
    font-weight: 400;
    height: 80px;
    width: 14%;
    vertical-align: middle;
    border:1px solid #ebebec;
}

.calendario td.evento {
    background: #f2f2f2;
}

.calendario td div.div_dia{
    height: 80px;
}

.calendario td.disponible{
    color: #00a651;
    cursor: pointer;
}

.calendario td.disponible:hover{
    color: #fff;
    background: #00a651;
}

.calendario td.no_disponible{
    color: #f15e5e;
    cursor: pointer;
}

.calendario td.no_disponible:hover{
    color: #fff;
    background: #f15e5e;
}

.calendario td.completa{
    color: #00a651;
    cursor: pointer;
}

.calendario td.completa:hover{
    color: #fff;
    background: #00a651;
}

.calendario td.parcial{
    color: #00a651;
    cursor: pointer;
}

.calendario td.parcial:hover{
    color: #fff;
    background: #00a651;
}

.calendario td.sin_atencion{
    color: #bbb;
    cursor: pointer;
}

.calendario td.sin_atencion:hover{
    color: #fff;
    background: #bbb;
}

.calendario td.sin_seleccion{
    color: #bbb;
    cursor: pointer;
}

.calendario td.sin_seleccion:hover{
    color: #fff;
    background: #ddd;
}

.calendario td.citas_por_cancelar{
    background-image: url(../imagenes/icon-citas-sin-asignar.png);
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.calendario td.citas_por_cancelar:hover{
    background-image: url(../imagenes/icon-citas-sin-asignar-inv.png);
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.calendario td.desactivada {
    background: #f7f7f7;
}

.calendario td.hoy{
    background-color: #fff9c7;
}

.sin_atencion{

}

.opaco {
    opacity:0.7;
}

a.agregar_evento{position:relative;margin-left:25px;margin-top:-25px}
.calendario td a{color:red;text-decoration:none;}

.verde,.ok{font-weight:bold;color:green;}
.rojo{font-size:125% !important;font-weight:bold;color:red;}

.siguiente,.anterior {
    color:#5b5b5b;
    text-decoration:none
}


.div_dia_vacio{padding: 22px 0 22px 0;}

.crear_cita{
    background-image:url('../imagenes/btn-nueva-cita.png'); 
    background-repeat:no-repeat; 
    width:30px;
    height:31px;
    text-indent: -10000px;
    position:absolute;
    right:10px;
    top:10px;
    display: none;
    cursor: pointer;
}

/***Para las citas POR FAVOR NO CAMBIAR NI BORRAR ***/

.cita_sinatencion{background: #D1D1D1;}
.cita_concita{background: #CCFFC9;cursor:pointer;}
.cita_a_cancelar{background: #D4AAFF;cursor:pointer;}
.cita_sincita{background: #F2F2F2;cursor:pointer;}

/********Fin para las citas *******/


/**** Fin Calendario **********/




div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #bbb;
    color: #fff;
    margin-right: 0.5em;
    font-family: 'Cabin';
}

.negrita{
    font-weight: bold;
}

.etiqueta_menu{
    font-weight: bold;
    /*color:#3B5998;*/
    color:#333;
    font-size:11px;
    text-transform: uppercase;
}

.activo{
    color:#51a351;
}

.inactivo{
    color:#cd260a;
}


.oculto{
    display: none;
}

.textarea_corto {
    font-size: 12pt;
    padding: 3px;
    font-family: 'Cabin', sans-serif;
    width: 160px;
    height: 70px;
}

.textarea_ajustable {
    font-size: 12pt;
    padding: 3px;
    font-family: 'Cabin', sans-serif;
    width: 100%;
    height: 100px;
}

/**para consulta de optometria*/

.td_tabla{
    border: solid 1px #999;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}	

.td_tabla_titulo{
    border: solid 1px #999;
    border-bottom: solid 1px #fff; 
    -moz-border-radius: 9px 9px 0px 0px;
    -webkit-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}

.td_tabla_bottom{
    border: solid 1px #999;
    border-top: solid 1px #fff; 
    -moz-border-radius: 9px 9px 0px 0px;
    -webkit-border-radius: 9px 9px 0px 0px;
    border-radius: 0px 0px 9px 9px;
}

.td_tabla_central{
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #fff; 
}

.td_tabla_left{
    border-left: solid 1px #999;
    border-bottom: solid 1px #fff; 
}

.td_tabla_right{
    border-right: solid 1px #999;
    border-bottom: solid 1px #fff; 
}

.tabla_padding td {
	padding: 2px;
}

.od_t{
    float: left;
}

.oi_t{
    float: right;
}

.odoi_t{
    width: 55%; font-size: 14px;
}	


.textarea_op{
    width: 100%;
    height: 130px;
}

.textarea_op_obs{
    width: 100%;
    height: 60px;
    margin: 0px 0px 1px;
}

.textarea_oftalmo{
    height: 100px;
    padding: 5px 5px 5px 5px;
}

.textarea_hc_alto{
    width: 100%;
    height: 260px;
}

.textarea_alto{
    width: 700px;
    height: 200px;
    padding: 5px 5px 5px 5px;
}

.borde_bien{
   border: 1px solid rgba(0,0,0,.2);	
}

.borde_error{
   border: 2px solid #FF002A !important; 
}


.borde_error_panel{
	border-top: 2px solid #FF002A !important;
}


/*Clases diseno*/

.topbar{
    height: 130px;
    text-align: left;
}

.topbar .logo{
    margin: 0;
    background: url(./../imagenes/logo-parapente-chicamocha.png);
    width: 112px;
    height: 115px;
    display: inline-block;
    background-size: 0%;
}

.wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


.footer {
    width: 100%;
    height: 60px;
    background-color: #333; /* layer fill content */
    padding-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer p{
    color: #7b7b7b; /* text color */
    font-family: "Cabin";
    font-size: 12px;
    display: inline-block;
    margin: 0;
}


.left{
    float: left;
}

.right{
    float: right;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* Topbar Nav */

ul.top-nav.dropdown{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/* Dropdown */

/*
        Nivel Uno
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; list-style: none;}
ul.dropdown > li > a			    { text-decoration: none; font-weight: 400; padding: 42px 20px 37px 20px !important;}
ul.dropdown a:hover		            { color: #6b6b6b; background: #f8f8f8; }
ul.dropdown a:active                { color: #6b6b6b; background: #f8f8f8; }
ul.dropdown li a                    { display: block; padding: 10px; color: #5b5b5b;  font-size: 16px; text-decoration: none;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #6b6b6b; position: relative; }
ul.dropdown li.hover a              { color: #6b6b6b; }


/*
        Nivel Dos
*/
ul.dropdown ul 						{ width: 250px; visibility: hidden; position: absolute; top: 100%; left: 0; margin: 0; padding: 0; background: #f8f8f8; z-index: 10; }
ul.dropdown ul li 					{ font-weight: normal; color: #6b6b6b; border-bottom: 1px solid #ccc; float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; font-size: 16px;}
ul.dropdown ul li a:hover			{ color: #6b6b6b;}

/*
        Nivel Tres
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }






.volumen:after{
    content: "";
    width: 98%;
    height: 10px;
    border: 1px solid #e3e3e3;
    position: absolute;
    bottom: -4px;
    left: 1%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 2px rgba(221,221,221,.5);
    -webkit-box-shadow: 0 2px 2px rgba(221,221,221,.5);
    box-shadow: 0 2px 2px rgba(221,221,221,.5);
    z-index: -1;
}

.volumen:before{
    content: "";
    width: 96%;
    height: 10px;
    border: 1px solid #e3e3e3;
    position: absolute;
    bottom: -7px;
    left: 2%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 2px rgba(221,221,221,.5);
    -webkit-box-shadow: 0 2px 2px rgba(221,221,221,.5);
    box-shadow: 0 2px 2px rgba(221,221,221,.5);
    z-index: -1;
}

body#login{
    /*background-image: url(../imagenes/RM_DSC_7248.jpg);*/
    background-size: cover;
    background-color: #222;
    background-attachment: fixed;
}


div.login-container{
    width: 410px;
    height: 400px;
    margin: 0 auto;
    padding: 130px 0 0 0;
}



div.login{
    display: block;
    width: 410px;
    height: auto;
    border: 5px solid rgba(255,255,255,.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    padding: 0 0 10px 0;

}


.logo-login{
    margin: 30px auto;
    display: block;
}


div.login #unFormulario{
    width: 285px;
    height: auto;
    display: block;
    border: 1px solid #b7b9bb;
    margin: 0 auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e5e6e9;
    -moz-box-shadow: 0 2px 0 #fff, inset 0 0 3px rgba(23,16,25,.45);
    -webkit-box-shadow: 0 2px 0 #fff, inset 0 0 3px rgba(23,16,25,.45);
    box-shadow: 0 2px 0 #fff, inset 0 0 3px rgba(23,16,25,.45);


}


div.login #unFormulario input{
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 5px 0px 5px 85px;
    color: #6f7278;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    margin: 0;
	height: 55px;
}


div.login #unFormulario input.usuario{
    border-bottom: 1px solid #bec0c2;
    background: url(../imagenes/icon-usuario.png) 20px center no-repeat;
}

div.login #unFormulario input.password{
    border-top:1px solid #fff;
    background: url(../imagenes/icon-password.png) 20px center no-repeat;
}


div.login #unFormulario input.btnIniciarsesion{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2E64FE;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 18px;
    padding: 0;
    font-family: 'Cabin', sans-serif;
}


div.index_error{
    border: 1px solid #C60F13;
    background-color: #F9E6E6;
    text-align: left;
    padding: 0px 15px 0px 15px; 
    margin: 15px 0 15px 0;
    display: block;
}


div.index_error2{
    border: 1px solid #C60F13;
    background-color: #F9E6E6;
    text-align: left;
    padding: 0px 15px 0px 15px; 
    margin: 15px 0 15px 0;
    display: none;
}

.msg_alerta{
    border: 1px solid #ffffff;
    font-size: 12px;
}

.contenido.wrapper{
    padding: 15px 0px;
}

.calendario-container{
    width: 100%;
    float: left;
    position: relative;
    background-color: #f6f6f6; /* layer fill content */
    -moz-box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    padding-bottom: 30px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; /* border radius */
}

.calendario-container .encabezado{
    height: 100px;
    /*padding-top: 20px;*/
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 #fff, inset 0 -1px 0 #dfdfdf; /* drop shadow and inner shadow */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
}

.calendario-container table.calendario{
    margin: 0 auto;
}

.calendario-container .encabezado h2{
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-top: 25px;
}

.disponibilidad{
    float: right;
    width: 30%;
    background: #fff;
    position: relative;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
}

.disponibilidad .encabezado{
    height: 50px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f3f3f3; /* layer fill content */
    -moz-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIyMCA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIyMCIgaGVpZ2h0PSI1MCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
}

.disponibilidad .encabezado h6{
    padding-left:20px;
    margin:0;
    padding-top:15px;
    text-align:left;
}

.listado-disponibilidad ul{
    margin: 0;
    padding: 0;
    height: 470px;
    overflow: auto;
}

.listado-disponibilidad ul li{
    list-style: none;
    padding: 20px;
    margin: 0;
    color: #898989; /* text color */
    font-family: "Cabin Condensed";
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #e4ede5;
    cursor: pointer;
}

.listado-disponibilidad ul li span{
    display: block;
    text-transform: none;
    color: #bbb; /* text color */
    font-family: "Cabin Condensed";
    font-size: 16px;
}

/* Convenciones calendario citas */
div.convenciones{
    width: 90%;
    margin: 0 auto;
}

div.convenciones div{
    float: left;
    padding: 0px 15px;
    margin: 0 auto;
}

div.convenciones div p{
    color: #898989; /* text color */
    font-family: "Cabin";
    font-size: 12px;
}

div.convenciones div.disponibles{
    background: url(../imagenes/icon-convencion-disponible.png) left center no-repeat;
}

div.convenciones div.no-disponibles{
    background: url(../imagenes/icon-convencion-no-disponible.png) left center no-repeat;
}

div.convenciones div.sin-atencion{
    background: url(../imagenes/icon-convencion-sin-atencion.png) left center no-repeat;
}

div.convenciones div.sin-asignar{
    background: url(../imagenes/icon-convencion-citas-sin-asignar.png) left center no-repeat;
    padding-left: 25px;
}

div.horarios_profesionales {
    width: 100%;
    height: 550px;
    overflow: hidden;
    float: left;
}

div.horarios_profesionales .profesional {
    width: 326px;
    background: #fff;
    height: 550px;
    overflow: hidden;
}

div.horarios_profesionales .profesional .nombre{
    width: 100%;
    display: block;
    height: 60px;
    text-align: center;
    background-color: #019fe1; /* layer fill content */
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.27); /* inner shadow */
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.27); /* inner shadow */
    box-shadow: inset 1px 1px 0 rgba(255,255,255,.27); /* inner shadow */
}

div.horarios_profesionales .profesional .detalle{
    width: 100%;
    display: block;
    height: 490px;
    overflow: auto;
}

div.horarios_profesionales .profesional .nombre h4{
    color: #fff; /* text color */
    font-family: "Cabin";
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    /*line-height: 2.35;*/
    display: inline-block;
}

div.horarios_profesionales .profesional .nombre h5{
    color: #fff; /* text color */
    font-family: "Cabin";
    font-size: 14px;
    margin: 0;
    display: inline-block;
}

div.horarios_profesionales .espacio {
    padding: 3px;
    margin: 3px;
    text-align: left;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    position: relative;
}

div.horarios_profesionales .cita {
    background-color: #67b438; /* layer fill content */
    color: #fff;
    cursor: pointer;
}

div.horarios_profesionales .cita_a_cancelar {
    background-image: url(../imagenes/icon-citas-sin-asignar-inv.png);
    background-position: 92% 90%;
    background-repeat: no-repeat;
}

div.horarios_profesionales .disponible {
    background-color: #e9e9e9; /* layer fill content */
    color: #7d7d7d;
    cursor: pointer;
}

div.horarios_profesionales .no_disponible {
    background-color: #c7c7c7; /* layer fill content */
    color: #7d7d7d;
}

div.horarios_profesionales .time {
    display: inline-block;
    /*float: left;*/
    margin-right: 10px;
    font-family: "Cabin Condensed";
    font-size: 12px;
    /*font-weight: bold;*/
}

div.horarios_profesionales .cita .time {
    color: #fff;
}

div.horarios_profesionales .estado-espacio {
    clear: both;
    padding: 0;
    margin: 0;
}

div.horarios_profesionales .aseguradora{
    opacity: .5;
    color: #fff;
    font-family: "Cabin";
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 0;
    margin: 0;
}

div.horarios_profesionales .contador_cita {
    position: absolute;
	top: 65%;
	left: 94%;
}

a.btn_prev {
    position:absolute;
    left:0px;
    top:85px;
    width:35px;
    height:34px;
    z-index:99;
    background:url(../imagenes/arrows/wleft.png) no-repeat;
}

a.btn_prev:hover {
    background:url(../imagenes/arrows/bleft.png) no-repeat;
}

a.btn_next {
    position:absolute;
    right:0px;
    top:85px;
    width:35px;
    height:34px;
    z-index:99;
    background:url(../imagenes/arrows/wright.png) no-repeat;
}

a.btn_next:hover {
    background:url(../imagenes/arrows/bright.png) no-repeat;
}

.mostrar {
    display:block;
}

.ocultar {
    display:none;
}

/*End clases diseno*/




.estado_atencion_grid{
    width: 32%;
}


.estado{
    width: 100%;
    float: left;
    margin: 0 0.6% 15px 0.6%;
    height: 300px;
    border: 1px solid #e3e3e3; 
    position: relative;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    background-color: #fff; 
    -moz-box-shadow: 0 2px 2px rgba(221,221,221,.5); 
    -webkit-box-shadow: 0 2px 2px rgba(221,221,221,.5); 
    box-shadow: 0 2px 2px rgba(221,221,221,.5);

}




.estado .encabezado{
    height: 30px;
    padding: 10px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f3f3f3; /* layer fill content */
    -moz-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMwMCA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjMwMCIgaGVpZ2h0PSI1MCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
}


.estado .encabezado h6 {
    margin:5px 0 0 5px;
    color: #8a8a8a; /* text color */
    font-family: "Cabin Condensed";
    font-size: 15px;
}

.estado .encabezado .btn-expandir{
    position: absolute;
    top:10px;
    right: 10px;
    width:35px;
    height: 35px;
    background: url(../imagenes/btn-expandir.png) center center no-repeat;
    visibility: hidden;
}


.estado:hover .encabezado .btn-expandir{
    visibility: visible;
}


.estado .encabezado .btn-expandir:hover{
    opacity: 0.5;
}



.estado .listado{
    padding: 0px;
    overflow: auto;
    max-height: 230px;
}

.estado .listado ul{
    margin: 0;
    padding: 0;
}

.estado .listado ul li{
    list-style: none;
    color: #777; /* text color */
    font-family: "Cabin Condensed";
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}

.estado .listado ul li a{
    text-decoration: none;
    color: #777; /* text color */
}

.estado .listado ul li span{
    float: right;
    font-weight: 400;
    color: #b8b8b8;
}

.estado .listado ul li:nth-child(even){
    background: #f3f3f3;
}

.estado_resultados{
    cursor: pointer;
    list-style: none;
    color: #777;
    font-family: "Cabin Condensed";
    font-size: 16px;
    padding: 10px 15px;
}

.estado_resultados:nth-child(even){
    background: #F3F3F3;
}

.estado_resultados:nth-child(odd){
    background: #FFFFFF;
}

.estado_resultados:hover{
    color: #01B7EC;
}


/* Tabla Modal */
table.modal_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.modal_table th{
    height: 60px;
    color: #fff;
    font-family: "Cabin";
    font-size: 18px;
    font-weight: 400;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
}

table.modal_table td {
    /*opacity: .5;*/
    color: #555555;
    font-family: "Cabin Condensed";
    font-size: 17px;
    line-height: 1.5;
    border: 1px solid #efeeee;
}

table.modal_table td.td_reducido {
    font-size: 14px;
    line-height: initial;
}

table.modal_table th.th_reducido {
    font-size: 14px;
    height: 30px;
    line-height: initial;
    
}

table.modal_table td input.input_sin_margen {
    margin: 0px;
}

table.modal_table td select.select_sin_margen {
    margin: 0px;
}

table.modal_table tr {
    cursor: pointer;
}

table.modal_table tr.inactiva:nth-child(odd) {
    background-color: #efeeee;
    cursor: default;
}

table.modal_table tr.inactiva:nth-child(even) {
    background-color: #efeeee;
    cursor: default;
}

table.modal_table tr:nth-child(odd) {
    background: #f7f6f6;
}

table.modal_table tr:nth-child(even) {
    background: #fff;
}

table.modal_table tr:hover{
    background: #e5eff3;
}

table.modal_table ul {
	list-style:disc;
}


/* Tabla Modal */
.full{
    width: 100%;
    border: none;

}

.full th{
    height: 60px;
    color: #fff;
    font-family: "Cabin";
    font-size: 18px;
    font-weight: 400;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.27);
    text-transform: capitalize;
}

.full td{
    opacity: .5;
    color: #5b5b5b;
    font-family: "Cabin Condensed";
    font-size: 18px;
    line-height: 2.5;
}


.full #tabla_encabezado{
    background: #019FE1;

}

.full tr:first-child td{
    color: #FFFFFF;
    opacity: 1;
}



.full tr:nth-child(odd){
    background: #efeeee;
}

.full tr:nth-child(even){
    background: #fff;
}

.full tr:hover{
    background: #cce0e8;
}


.Add-icon{
    background-image: url(../imagenes/Add-icon.png);
    background-repeat: no-repeat;
    height: 32px;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}



.Error-icon{
    background-image: url(../imagenes/Error-icon.png);
    background-repeat: no-repeat;
    height: 32px;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

#icono{
    width: 40px;
}

#precio{
    width: 130px;
}





.tooltip {
    display: none;
    position: absolute;
    width: 200px;    
    padding: 10px;
    margin: 0 0 12px 0;    
    z-index: 100;
    bottom: 100%;
    background: #FDD017;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}


.tooltip:after {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 100;
    border: 0 solid #FDD017;
    border-bottom: 14px solid transparent;
    border-left-width: 10px;
    width: 50%;
    left: 50%;
}

.tooltip:before {
    content: "";
    position: absolute;
    border: 0 solid #FDD017;
    bottom: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-bottom: 14px solid transparent;
    width: 50%;
    right: 50%;
}



/********* Linea diagonal *************/
.linea_derecha{
    position:absolute;
    margin-left:125px;
    margin-top:-64px;
    background-color: #333;
    width:2px;height:200px;
    -moz-transform:rotate(113deg); 
    -webkit-transform:rotate(113deg); 
    -o-transform:rotate(113deg); 
    -ms-transform:rotate(113deg);
}


.linea_izquierda{
    position:absolute;
    margin-left:-47px;
    margin-top:-64px;
    background-color: #333;
    width:2px;height:200px;
    -moz-transform:rotate(67deg); 
    -webkit-transform:rotate(70deg); 
    -o-transform:rotate(70deg); 
    -ms-transform:rotate(70deg);
}

/********* Linea diagonal *************/



.formulario#formulario{
    display: none; 
    width: 65em; 
    text-align: center; 
    margin: auto;
}

#frmNuevotiempocitas table{
    width: 100%;
    text-align: center;
}

/********************** Switch **********************/
.onoffswitch {
    position: relative;
	width: 140px;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
    border: 1px solid #999999;
	border-radius: 8px;
}
.onoffswitch-inner {
    width: 200%;
	margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
    font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Laboral";
    padding-left: 0px;
    background-color: #019fe1;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No laboral";
    padding-right: 10px;
    background-color: #eeeeee; color:
	#999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 17px; margin: 6.5px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 99px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 16px; 
}
/********************** Switch **********************/



/********************Inicio Imagenes OJOS***************************/

.canvas_muscular {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -307px;
  margin-top: -1px;
  display: inline-block;
  cursor: default;
  position:absolute;
  filter:alpha(opacity=50); 
  opacity:0.5;
  /*background-image: url('../imagenes/ojos_oftalmologia.png') !important;*/ 
}

.div_muscular {
	width:610px;
	height:110px;
	z-index:1;
	margin:0px auto;
	background-image:url(../imagenes/ojos_oftalmologia.png);
}

.div_principal_muscular {
	position: relative;
	margin:0 auto; 
	height: 120px; 
	text-align:center; 
	width:100%;
}

/******queratometria*******/

.div_principal_queratometria_od {
	position: relative;
	margin:0 auto; 
	height: 249px; 
	text-align:center; 
	width:100%;
}
.div_queratometria_od {
	width:300px;
	height:249px;
	z-index:1;
	margin:0px auto;
	background-image:url(../imagenes/queratometria_img.png);
}
.canvas_queratometria_od {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -152px;
  margin-top: -1px;
  display: inline-block;
  cursor: default;
  position:absolute;
  filter:alpha(opacity=50); 
  opacity:0.5;
}


.div_principal_queratometria_oi {
	position: relative;
	margin:0 auto; 
	height: 249px; 
	text-align:center; 
	width:100%;
}
.div_queratometria_oi {
	width:300px;
	height:249px;
	z-index:1;
	margin:0px auto;
	background-image:url(../imagenes/queratometria_img.png);
}
.canvas_queratometria_oi {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -152px;
  margin-top: -1px;
  display: inline-block;
  cursor: default;
  position:absolute;
  filter:alpha(opacity=50); 
  opacity:0.5;
}




/******tonometria*******/

.div_principal_tonometria_oi {
	position: relative;
	margin:0 auto; 
	height: 189px; 
	text-align:center; 
	width:100%;
}

.div_principal_tonometria_od {
	position: relative;
	margin:0 auto; 
	height: 189px; 
	text-align:center; 
	width:100%;
}

.div_tonometria_od {
	width:211px;
	height:189px;
	z-index:1;
	margin:0px auto;
	background-image:url(../imagenes/ojos_tonometria_od.png);
}

.div_tonometria_oi {
	width:211px;
	height:189px;
	z-index:1;
	margin:0px auto;
	background-image:url(../imagenes/ojos_tonometria_oi.png);
}

.canvas_tonometria_od {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -106px;
  margin-top: -1px;
  display: inline-block;
  cursor: default;
  position:absolute;
  filter:alpha(opacity=50); 
  opacity:0.5;
}


.canvas_tonometria_oi {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: -106px;
  margin-top: -1px;
  display: inline-block;
  cursor: default;
  position:absolute;
  filter:alpha(opacity=50); 
  opacity:0.5;
}


/******biomicroscopia******/
.biomicroscopia_div {
	width:40px;
	height:41px;
	z-index:1;
	margin:0px auto;
	margin-left:-50px;
	background-image:url(../imagenes/biomicroscopia.png);
	display: inline-block;
	position:absolute;
}


.biomicroscopia_div_oi {
	width:40px;
	height:41px;
	z-index:1;
	margin:0px auto;
	
	background-image:url(../imagenes/biomicroscopia.png);
	display: inline-block;
	position:absolute;
}




/********************Fin Imagenes OJOS***************************/






/********************Inicio Tabs***************************/
.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e2e2e2; }
    .tabs dd.active a {
      background: #fff; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
  	width: 100%;
    display: none;
    float: left;
    padding: 0.9375em 0; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 0.9375em; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375em; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
    
    
/* TABS */

.tabs-container{
	/*width: 600px;*/
}

.tabs-content{
	background: #fff;
	padding: 10px;
	border:1px solid #ccc;
	color: #5b5b5b;
	font-family: "Cabin";
	font-size: 14px;
}

.tabs dd > a {
	font-family: "Cabin";
}

.tabs dd{
	margin: 0px 3px 0px 0px;
	border:1px solid #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
}

.tabs dd a{
	color: #5b5b5b;
	font-family: "Cabin";
	font-size: 14px;
}    

/********************Fin Tabs***************************/



div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../imagenes/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

.borrador{
	cursor: pointer;
	width:32px;  
	height:32px; 
	position:relative; 
	background-image:url("../imagenes/borrador.png"); 
	background-repeat: no-repeat;
	 
}

.texto_resaltar {
	color:#f15e5e;
}

div.msj-vacio {
	width:80%;
	margin:50px auto 30px;
	text-align:center;
}

div.msj-vacio p {
	color:rgb(137, 137, 137);
	font-family:"Cabin Condensed";
	font-size:16px;
	padding:15px 10px;
	border:1px dashed rgb(204, 204, 204);
	border-radius:3px;
}

.d_contenedor_precios {
	border:1px dashed rgb(204, 204, 204);
	height:350px;
	overflow:overlay;
}


.agregar_antecedentes_medicos{
	cursor: pointer;
	width:32px;  
	height:32px; 
	position:relative;
	background-image:url("../imagenes/add_elemento.png");
	background-repeat: no-repeat;
}



.d_sano_oftalmo {
	position:relative;
	width:24px;
	height:24px;
	float:left;
	cursor:pointer;
	background-image:url(../imagenes/sano_hc_24.png);
}

.d_buscar {
	position:relative;
	width:32px;
	height:32px;
	float:left;
	cursor:pointer;
	background-image:url(../imagenes/Search-icon.png);
}

.agregar_alemetos {
	float:left;
	cursor: pointer;
	width:24px;  
	height:24px; 
	position:relative;
	background-image:url("../imagenes/add_elemento.png");
	background-repeat: no-repeat;
}

.restar_alemetos {
	float:left;
	cursor: pointer;
	width:24px;  
	height:24px; 
	position:relative;
	background-image:url("../imagenes/minus-elemento.png");
	background-repeat: no-repeat;
}

.ver_hc {
	position:relative;
	float:right;
	margin-top:-30px;
	
	cursor: pointer;
	width:24px;  
	height:24px; 
	background-image:url("../imagenes/add_elemento.png");
	background-repeat: no-repeat;
}

.ocultar_hc {
	position:relative;
	float:right;
	margin-top:-30px;
	margin-right:0px;
	cursor: pointer;
	width:24px;  
	height:24px; 
	background-image:url("../imagenes/minus-elemento.png");
	background-repeat: no-repeat;
}

div.div_marco {
	width:100%;
	overflow:auto;
	border:1px solid #999;
}

.texto_centrado {
	text-align: center;
}

div.div_en_linea {
	display: inline-table;
}

/*Estilos para despacho*/
.div_formula {
	width: 95%;
	margin-left: 25px;
	border: 1px solid #088dc5 !important;
	-moz-border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}



.div_mensaje_citas{
	width: 1000px;
	height: 50px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f3f3f3; /* layer fill content */
    -moz-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(218,218,218,.73), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIyMCA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIyMCIgaGVpZ2h0PSI1MCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%); /* gradient overlay */
    color: #f15e5e; /* text color */
    font-family: "Cabin Condensed";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
	
}

.titulo_obs_opt{
	margin: 0px;  
	cursor: pointer; 
	width: 500px;
}

.fixed_hc {
    position:fixed;
    top: 0;
    left: 0;
    width: 1017px;
    z-index: 2;
}

input.input_margenes_eq {
	margin: 5px 5px 5px 5px;
}






.img_descargar_excel{
    background-image: url(./../imagenes/descargar_reporte.png);
    background-repeat: no-repeat;
    height: 128px;
    width: 128px;
    margin: 15px auto auto auto;
    background-position: center 0;
    @import "estilos_1.css";
    cursor:pointer; 
}

.generando_reporte{
	background-image: url(./../imagenes/cargando_gif.gif);
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    margin: 15px auto auto auto;
    background-position: center 0;
    display: none;
    
     
}




