body { 
/* background:url(images/bg.png) repeat; */
font-family:Arial, Helvetica, sans-serif; 
color:#FFF;
min-width:1240px; 
margin-left: auto ;
margin-right: auto ;
margin-top:-10px;
background-color: #f2f2f2;

}

.contenedor{
position:static;
min-width:1240px; 
margin-left: auto ;
margin-right: auto ;
text-align:center;
height: auto;
overflow: hidden;

}

.logo{
width:100%;
background:#FFF; 
text-align:center; 
padding-top: 8px;
height:119px;
}

.fooster_web{
bottom:0px;
text-align:center;
width:100%;
height:20px;
padding-top:10px;
background: url(images/footer.png) repeat;
font-size:12px;
}

.box_menu{
border:1px solid #E5E5E5;
background:#FFF;
width:48.5%; 
margin-left:5px ;
margin-right: 5px ;
color:#5277f2;

}
.box_menu_title{
width:98%;
height:25px;
border-bottom: 1px solid #E2E2E2;
padding:5px;
background:#7f7f7f;
color:#5277f2;
font-weight:bold;
font-size: 18px;
}
a{
color:#7f7f7f;
text-decoration:none;
}
a:link {
color: #3f3f3f3;
}
a:hover {
color: #8181F7;
background-color: #fffff9;
}

.login, textArea, select{
    font-size: 16px;
    color:#5882FA;
    text-align: left;
    padding-left: 10px;
      -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
    
}
.login:focus, textArea:focus, select:focus{
    
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  background-color: #CEF6F5;
  color: #F78181;
  font-weight: bold;
    
}

.info_txt{
width:100%;
height:auto;
background: #F6F6F6;
padding-bottom: 3px;
padding-left:5px;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-top: 1px solid #E6E6E6;
border-bottom:1px solid #9f9f9f;
text-align:left;

}
.info_conectado{
float:right;
padding-right:20px;
font-size:12px;
color:blue;
font-weight:bold;
}

/* Ventana modal */
 
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	height: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #F6CEF5);
	background: -webkit-linear-gradient(#fff, #F6CEF5);
	background: -o-linear-gradient(#fff, #F6CEF5);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

#circulo { 
   width: 30px;
   height: auto;
   background:#f41414; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   color:#FFF;
   margin-top:-6px;
   font-size:20px;
   padding:2px;
   border:1px solid #FFF;
   }

.btnfacebook{ color:#4c6595;}
.btnfacebook:hover{ color:#44a8df;}

.btnface{ 
	background-color:#FFF !important;
	height: 30px; 
	padding-left: 10px; 
	border: solid 1px  #4c6595;
	margin-top: 5px;
 }
 
 .btntwi{ 
	background-color:#FFF !important;
	height: 30px; 
	padding-left: 10px; 
	border: solid 1px  #44a8df;
	margin-top: 5px;
	color: #44a8df;
 }
 
 .btnface:hover{ background-color: #4a6ea9 !important; color: #ffffff;}
 .btntwi:hover{ background-color: #44a8df !important; color: #ffffff;}


.box_noticias{
	font-family:  Verdana, sans-serif;	
	padding: 10px;
	margin-bottom: 10px;	
}
.box_noticias_title{
	color:#4e80ff;
	font-size: 24px;
	margin-bottom: 10px;
}

.caja{
    height: auto;
    background-color: #fff;
}
.caja-sombra{
    position: relative;
    float: left;
    padding: 1em;
    margin-left: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja-sombra:before, .caja-sombra:after{
    content: "";
    position: absolute;
    z-index: -2;
}
.caja-sombra:before{
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.caja-sombra:after{
    bottom: 15px;
    width: 50%;
    height: 20%;
    right: 10px;
    left: auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

/* Botón Ir Arriba
----------------------------------------------- */
#IrArriba {
position: fixed;
bottom: 30px; /* Distancia desde abajo */
right: 30px; /* Distancia desde la derecha */
}

#IrArriba span {
width: 60px; /* Ancho del botón */
height: 60px; /* Alto del botón */
display: block;
background: url(http://lh5.googleusercontent.com/-luDGEoQ_WZE/T1Ak-gta5MI/AAAAAAAACPI/ojfEGiaNmGw/s60/flecha-arriba.png) no-repeat center center;
}

#box_noticias_internas {
	height: auto;
	overflow: hidden;
	text-align:left;
	font-size:12px; 
	background-color:#FFF;
	border:1px solid #ccc;
	padding:2px;
	margin:2px;
	text-align: left;
	
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.75);
	
}
#box_noticias_internas:hover {
	
	background-color:#e1f7ff;
}


#td_ultimas_noticias{
	
	background-color:#e0fffd;

	
	
}

#td_ultimas_noticias:hover{
	

	background-color:#cfeeff;
	
}

#title{
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-weight: bold;
	font-family: 'Arial Black';
}

.btn_new {
   background: #fff;
    color: #428BCA;
    font-family: Sans-serif;
    font-size: 12px;
    height: 26px;
    text-align: center;
    border: 0;
    padding-left:5px;
    transition: all 0.3s ease 0s;
    line-height: 10px;
}

.btn_new:hover {
  box-shadow: inset 0 0 0 3px #3071A9;
  background: #CF4647;
  color:#FFF;
}

/* Botón Ir Arriba
----------------------------------------------- */
#downtable {
position: fixed;
bottom: 60px; /* Distancia desde abajo */
right: 40px; /* Distancia desde la derecha */

}

#downtable span {
width: 30px; /* Ancho del botón */
height: 30px; /* Alto del botón */
display: block;
background: url(http://10.5.136.81/etc/apps/hostdata/tic/public_html/hospitalsanfernando_cl/ticket/css/images/downtable.png) no-repeat center center;
}

/* Botón Ir Arriba
----------------------------------------------- */
#uptable {
position: fixed;
bottom: 100px; /* Distancia desde abajo */
right: 40px; /* Distancia desde la derecha */
}

#uptable span {
width: 30px; /* Ancho del botón */
height: 30px; /* Alto del botón */
display: block;
background: url(http://10.5.136.81/etc/apps/hostdata/tic/public_html/hospitalsanfernando_cl/ticket/css/images/uptable.png) no-repeat center center;
}


#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1901;
    
    
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:150px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
    opacity: 1;
    font-family: 'SFDigitalReadoutHeavyOblique';
    font-weight: bold; 
    font-size:60px;
    color: #0bfe02;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:none;
    background-color: #000;
    cursor: pointer;
    opacity: 0.8; 
/*    overflow: auto;*/
}

@font-face {
font-family: SFDigitalReadoutHeavyOblique;
src: url(font/SFDigitalReadoutHeavyOblique.ttf);
}


#popup_detalle {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1901;
    
    
}

.content-popup_detalle {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:150px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
    opacity: 1;
    font-family: 'SFDigitalReadoutHeavyOblique';
    font-weight: bold; 
    font-size:60px;
    color: #0bfe02;
}

.content-popup_detalle h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay_detalle {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:none;
    background-color: #000;
    cursor: pointer;
    opacity: 0.8; 
/*    overflow: auto;*/
}



#popup_evaluacion {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1901;
    
    
}

.content-popup_evaluacion {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:150px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
    opacity: 1;
    font-family: 'SFDigitalReadoutHeavyOblique';
    font-weight: bold; 
    font-size:60px;
    color: #0bfe02;
}

.content-popup_evaluacion h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay_evaluacion {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:none;
    background-color: #000;
    cursor: pointer;
    opacity: 0.8; 
/*    overflow: auto;*/
}

@media all {
   div.saltopagina{
      display: none;
   }
}
   
@media print{
   div.saltopagina{ 
      display:block; 
      page-break-before:always;
   }
}


