/******************* FUENTES ******************/
@font-face 
{
  font-family: Texto;
  src: local('OpenSans'), local('OpenSans'), url(../Resources/fonts/OpenSans.woff) format('woff');
}
@font-face 
{
  font-family: Titulo;
  src: local('Oswald'), local('Oswald-Regular'), url(../Resources/fonts/Oswald.woff) format('woff');
}
@font-face 
{
  font-family: Input;
  src: local('PontanoSans'), local('PontanoSans-Regular'), url(../Resources/fonts/PontanoSans.woff2) format('woff2');
}
@font-face 
{
  font-family: MenuPrincipal;
  src: local('BenchNine Regular'), local('BenchNine-Regular'), url(../Resources/fonts/BenchNine-Light.woff) format('woff');
}
/*********************************************/
.Pagina
{
	overflow: hidden;
}
.LogoAplicacion  div
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.TableMenuInferior
{
	height: 100%;
}
.TableMenuInferior td
{
	border: 1px solid #bbb;
}
.MenuInferior{
width: 100%;
height: 100%;
margin-top: -3px;
}

.MenuInferior ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.MenuInferior ul li{
position: relative;
display: inline;
float: left;
height: 28px;
}
.MenuInferior>ul>li
{
background: url('up.png') top right no-repeat;
}
/*Top level menu link items style*/
.MenuInferior ul li a{
display: block;
padding: 0px 5px;
text-decoration: none;
}

.MenuInferior ul ul
{
background: #ffffff;
border: solid 2px #3A6ABA;
text-align: left;
padding-bottom: 5px;
}

.MenuInferior ul li ul li a:link, .MenuInferior ul li ul li a:visited
{
color: #333;
text-shadow: none;
margin-right: 0;
padding-right: 0
}

* html .MenuInferior ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.MenuInferior ul li a:link, .MenuInferior ul li a:visited{
color: #333;
}

.MenuInferior ul li a.selected, .MenuInferior ul li a:hover, .MenuInferior ul li ul li a.selected, .MenuInferior ul li ul li a:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}
	
/*1st sub level menu*/
.MenuInferior ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.MenuInferior ul li ul li{
display: list-item;
float: none;
margin: 3px;
padding-right: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.MenuInferior ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.MenuInferior ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 2px;
margin: 0;
border-top-width: 0;
border-right: none;;
}

/* Holly Hack for IE \*/
* html .MenuInferior{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
background-image: url("down.gif");
width: 11px;
height: 8px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
background-image: url("right.gif");
width: 8px;
height: 11px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

.MenuInferior span
{
	display: block;
}
.PieIcono img
{
	float: left;
    margin: 7px 7px 0 0;
}
.TiempoSesion
{
	min-width: 80px;
	padding: 0 5px;
	text-align: right;
}
.MenuInferior .TextBlock a
{
	display: table;
	line-height: 30px;
    padding-right: 35px;
}
.Pie .TiempoSesion>div
{
	background: url('Reloj.png') no-repeat 4px 0;
}
.Pie .TiempoSesion>div a
{
	color: #333;
	font-size: 9pt;
	white-space: nowrap;
	margin-left: 25px;
}
.Pie .BreadCrumbs
{
	width: 100%;
	visibility: hidden;
}
.LogoInicio 
{
    display: none;
}
/**************************************************************
********************* MINIMALIST
**************************************************************/
input:hover, textarea:hover, select:hover
{
	border-color: #888;
}
input:focus, textarea:focus, select:focus
{
	border-color: #333;
}
input[type=button]:hover, input[type=button]:focus
{
	background: #1F4F9F;
}
.Form, table, span, div
{
	font-family: Texto !important;
	font-size: 10pt !important;
	color: #222 !important;
}
.MenuInferior ul li span
{
	font: 13px Texto !important;
}
.MenuInferior > ul > li:hover
{
	background: #1f4f9f;
}
.MenuInferior > ul > li:hover > span > a
{
	color: #fff !important;
}
.MenuInferior > ul > li > span
{
	background: rgba(0, 0, 0, 0) url("../ActionMenu/up.png") no-repeat scroll right top;
	margin-top: 4px;
}
#scaBreadCrumb a
{
	font-family: Input;
	font-size: 10pt;
	text-shadow: none;
}
#scaBreadCrumb a:hover
{
	color: #3A6ABA;
}
.ddsmoothmenu > ul > li > a
{
	font: 600 18px Input;
	text-transform: lowercase !important;
	font-size: 16pt !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.ddsmoothmenu ul li ul li a
{
	font: 400 15px Input;
}
.x-btn-text 
{
	font: 10pt/20px Texto !important;
	background-position: 0 5px !important;
	color: #222;
}
.ext-gecko3 .x-btn-text-icon .x-btn-center .x-btn-text
{
	padding-left: 20px;
}
.x-toolbar .x-btn-left 
{
	padding-left: 2px;
}
.x-toolbar .x-btn-right
{
	padding-right: 2px;
}
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-over .x-btn-right, 
.x-toolbar .x-btn-focus .x-btn-left, .x-toolbar .x-btn-focus .x-btn-center, .x-toolbar .x-btn-focus .x-btn-right, 
.x-btn-menu-active, .x-toolbar .x-btn-menu-active .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-right
{
	background-color: #1f4f9f !important;
	background-image: none !important;
}
.x-toolbar .x-btn-over .x-btn-left button, 
.x-toolbar .x-btn-over .x-btn-center button, 
.x-toolbar .x-btn-over .x-btn-right button,
.x-toolbar .x-btn-focus .x-btn-left button, 
.x-toolbar .x-btn-focus .x-btn-center button, 
.x-toolbar .x-btn-focus .x-btn-right button,
.x-toolbar .x-btn-menu-active .x-btn-center button
{
	color: #fff !important;
}
.x-toolbar
{
	padding: 0 5px;
	background-color: #f2f2f2 !important;
	border-bottom: solid 1px #c0c0c0;
}
.x-toolbar .x-btn-center
{
	padding: 3px 0;
}
.x-menu
{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3A6ABA;
    padding: 2px;
    z-index: 15000;
}
.x-shadow
{
	display: none !important;
}
.x-menu a.x-menu-item
{
	font: 10pt Texto;
	padding: 7px 21px 7px 27px;
}
.x-menu-item-active
{
	background: #1f4f9f;
	border: solid 1px transparent;
}
.x-menu-item-active a.x-menu-item
{
	color: #fff;
}
.ext-strict .x-menu-item-icon 
{
    top: 8px;
}
.x-btn-pressed 
{
	background: #c0c0c0;
}
.x-btn-pressed .x-btn-left, .x-btn-pressed .x-btn-center, .x-btn-pressed .x-btn-right
{
	background: none !important;
}
.PopupHeader
{
	font: 11pt/12px Input !important;
}
.PopupHeader span
{
	font: 13pt/16px Input !important;
    padding: 0 !important;
	color: #fff !important;
}
.Section.Inicio 
{
    background: rgba(0, 0, 0, 0) url("LogoGrande.png") no-repeat scroll center center / 1024px auto;
    height: 100% !important;
    position: absolute;
    width: 100% !important;
}
.TituloIzquierda, .TituloDerecha, .TituloCentro, .TituloCentroExpandido, .TituloCentroDerecha, .TituloCentroIzquierda,
.TituloIzquierda span, .TituloDerecha span, .TituloCentro span, .TituloCentroExpandido span, .TituloCentroDerecha span, .TituloCentroIzquierda span
{
	font: 15px/16px Input !important;
	color: #15428b !important;
}
.Grid .Attribute
{
	min-height: 21px;
}
.Grid-Header-Inner span
{
	font: 14px/30px Input !important;
	color: #666 !important;
}
.ddsmoothmenu li:first-child a 
{
    padding-left: 3px;
}
.MenuInferior .downarrowclass
{
	display: none !important;
}
.Grid .ReadonlyAttribute, .Grid .ReadonlyPrompt
{
	border: none !important;
	background-color: transparent !important;
}
.CentroExpandidoAbajoTot .Totales, .CentroExpandidoAbajoTot .Totales .ReadonlyTotal, .CentroExpandidoAbajoTot .Totales .ReadonlyAttribute,
.CentroExpandidoAbajoTot .Totales .ReadonlyTotal, .CentroExpandidoAbajoTot .Totales .ReadonlyAttribute 
{
    font-size: 18px !important;
}
.Login input
{
	margin-left: 20px;
}
.Copyright
{
	background: none repeat scroll 0 0 #5fc1e6;
    bottom: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.TextBlock a
{
	color: #3A6ABA;
	text-decoration: none;
}
.Hyperlink:hover, .TextBlock a:hover
{
	text-decoration: underline;
}
.Section.Promo 
{
    background: rgba(66, 140, 189, 1) url("../Resources/promolab2.jpg") no-repeat scroll left bottom;
    bottom: 90px;
    left: 0;
    margin-right: 205px;
    position: absolute;
    right: 50%;
    top: 0;
}
.Section.Promo.Laboratorio
{
    background: rgba(66, 140, 189, 1) url("../Resources/promo_lab.jpg") no-repeat scroll center center/cover;
}
#gx_ajax_notification
{
	z-index: 1002;
}
#gx_ajax_notification > div 
{
    background-color: #fff !important;
    opacity: 0.75 !important;
}
#gx_ajax_notification > img 
{
    display: block;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    width: auto;
}
.CentroExpandidoAbajoPrd.TresLineas, .CentroExpandidoAbajoTot.TresLineas
{
	top: 210px;
}
.TituloCentroExpandido .CajaTurno 
{
    display: block;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 5px;
}
.TituloCentroExpandido .CajaTurno  a
{
	color: #fff;
	padding-right: 0 !important;
}
.TituloCentroExpandido .CajaTurno  a:hover
{
	color: #fff;
}
.FreeStyleGrid .Seleccionada
{
	background: #c0c0c0;
}
.Agregar
{
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 1000;
}
.ActionStatusList div:hover
{
	color: #999 !important;
}
h1
{
	font: bold 23pt Input;
	margin-left: 5px;
}
.x-toolbar .ytb-sep
{
	background: none;
	border-left: solid 1px #ccc;
}
.PagingButtons, .PagingButtonsFirst, .PagingButtonsPrevious, .PagingButtonsNext, .PagingButtonsLast
{
	background-position: center;
}
.PagingButtons:hover, .PagingButtonsFirst:hover, .PagingButtonsPrevious:hover, .PagingButtonsNext:hover, .PagingButtonsLast:hover
{
	background-color: #1F4F9F;
}
.ErrorViewer 
{
	background: #d84523 none repeat scroll 0 0 !important;
    display: block;
    /*position: fixed;*/
    right: 50%;
    top: 40px;
}
.PopupContent
{
	left: 0 !important;
	top: 20px !important;
}
.Grid .Yellow, .table .Yellow
{
	color: #8b8b00 !important;
	text-decoration: underline;
    text-decoration-style: wavy; 
}
.Grid .Red, .table .Red
{
	color: #CD0808 !important;
	text-decoration: underline;
    text-decoration-style: wavy; 
}
.Grid .Green, .table .Green
{
	color: #00A000 !important;
	text-decoration: underline;
    text-decoration-style: wavy; 
}
.Grid .Blue, .table .Blue
{
	color: #0808CD !important;
	text-decoration: underline;
    text-decoration-style: wavy; 
}
.Leyenda
{
	line-height: 15px;
}
.Leyenda .Recuadro
{
	width: 15px;
	height: 15px;
	border: solid 1px #666;
	float: left;
	margin-right: 5px;
}
.Leyenda .Recuadro.Red
{
	background-color: #CD0808;
}
.Leyenda .Recuadro.Green
{
	background-color: #00A000;
}
.Leyenda .Recuadro.Yellow
{
	background-color: #8b8b00;
}
.Leyenda .Recuadro.Blue
{
	background-color: #0808CD;
}
.Denegado
{
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.Denegado-Bloque, .Denegado-Bloque-L , .Denegado-Bloque-R
{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.Denegado-Imagen, .Denegado-Imagen-Error
{
	background: rgba(0, 0, 0, 0) url("stop.png") no-repeat scroll center center / cover ;
	display: inline-block;
	width: 60vh;
	height: 60vh;
	max-height: 640px;
	max-width: 640px;
	opacity: 0.5;
	text-align: center;
	margin-bottom: 20px;
}
.Denegado-Imagen-Error
{
	background: rgba(0, 0, 0, 0) url("error.png") no-repeat scroll center center / cover ;
	max-height: 512px;
	max-width: 512px;
	opacity: 1;
}
.Denegado-Titulo
{
    font: bold 60px/54px Input !important;
    text-transform: uppercase;
}
.Denegado-Mensaje, .Denegado-Info, .Denegado-Info span
{
	font-size: 20px !important;
}
.Denegado-Info span
{
	font-weight: bold;
}
.Denegado-Detalle
{
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
.Denegado-Bloque-L, .Denegado-Bloque-R 
{
	top: auto;
	transform: none;
}
.Denegado-Bloque-R 
{
	margin-bottom: 50px;
	width: 65%;
}
.Filtros INPUT.Fecha
{
	width: 75% !important;
	min-width: 75px;
}
.Formulario
{
	white-space: normal;
	text-align: justify;
}
.Formulario .ErrorAttribute
{
	width: 95%;
	background-color: #ffaaaa;
}
.Formulario INPUT.ErrorPrompt
{
	width: 85%;
}
.FiltroMenu 
{
  position: relative;
  top: -31px;
  margin: 0 auto;
  z-index: 1001;
}
.StatusSelected
{
	text-decoration: underline;
}
.PopupResize
{
	transform: translateY(-10px);
}
table.Grid
{
	border: solid 1px #c7c7c7;
}
.Grid thead, .Grid tfoot
{
	background-color: #e7e7e7;
}
.Grid td, .Grid thead th
{
	padding: 3px;
}
.FormIzquierda .Attribute
{
	text-align: left !important;
}
.FormIzquierda table.Grid
{
	width: 100%;
}
.Formulario h1 
{
    border-bottom: 1px solid #999;
    margin: 10px 0;
}
.Formulario h2
{
    font-size: 20px;
}
.FormIzquierda .ErrorMessage
{
	left: 0;
}
.Formulario.Grande
{
	font-size: 18px !important;
}
.Formulario.Grande input, .Formulario.Grande select, .Formulario.Grande .ReadonlyAttribute, .Formulario.Grande .Prompt
{
	font-size: 18px !important;
}
.gx_ev div
{
    background-color: #d84523 !important;
    border: 1px solid #333;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1003;
}
.GroupedCol 
{
  font-weight: bold;
  background-color: #fff !important;
}
.GridEstudios
{
	min-height: 200px;
}
.GrpOdd
{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	width: 30%;
}
.GrpOdd h2 
{
  background-color: #c7c7c7;
  font-size: 12pt;
  padding: 3px;
}
.FormMSP select.Attribute 
{
    min-width: 300px;
}
.FormIzquierda select.Attribute 
{
    min-width: 75px;
}
.Grid.MultilineaOdd 
{
    position: relative;
}
.Grid.Multilinea td 
{
    padding-bottom: 30px;
}
.Attribute.Multilinea 
{
    bottom: 0;
    left: 10px;
    position: absolute;
}
.MenuIzquierda h3 
{
    color: #666;
    font-family: Input;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 20px;
	margin-top: 15px;
}
ul.MenuIzquierda
{
	margin: 0;
    padding: 0;
	position: static;
}
.MenuIzquierda ul
{
	margin-top: 5px;
    padding: 0;
}
.MenuIzquierda li
{
    height: 40px;
    list-style: outside none none;
}
.MenuIzquierda li a
{
	color: #222;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	width: 100%;
	text-decoration: none;
}
.MenuIzquierda li a:hover
{
	background-color: #E0E0E0;
	text-decoration: none;
}
.MenuIzquierda li a:active, .MenuIzquierda li .Active a
{
	background-color: #CCCCCC;
}
.MenuIzquierda hr 
{
	border-color: #ededed;
	width: 90%;
}
.FreeStyleGrid.Float > tbody > tr
{
	border: solid 1px #c7c7c7;
	padding: 5px;
	display: block;
	float: left;
	height: 85px;
	margin: 10px;
	width: 300px;
}
.Filtros.Formulario .Attribute
{
	width: 90%;
}
.Attribute.Textarea 
{
    height: 150px;
    width: 96%;
}
.ReadonlyAttribute.Textarea 
{
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
    width: 96%;
}
.Filtros .Button 
{
    white-space: normal;
    width: 200px;
}
.Gris
{
	background-color: #F2F2F2;
}
.Izquierda .Attribute.Find 
{
  background: #fff url("Consultar.png") no-repeat scroll right center / 20px auto;
  margin: 15px 20px;
  width: 220px;
}
.Tabs .Active
{
	background-color: #CCCCCC;
}
.Tab
{
	display: none;
}
.Tab.Active
{
	display: block;
}
.OpcionMenu
{
    position: absolute;
    top: 2px;
    z-index: 1000;
    right: 5px;
}
.ReadonlyAttribute.Block
{
	display: block;
}
.js .Formulario .ReadonlyAttribute 
{
    padding: 5px;
}
/*****************************/
/***** CALENDAR   ************/
/*****************************/
.dhx_cal_container
 {
    background-color: Transparent;
    bottom: 0;
    height: auto !important;
    margin-top: 9px;
    position: absolute;
    top: 0;
}
.dhx_cal_navline 
{
	left: 200px !important;
    right: 0;
    top: -4px !important;
    width: auto !important;
    z-index: 1000;
}
.dhx_cal_data
{
	bottom: 0;
	height: auto !important;
}
.dhx_cal_event_clear
{
	height: 16px;
}
.dhx_scale_bar
{
	background-color: #c7c7c7;
}
.dhx_cal_prev_button
{
	left: auto;
	right: 400px;
}
.dhx_cal_next_button
{
	left: auto;
	right: 365px;
}
.dhx_cal_today_button
{
	left: auto;
	right: 285px;
}
.dhx_cal_date
{
	left: 100px !important;
}
.dhx_cal_tab
{
	height: 23px;
}
/*****************************/
/***** TAB PANEL  ************/
/*****************************/
ul.x-tab-strip-top 
{
    background: transparent;
    border: none;
    padding-top: 1px;
}
.x-tab-panel-header 
{
    border: none;
    padding: 0;
	background: transparent;
}
.x-tab-panel-body 
{
    background-color: #fff;
}
.x-tab-panel-body
 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
}
.x-tab-panel-header, .x-tab-panel-footer 
{
    background: #fff none repeat scroll 0 0;
    border: none;
    overflow: hidden;
}
.x-tab-strip-top .x-tab-strip-inner 
{
    background: none;
}
.x-tab-strip-top .x-tab-left 
{
    background: none;
}
.x-tab-strip-top .x-tab-right 
{
    background: none;
}
ul.x-tab-strip li 
{
    float: left;
    margin-left: 0;
    border: solid 1px #c0c0c0;
    border-bottom: none;
	border-left: none;
}
ul.x-tab-strip li:first-child
{
	border-left: solid 1px #c0c0c0;
}
.x-tab-strip-active, .x-tab-strip-active a.x-tab-right 
{
    cursor: default;
    background: #fff;
}
ul.x-tab-strip li 
{
	background: #e7e7e7;
}
ul.x-tab-strip li.x-tab-strip-over
{
	background: #f6f6f6;
}
.Formulario .x-tab-panel
{
	margin-top: 10px;
}
.x-tab-strip span.x-tab-strip-text
{
	font: 11pt Input !important;
}
.x-tab-strip-active span.x-tab-strip-text
{
	font-weight: bold !important;
}
/*****************************/
/***** GXUI MESSAGE **********/
/*****************************/
.ext-el-mask
{
	background-color: #fff;
	z-index: 1500 !important;
	opacity: 0.75;
}
.x-window
{
	z-index: 1501 !important;
	border: 5px solid #3a6aba;
}
.x-window-tl, .x-window-tr, .x-window-tc
{
	background: #3a6aba none repeat scroll 0 0;
}
.x-window-header-text {
    color: #fff !important;
    cursor: pointer;
}
.x-tool-close
{
	background: url('DeleteRow.gif');
}
.x-window-ml, .x-window-mr, body.x-body-masked .x-window-plain .x-window-mc, .x-window-bl, .x-window-br, .x-window-bc
{
	background: #fff;
}
.x-btn-left, .x-btn-center, .x-btn-right
{
	background: #3a6aba none repeat scroll 0 0;
}
.x-btn-over .x-btn-left, .x-btn-over .x-btn-center, .x-btn-over .x-btn-right
{
	background: #1F4F9F
}
.x-window-footer .x-btn-text 
{
    color: #fff;
	font: 11pt/25px Input !important;
}
/*****************************/
/***** Sin bordes ************/
/*****************************/
.TituloIzquierda, .TituloDerecha, .TituloCentro, .TituloCentroExpandido, .TituloCentroDerecha, .TituloCentroIzquierda, .TituloIzquierda span, .TituloDerecha span, .TituloCentro span, .TituloCentroExpandido span, .TituloCentroDerecha span, .TituloCentroIzquierda span
{
	background: #5282ce !important;
    border-bottom: medium none;
    color: #fff !important;
    height: 17px;
	text-transform: uppercase;
	text-align: center;
}
.x-toolbar
{
	border-bottom: none;
	position: relative;
	z-index: 900;
}
.Grid-Header
{
	border-top: none;
	border-bottom: none;
}
.Grid-Header-Inner
{
	border-left: none;
}
.TableMenuInferior td
{
	border: none;
}
.Grid
{
	padding-top: 30px;
}
.Grid-Header
{
	height: 30px;
	background-color: #f2f2f2;
}
.Grid-Header-Inner
{
	line-height: 30px;
}
.Grid-Table td
{
	border-bottom: none;
	padding: 4px 5px;
}
.Totales .ReadonlyAttribute 
{
    background-color: #f2f2f2;
}
.Formulario .ReadonlyAttribute, .Formulario .ReadonlyPrompt, .Formulario .ReadonlyFecha
{
    background-color: #f2f2f2;
    border: 1px solid #c0c0c0;
	border-radius: 0;
    box-shadow: none;
	min-height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
}
.FormIzquierda .ReadonlyAttribute
{
	white-space: normal;
}
.Webdings
{
	font-family: Wingdings;
	font-size: 16pt;
}
.Webdings a
{    
    background-color: #f0f0f0;
    display: inline-block;
    font-size: 16pt;
    min-height: 25px;
    min-width: 20px;
    text-align: center;
    text-decoration: none;
}
.Webdings a:hover
{
    background-color: #FCFFCD;
}
.GridLined td 
{
    border: solid 1px #ccc;
	text-align: center;
}
/*****************************/
/***** SECCIONES  ************/
/*****************************/
.CentroExpandidoArribaTitulo 
{
    bottom: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 26px;
}
.CentroExpandidoAbajoPrd.TresLineas, .CentroExpandidoAbajoTot.TresLineas 
{
    top: 210px;
}
.CentroExpandidoAbajoPrd {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 400px;
    top: 270px;
}
.CentroExpandidoAbajoTot 
{
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 270px;
    width: 390px;
}
.TituloCentroIzquierda.Tercio, .CentroIzquierda.Tercio
{
	right: 40%;
	z-index: 10;
}
.TituloDerecha.Tercio
{    
	width: calc(40% - 8px);
	z-index: 11;
}
.Derecha.Tercio
{
	width: 40%;
	z-index: 11;
}
.Pagina .Pie
{
	z-index: 1000;
}
.Consentimiento .BlobContentImage
{
	width: 100vh;
	height: 150px;
}
.Image.Grande
{
	width: 25px;
}
.Ancho300
{
	min-width: 300px;
}
.Ancho200
{
	min-width: 200px;
}
object.ReadonlyBlobContentImage
{
	min-width: 200px;
	min-height: 200px;
}
.Login .LoginForm IMG
{
	max-width: 350px;
}
.NoWrap
{
	white-space: nowrap;
}
table.UnaLinea > tbody > tr > td, table.UnaLinea > tr > td 
{
    display: block;
}
.Formulario INPUT.Prompt
{
	width: 75%;
}
.Fullscreen
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.NoScroll
{
	overflow: hidden;
}
/*****************************/
/*** RESPONSIVE DESIGN *******/
/*****************************/
.Menu-Top
{
	width: 25px;
	height: 25px;
	background-image: url("../ActionMenu/Menu-Top.png");
	cursor: pointer;
	float: left;
	margin: 8px 0 0 8px;
	display: none;
}
.Filtros-Mostrar, .Derecha-Mostrar
{
	display: none;
}
.Table-4 td
{
	width: 25%
}
.Table-5 td
{
	width: 20%
}
.Table-6 td
{
	width: 16.67%
}
@media screen and (max-width: 920px)
{
	.Pagina .Cabecera
	{
		background-color: #3A6ABA;
	}
	.Menu-Top
	{
		display: block;
	}
	.ddsmoothmenu
	{
		position: absolute;
		top: 40px;
		height: 0 !important;
		min-height: 0 !important;
		z-index: 2000;
	}
	.ddsmoothmenu>ul
	{
		display: none;
	}
	.ddsmoothmenu > ul, .ddsmoothmenu > ul > li
	{
		float: none !important;
		background-color: #3A6ABA !important;
		margin: 0 0 5px 0 !important;
	}
	.ddsmoothmenu > ul > li:first-child a 
	{
		padding-left: 10px;
	}
	.ddsmoothmenu ul li ul, .ddsmoothmenu ul li ul li
	{
		background-color: Transparent !important;
		margin-left: 10px !important;
		position: static !important;
		visibility: visible;
	}
	.ddsmoothmenu a
	{
		color: #fff !important;
	}
	.ddsmoothmenu .arrow
	{   
		background-image: url("../ActionMenu/down.gif");
		background-position: right center;
		background-repeat: no-repeat;
	}
	.Section.Promo, .Section.Promo.Laboratorio
	{
		background: none;
	}
	.Login .LoginForm TABLE
	{
		width: 80% !important;
		border-spacing: 0;
	}
	.Login .LoginForm TABLE tr, .Login .LoginForm TABLE td
	{
		padding: 0 !important;
		margin: 0 !important;
		border-spacing: 0;
	}
	.Login .LoginForm IMG
	{
		width: 90%;
	}
	.Login .Button
	{
		margin-right: 10px;
	}
	.Copyright
	{
		font-size: 10px !important;
	}
	.Section.Inicio
	{
		background: rgba(0, 0, 0, 0) url("LogoGrande.png") no-repeat scroll center center / 90% auto
	}
	.MenuInferior ul li span 
	{
		font: 10px Texto !important;
	}
	.Pagina .Contenido
	{
		bottom: 0;
	}
	.Pie
	{
		position: absolute;
		display: none;
	}
	.EstOdd .Seleccionar, .VerSeleccionados input
	{    
		-moz-appearance: none;
		height: 25px;
		width: 25px;
	}
	.GrpOdd
	{
		width: 45%;
	}
}
@media screen and (max-width: 500px)
{
	.ddsmoothmenu ul li a
	{
		font-size: 11pt !important;
	}
	.ddsmoothmenu ul li ul li a
	{
		font-size: 12px !important;
		line-height: 12px !important;
	}
	.TituloIzquierda, .TituloDerecha, .TituloCentro, .TituloCentroExpandido, .TituloCentroDerecha, .TituloCentroIzquierda, .TituloIzquierda span, .TituloDerecha span, .TituloCentro span, .TituloCentroExpandido span, .TituloCentroDerecha span, .TituloCentroIzquierda span
	{
		font-size: 15px !important;
	}
	.x-btn-text
	{
		font-size: 8pt !important;
	}
	.MenuInferior ul li span, .Grid-Header-Inner span
	{
		font-size: 10px !important;
	}
	.Formulario
	{
		white-space: unset;
	}
	h1
	{
		font-size: 14pt;
	}
	.Grid.Float thead 
	{
		display: none;
	}
	.Grid.Float td 
	{
		float: left;
		text-align: left !important;
		width: 95%;
	}
	.Filtros-Mostrar
	{
		background: rgba(0, 0, 0, 0) url("Modern/ActionDisplay.gif") no-repeat scroll 9px center;
		display: block;
		height: 20px;
		cursor: pointer;
		line-height: 20px;
		padding-left: 30px;
		margin-left: 30px;
		margin-top: -25px;
		position: absolute;
		z-index: 2;
	}
	.ActionStatus-Content .Filtros
	{
		background-color: #fff !important;
	}
	.x-toolbar
	{
		display: none;
		position: absolute;
		z-index: 2;
		border: 1px solid #ccc;
		border-top: none;
		width: 50%;
	}
	.x-toolbar-show
	{
		background: #f2f2f2 url("../ActionMenu/Menu-Tool.png") no-repeat scroll 10px 5px;
		cursor: pointer;
		height: 32px;
		width: 100%;
	}
	.x-toolbar > table > tbody > tr > td 
	{
		float: left;
		width: 90%;
	}
	.x-toolbar .ytb-sep
	{
		display: none;
	}
	.x-btn-text
	{
		line-height: 17px !important;
	}
	.TituloCentroIzquierda.Tercio, .CentroIzquierda.Tercio 
	{
		right: 0 !important;
		z-index: 10;
	}
	.CentroIzquierda 
	{
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 26px;
	}
	.TituloDerecha.Tercio 
	{
		left: 0;
		right: 0;
		top: 25%;
		width: 100%;
		z-index: 11;
		display: none;
	}
	.Derecha.Tercio 
	{
		border-left: medium none;
		left: 0;
		right: 0;
		top: calc(25% + 26px);
		width: 100%;
		z-index: 11;
		display: none;
	}
	.Derecha-Mostrar
	{
		background: rgba(0, 0, 0, 0) url("UndeleteRow.gif") no-repeat scroll 8px center;
		cursor: pointer;
		height: 20px;
		margin-left: 130px;
		margin-top: -23px;
		padding-left: 25px;
		z-index: 3;
		display: block;
	}
	.Denegado-Imagen, .Denegado-Imagen-Error
	{
		margin-bottom: 5px;
	}
	.Denegado-Titulo
	{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.Denegado-Mensaje, .Denegado-Info, .Denegado-Info span
	{
		font-size: 13px !important;
	}
	.MenuInferior ul li ul li, .MenuInferior ul li span
	{
		display: table !important;
	}
	.MenuInferior ul li ul
	{
		width: calc(100% + 45px) !important;
	}
	.MenuInferior ul li ul li a
	{
		width: 120px !important;
	}
	.Pie .BreadCrumbs
	{
		display: none;
	}
	.GrpOdd
	{
		width: 100%;
	}
	.FormIzquierda .Button
	{
		margin-top: 5px;
	}
}
/*****************************/
/******* BOOTSTRAP ***********/
/*****************************/
html.js, html.js body {
    background-color: #84E5F7 !important;
	min-height: 100vh;
}
html.js body {
	padding-top: 60px;
}
html.js .Form, html.js table, html.js span, html.js div
{
	font-size: 11pt !important;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
	font-size: inherit !important;
	color: inherit !important;
}
.navbar-inverse {
	background-color: #fff;
	border: medium none;
	min-height: 65px;
}
.navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a, .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:active  {
	color: #5185C5;
    font: bold 16pt Input;
    text-transform: lowercase;
}
.navbar-nav > li > a:hover,  .navbar-inverse .navbar-nav > li > a:hover {
	background-color: #1F4F9F;
}
.navbar .Logo {
    background-color: #fff;
    border-radius: 5px;
    height: 51px;
    margin-top: 4px;
    overflow: hidden;
    text-align: center;
    width: 187px;
}
.navbar .Logo img {
    height: 60px;
}
.navbar-toggle {
	background-color: #5185C5;
	border: none;
	cursor: pointer;
}
.navbar-collapse.in, .navbar-collapse.collapsing {
	border-top-width: 0;
	border-bottom: 3px solid #376bab !important;
}
.border-bottom {
	border-bottom: 3px solid #376bab;
}
.jumbotron {
	margin-bottom: 0;
	background-color: #fff;
	padding: 0;
}
.jumbotron .container {
    background: rgba(0, 0, 0, 0) url("logocelalcivar.jpg") no-repeat scroll 0 -10px;
    height: 110px;
    width: 100%;
}
.jumbotron.Laboratorio .container {
    background: rgba(0, 0, 0, 0) url("laboratorioalcivar.gif") no-repeat scroll 0 -10px;
}
.jumbotron .container .inner {
    background: rgba(0, 0, 0, 0) url("tecnologo.jpg") no-repeat scroll right top;
    height: 110px;
    width: 100%;
}
.container {
	max-width: 970px !important;
}
.container.text-right.jumbotron {
    background-image: url("neocellspic.jpg");
}
.container.text-right h3 {
	font-family: Input;
}
.container.body-content {
	background-color: #fff;
	min-height: calc(100vh - 250px);
	border-radius: 20px 20px 0 0;
}
.container.body-content h1{
	font-family: Titulo;
	text-transform: uppercase;
	color: #174b8b;
}
.col-md-8.Regresar {
    padding-top: 40px;
}
.table thead tr {
    background-color: #F2F2F2;
}
.table th {
	background-color: transparent !important;
}
.table thead > tr > th {
	border: 0 none;
	width: auto;
}
.table thead > tr > th span {
	font-family: Input !important;
    font-size: 95% !important;
    font-weight: normal;
	color: #666 !important;
}
table.form-horizontal {
	width: 100%;
	max-width: 600px;
}
table.form-horizontal tr td {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
	min-height: 30px;
}
table.form-horizontal tr td:first-child {
    font-weight: bold;
	color: #555;
}
table.form-horizontal tr td:last-child {
    border-bottom: 1px solid #dedede;
}
.js .FreeStyleGridOdd {
	font-family: Texto;
	font-size: 11pt !important;
}
footer {
	background-color: #DF77A4;
	padding: 20px 0;
}
footer .container {
	color: #fff !important;
}
/*.js .Button {
	font-family: Titulo;
	font-size: 12pt;
	text-transform: uppercase;
	padding: 10px 20px;
}*/
.js .Button.glyphicon {
	padding: 10px;
	border-radius: 5px;
	background-color: #DEDEDE;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 0;
}
.ddsmoothmenu .glyphicon {
    font-size: 14pt !important;
    margin-right: 8px;
}
.form-control.Fecha
{
	width: 80%;
	display: inline-block;
}
.row
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.well.noborder 
{
	border: none;
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0;
}
.well.bottom 
{
	height: 60px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
}
.js .Button
{
	margin-bottom: 10px;
}
div.row > div 
{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 620px)
{	
	.jumbotron .container {
		background-size: 290px;
		background-position: 0 -5px;
	}
	.jumbotron .container .inner {
		display: none;
	}
}
@media screen and (max-width: 991px)
{	
	.col-md-8.Regresar {
		padding-top: 0;
	}
}