﻿/*
CSS creado para incluir todos los estilos generales del sitio, incluyendo los correspondientes a la masterpage y default.
Cualquier estilo de un nuevo objeto que pueda ser reutilizado en cualquier parte del sitio y NO sea de un modulo
especifico se debe incluir aca. Ej: estilos de todos los formularios, de todos los botones, etc. deberian
incluirse. Estilos de una grilla o un reporte en particular usado solo en un modulo particular NO deberia estar
aca, sino en su correspondiente css.
*/
/****************************************************************************************************************/
/* MASTERPAGE - DEFAULT */
/****************************************************************************************************************/
body
{
    margin: 0px; 
    font-family: Verdana, Arial;
    font-size: 0.7em;
    background-color: white;
}

.header
{
    width: 100%;
    min-width: 1024px;
    /*height: 59px;
    background-image: url("../Imagenes/fdo-encabezado.png");*/
}

.header .headerSuperior
{
    width: 100%;
    min-width: 500px;
    height: 65px;
}

.header .headerSuperior .logo_san
{
    width: 80px;
    height: 62px;
    background-image: url("../Imagenes/Logo-sanatorio.PNG");
    background-repeat: no-repeat;
    float: left;
}

.header .headerSuperior .titulo_sanatorio
{
    font-size: medium;
    font-weight: lighter;
    font-variant: normal;
    color: #000000;
    text-align: left;
    padding-top: 0.5%;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: 80px;
    position: fixed;
    display: block;
    float: left;
}
.header .headerSuperior .titulo_site
{
    padding: 2% 0% 2% 20%;
    text-align: center;
    width: auto;
    height: auto;
    font-weight: bold;
    color: black;
    float: left;
    position: inherit;
    font-size: large;
}

.header .headerSuperior .submenu
{
    text-align: left;
    margin-top: 25px;
    height: 36px;
    float: right;
}

.header .headerSuperior .submenu .error
{
    margin-right: 50px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

.header .headerSuperior .submenu a
{
    text-decoration: none;
    color: #1e4f92;
}

.header .headerSuperior .logo_gms
{
    width: 116px;
    height: 61px;
    background-repeat: no-repeat;
    background-image: url("../Imagenes/logo-gms.png");
    float: right;
}

.header .headerInferior
{
    width: 100%;
    min-width: 500px;
    height: 22px;
}

.header .headerInferior .login
{
    margin-top: 3px;
    margin-right: 20px;
    height: 19px;
    float: right;
}

.header .headerInferior .login .campo
{
    /*width: 200px;*/
    color: #ffffff;
    float: left;
}

.header .headerInferior .login .boton
{
    width: 55px;
}

.contenedor
{
    width: 80%;
    margin-left: auto;
	margin-right: auto;
    min-width: 1000px;
    height: auto;
    overflow: hidden;
    background-color: transparent;
}

.contenedor .fondoTramites
{
    height: 699px;
    background-image: url('../Imagenes/logo-saes-fondo.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.menu
{
    width: 173px;
    height: auto;
    font-size: 9px;
    float: left;
}

.ui-accordion .ui-accordion-content
{
    padding: 10px;   
}

/*.menu .menuBoton1{
    width:162px;
    height:14px;
    padding-left:10px;
    padding-top:3px;
    background-image:url("../Imagenes/botonMenu1.png");
    background-repeat:repeat-x;
    color:#ffffff;
}*/

.menu .menuBoton2
{
    height: 27px;
    cursor: pointer;
    padding: 3px;
    text-decoration: none;
}

.menuBoton2:hover  
{
    font-weight: bold;
}

.menuBoton2:active
{
    background: #ccc; 
       
}

.menu .menuBoton2 .icono
{
    padding-top: 2px;
    width: 20px;
    height: 25px;
    float: left;
    text-decoration: none; 
}

.menu .menuBoton2 .icono img
{
    width: 20px;
    height: 20px;
}

.menu .menuBoton2 .contenedor_texto
{
    padding-top: 5px;
    padding-left: 5px;
    color: #000000;
}

.menu .menuBoton2 .texto a
{
    padding-top: 5px;
    padding-left: 5px;
    color: #000000;
    text-decoration: none;
}

.menu .menuBoton2Activo
{
    height: 29px;
    padding-left: 10px;
    background-image: url("../Imagenes/botonMenu2Activo.png");
    background-repeat: repeat-x;
}

.contenido_principal
{
    margin-left: 180px;        
    height: auto;
}

.separador
{
	width: 0px;	
	clear: both;
}
/*  Ponia una linea en blanco quedaba mal...
.separador
{
    clear: both;
    width: 100%;
    max-width: 100%;
    height: 5px;
    _height: 2px;
    background-color: #ffffff;
}
*/
.footer
{
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    height: 5px;
}

/****************************************************************************************************************/
/* ESTILOS GENERALES */
/****************************************************************************************************************/

/*links*/
.LinkStyle
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color: #1e4f92;
}

.LoginTextFields
{
    font-family: Verdana;
    font-size: 10px;
    color: Black;
    font-weight: normal;
    background-color: #e3f2f1;
    border: white 1px solid;
}

.TxtReporte
{
    width: 100%; /*background-color:#e3f2f1;*/
    border: 1px solid;
}

body
{
    margin-top: 0px;
    margin-right: 0px;
    background-color: white;
    height: inherit;
}

ul li
{
    font-weight: bold;
    list-style-type: none;
}

ul li ul li
{
    font-weight: inherit;
}

.LoginTextFields
{
    font-family: Verdana;
    font-size: 10px;
    color: black;
    font-weight: normal;
    background-color: #e3f2f1;
    border: white 1px solid;
}
.LoginText
{
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    color: white;
}
.LoginText2
{
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    color: black;
}


.UserConnText
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.LinkStyle
{
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color: #1e4f92;
}

.BarButtons
{
    font-family: Verdana;
    font-size: 8px;
    font-weight: normal;
    color: black;
}

.Button
{
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    color: Black;
    background-color: #E3F2F1;
    border: white 1px solid;
}

.frmMessage
{
    font-weight: bold;
    font-size: 12px;
    background-image: none;
    color: red;
    font-family: Verdana;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}
.frmWarning
{
    font-weight: bold;
    font-size: 12px;
    background-image: none;
    color: yellow;
    font-family: Verdana;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}
.frmSuccess
{
    font-weight: bold;
    font-size: 12px;
    background-image: none;
    color: #22c2f6;
    font-family: Verdana;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}
.frmTabSelected
{
    font-weight: bold;
    font-size: 12;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

.frmTab
{
    font-weight: bold;
    font-size: 11;
    color: black;
    font-family: Arial;
    text-decoration: none;
}

.frmVerdanaSmallBold
{
    font-weight: bold;
    font-size: 8;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

.frmModules
{
    font-weight: bold;
    font-size: 9;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

.frmFunctions
{
    font-size: 9;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

.frmLabelText
{
    font-weight: normal;
    font-size: 10;
    color: #1e4f92;
    font-family: Verdana;
    text-decoration: none;
}

.frmLabelTextRed
{
    font-weight: normal;
    font-size: 10;
    color: Red;
    font-family: Verdana;
    text-decoration: none;
}


.frmLabelText_Grid_Header
{
    font-weight: normal;
    font-size: 12;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    background: #22c2f6;
}

.frmCtrlText
{
    font-weight: normal;
    font-size: 12;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

.frmCtrlText_UC
{
    font-weight: normal;
    font-size: 12;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    text-transform: uppercase;
}

.frmCtrlText_LC
{
    font-weight: normal;
    font-size: 12;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    text-transform: lowercase;
}

.frmConsultText
{
    font-size: 12;
    font-family: Verdana;
    text-decoration: none;
    color: #22c2f6;
    font-weight: bold;
}

.frmConsultTextCaps
{
    font-size: 12;
    font-family: Verdana;
    text-decoration: none;
    color: #22c2f6;
    font-variant: small-caps;
    font-weight: bold;
}

.frmHeader
{
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Verdana;
}

.frmVerdanaSmall
{
    font-size: 10;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}

.frmFuncTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #1e4f92;
    font-family: Verdana;
	text-align:right;
	padding-right:5px;
}

.frmSubTitle
{
    font-weight: bold;
    font-size: 12px;
    color: #1e4f92;
    font-family: Verdana;    
}

.frmSection
{
    font-weight: bold;
    font-size: 12px;
    color: White;
    font-family: Verdana;
    background: #22c2f6;
    font-style: italic;
}

.frmVerdanaFuschia
{
    font-weight: bold;
    font-size: 12;
    color: White;
    font-family: Verdana;
    text-decoration: none;
}

.frmTitleBig
{
    font-weight: bold;
    font-size: 20px;
    color: black;
    font-family: Verdana;
    text-align: center;
}



.frmVerdana
{
    font-weight: bold;
    font-size: 12;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
.frmVerdanaPopup
{
    cursor: hand;

}
.frmVerdanaSmallCentered
{
    font-size: 10;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    text-align: center;
}
.frmVerdanaSmallCaps
{
    font-size: 10;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    font-variant: small-caps;
}
.frmVerdanaSmallCons
{
    font-size: 10;
    font-family: Verdana;
    text-decoration: none;
    color: black;
    background-color: #E7E7FF;
}
.frmVerdanaSmallConsCentered
{
    font-size: 10;
    font-family: Verdana;
    text-decoration: none;
    color: black;
    background-color: #E7E7FF;
    text-align: center;
}
.frmVerdanaMessage
{
    text-align: center;
    font-size: 12;
    font-family: Verdana;
    text-decoration: none;
    color: red;
}
.frmVerdanaSmallTitle
{
    font-weight: bold;
    font-size: 10px;
    color: #6699cc;
    font-family: Verdana;
    text-decoration: none;
}
.frmVerdanaSmallText
{
    font-size: 10px;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
.frmRepeaterItem
{
    font-size: 10;
    background-color: #C9DEDB;
    font-family: Verdana;
    text-decoration: none;
}
.frmRepeaterAltItem
{
    font-size: 10;
    background-color: #E8ECF0;
    font-family: Verdana;
    text-decoration: none;
}
.frmTitleBig
{
    font-weight: bold;
    font-size: 20px;
    color: black;
    font-family: Verdana;
    text-align: center;
}
.frmTitles
{
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-style: italic;
    font-family: Verdana;
    background-color: #33ccff;
}
.frmGridHeader
{
    font-size: 10;
    background-color: #194385;
    color: White;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}
.frmGridItem
{
    font-size: 10px;
    background-color: white;
    color: #194385;
    font-family: Verdana;
    text-decoration: none;
}
.CalendarItem
{
    font-size: 12;
    background-color: white;
    color: #194385;
    font-family: Verdana;
    text-decoration: none;
}


.frmGridItemClickable
{
    font-size: 10px;
    color: #000066;
    font-family: Verdana;
    text-decoration: none;
    cursor: hand;
}
.frmEstadHeader1
{
    font-size: 12;
    color: black;
    background: #fffacd;
    font-family: Century Gothic;
    text-decoration: none;
}
.frmEstadHeader1r
{
    font-size: 12;
    color: black;
    background: #fffacd;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: right;
}
.frmEstadHeader1c
{
    font-size: 12;
    color: black;
    background: #fffacd;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: center;
}
.frmEstadHeader2c
{
    font-size: 12;
    color: black;
    background: #ceffce;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: center;
}
.frmEstadHeader3c
{
    font-size: 12;
    color: black;
    background: #ffcc99;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: center;
}
.frmEstadHeader4c
{
    font-size: 12;
    color: black;
    background: #99ffff;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: center;
}
.frmEstadHeader4r
{
    font-size: 12;
    color: black;
    background: #99ffff;
    font-family: Century Gothic;
    text-decoration: none;
    text-align: right;
}
.customToolbar
{
    height: 2.4em !important;
    width: 99%;
	/*padding-top:5px;
	padding-left:5px;	*/
}

.contenedor_grilla
{
    float: left;
    width: 97%;
    /*max-width: 97%;*/
    margin: 1%;
}

.contenedor_grilla3
{
    float: left;
    width: 1100px;
}

.contenedor_grilla2
{
    float: left; 
    width: 1000px;
}

.frmtitle
{
    font-weight: bold;
    font-size: 12px;
    color: #030303;
    font-family: Verdana;
}
.combobox
{
	width: 200px;
    height: 20px;
	font-size: 10px;	
    border-radius:6px;
    border: 1px solid #ddd;
}

.comboboxMini
{
	width: 100px;
    height: 20px;
	font-size: 10px;	
    border-radius:6px;
    border: 1px solid #ddd;
}

.uppercase
{
    text-transform:uppercase;
}

.imprimir { background: url('/Imagenes/iconos/imprimir.png') no-repeat scroll 0px 0px transparent !important;  }

.tab 
{
  cursor:hand;
  height: 25px;
  width: 150px;
  text-align:center;
  border:1px solid #d0d0d0;
}

.tabnoselected
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    background: #C1CEF9;
    /*background-image: url("../Imagenes/Iconos/general.png");*/
    border-color: #194385;     
}

.tabselected
{
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
    background: #194385;  
   /*background-image: url("../Imagenes/Iconos/general_sel.png");*/
    border-color: #000000;
           
}
.textoResaltadoAzul
{
    font-weight: bold;
    font-size: 12px;
    color:rgb(9, 104, 252) !important;
    font-family: Verdana;    
    line-height:15px;
}

.textoResaltadoVerde
{
    font-weight: bold;
    font-size: 12px;
    color: rgb(47, 205, 133) !important ;
    font-family: Verdana;    
    line-height:15px;
}

.textoResaltadoRojo
{
    font-weight: bold;
    font-size: 12px;
    color: rgb(244, 56, 92) !important;
    font-family: Verdana;
}
.separadorVertical
{
    width: 310px;
    float:left;
}
.alineacionderecha
{
	text-align: right;
}

.alineacioncentrada
{
	text-align: center;
}

.formularioHeader
{
	margin-top: 10px;
	padding-top: 2px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #ccccccr;
	float: left;
}

.ui-jqgrid tr.jqgrow td
{
    /* Esto sirve para que las grillas que no entran en un reglon se formen en varios renglones */
	/*white-space: normal !important;*/
	
	/*Trunca y pone tres puntos*/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.toggle
{
	width: 941px;
    height: 53px;
    position: relative;
    top: 1px;
    left: 2px;
}
        
.slide
{
	height: 35px;
    padding: 0.4em;
    position: relative;
    top: 1px;
    left: 2px;
}

.style1
{
	height: 42px;
}

.style2
{
	padding: 10px;
    float: left;
    width: 144px;
    width: 47%;
}

.style3
{
	padding: 10px;
    float: right;
    width: 198px;
    width: 47%;
}

.field_set{
    border-color: #AED0EA;
    border-style: solid;
}


/*---------------Nuevo menu usuario----------------------*/

@import url('http://fonts.googleapis.com/css?family=Oldenburg');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 /*
  margin: 0;
  padding: 0;
  border: 0;

  font-size: 100%;
  font: inherit;
*/
  vertical-align: middle;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 */
}
html { height: 100%; }
/*body { background: #dde9f0 url('http://i.imgur.com/p6YhOiv.png'); font-family: Arial, Tahoma, sans-serif; font-size: 62.5%; line-height: 1; padding-bottom: 65px; }*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { display: block; font-size: 2.75em; line-height: 2.35em; color: #7291a5; margin-bottom: 12px; font-weight: normal; font-family: 'Oldenburg', 'Trebuchet MS', Arial, sans-serif; text-shadow: 0px 1px 1px #fff; text-align: center; }

p { font-size: 1.2em; font-weight: normal; line-height: 1.35em; color: #343434; margin-bottom: 12px; }

/* page container */
#wrap { display: block; width: 850px; margin: 0 auto; padding-top: 35px; }



/* user menu settings */
#dropdown { 
  display: block;
  /*padding: 0px 0px;*/
  width: 25px;
  /*margin: 0 auto;*/
  position: relative;
  float:left;
 
  cursor: pointer;
  /*border-left: 1px solid;*/
  /*background: #fff;*/
  font-size: 1.15em;
  color: #656565;
  font-weight: bold;

  /*box-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#dropdown:hover { color: #898989; }

#dropdown.open {
  background: black;
}

#dropdown ul { 
  position: absolute;
  top: 100%;
  left: -1px; /* move content -4px because of container left border */
  width: 140px;
  z-index:1001;
  padding: 5px 0px;
  display: none;
  border-left: 1px solid #8e9196;
  background: #fff;
  font-size: 80%;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#dropdown ul li  
{
    font-size: 0.9em;
    padding: 2px;
    
}
#dropdown ul li a { 
  text-decoration: none;
  display: block;
  color: Black;
  vertical-align: middle;
}
#dropdown ul li a:hover {
  color: Black;
  background: gainsboro;
  font-weight: bold;
}

.botonFORMULARIO
{
    FONT-WEIGHT:normal;    
    FONT-SIZE:12px;	
    line-height:14px;        
    background:#009ee0;      
    VERTICAL-ALIGN:middle;	
    color:#ffffff;    	
    padding:10px 15px;	
    margin-right:20px;    
    TEXT-ALIGN:center;	
    cursor:pointer;	
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*-------------FIN--Nuevo menu usuario----------------------*/