/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
			background: #2592B2;
  background: -moz-linear-gradient(#2592B2 0%, #2592B2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2592B2), color-stop(100%, #2592B2));
  background: -webkit-linear-gradient(#2592B2 0%, #2592B22 100%);
  background: linear-gradient(#2592B2 0%, #2592B2 100%);
    text-shadow: 0 -1px 1px #000;
			
			
            padding:6px 15px;
            display:inline-block;
           
          
            font-size:16px;
            font-weight:600;
            color:#fff;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#2592B2;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
	 text-shadow: 0 -1px 1px #fff;	
   background:#7FB5DA;
        color:#000;
		}
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
/*///////////////////////////////////////////////////////////*/
#contenedor_login{
     background:-o-linear-gradient(bottom, #eae8e8 5%, #d3d2d8 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eae8e8), color-stop(1, #d3d2d8) );
    background:-moz-linear-gradient( center top, #eae8e8 5%, #d3d2d8 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eae8e8", endColorstr="#d3d2d8");  background: -o-linear-gradient(top,#eae8e8,d3d2d8);
   height: 100%;
   width: 100%;
}
#head_login{
     background: url(../img/background.png);
   height: 15%;

}
 
#head_login .contenedor{
 position:absolute;
   top:5%;
    left: 3%;
   
    margin:0 auto;
    
    background-color: #fff; 
height: 80%;
width: 90%;
border-right: 2px solid #ccc;
padding: 2%;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
} 
#head_login .contenedor table{
    border: none;
    background: #fff;
	width: 50%;
    
}
#head_login .contenedor table td label{
    display: block;
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    width: 100%;
    
}
#contenedor_login_ext{
     position:absolute;
    top:5%;
    left: 55%;
    margin-top: -150px;
    margin-left: -250px;
	 background: url(../img/salud.jpg);
    /*background:-o-linear-gradient(bottom, #605c5c 5%, #9f9aad 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #605c5c), color-stop(1, #9f9aad) );
    background:-moz-linear-gradient( center top, #605c5c 5%, #9f9aad 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#605c5c", endColorstr="#9f9aad");  background: -o-linear-gradient(top,#605c5c,9f9aad);

    background-color:#605c5c;*/
	background-position:center center;
	background-repeat:no-repeat;
    width: 500px;
    height: 80%;
    margin:0 auto;
    color:#fff;
	text-align:center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#contenedor_login_int{
	position:absolute;
	top:250px;
    /*border:1px #fff solid;
    left: 0%;
   /* background-color:#2592B2;*/
    width: 96%;
    height: 200px;
    margin:0 auto;
    color:#000;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    padding: 2%;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#logo_emp{
    float: left;
    width: 240px;
    margin:3px auto;
    text-align:center;
 background-color:#fff;
 height: 150px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#logo_emp img{
    margin:0 auto;
   margin-top: 10%;
}
#info_login{
    float: left;
     width: 45%;
    height: 160px;
    padding: 10px;
    border-left: 2px none #ccc;
  
    margin-top: 20px;
}
#info_login label{width: 100%; text-align: left; display: block; color:#fff;}

.paciente{
    background: url(../img/paciente.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.agenda{
    background: url(../img/agenda.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.facturacion{
    background: url(../img/registradora.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.profesional{
    background: url(../img/profesional.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.configuracion{
    background: url(../img/configuracion.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.salir{
    background: url(../img/salir.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.superadmin{
    background: url(../img/superadmin.png);
    background-repeat: no-repeat;
    background-position:5%;
}
.informes{
  background: url(../img/informes.png);
    background-repeat: no-repeat;
    background-position:5%;

}
.confirmar{
    background: url(../img/tick.png);
    background-repeat: no-repeat;
    background-position:50%;
	border:none;
}
/*//////////////////////////////////////////////////////////////////////////*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 180px;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu  > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu  > li:first-child > a {
  padding: 5px 10px;
  background: url(../img/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
   color: #fff;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > li:first-child > a > span {
  padding: 0;
}
#cssmenu  > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu  > li {
  background: #eeeeee;
/*  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);*/
}
#cssmenu  > li:hover {
  background: #eeeeee;
 /* background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);*/
}
#cssmenu  > li > a {
  font-size: 14px;
  display: block;
  background: url(../img/pattern.png) top left repeat;
  color: #000;
  text-shadow: 0 -1px 1px #fff;
  border: 1px solid  #66665e;;
  border-top: none;
  
}
#cssmenu  > li > a > span {
  display: block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu  > li > a:hover {
  text-decoration: none;
}
#cssmenu  > li.active {
  border-bottom: none;
}
#cssmenu  > li.has-sub > a span {
  background: url(../img/icon_plus.png) 96% center no-repeat;
}
#cssmenu  > li.has-sub.active > a span {
  background: url(../img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu  ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu  ul li:last-child {
  border-bottom: none;
}
#cssmenu  ul a {
  padding: 7px 10px 7px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu  ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu  ul a:hover {
  color: #e94f31;
}