* {
	margin: 0;
	padding: 0;
	}
ul {
	list-style: none;
	}

	
/* LEVEL ONE */
ul.dropdown {
	position: relative;
	z-index:314;
	
	}
ul.dropdown li {
	font-weight: 700;
	float: left;
	zoom: 1;
	background-color: darkseagreen;
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
	border-right:0px solid #000;
	border-left:0px solid #222;
	height:40px;
	}
ul.dropdown li a {
	display: block;	
	padding:13px;
	line-height:14px;
	color: #fff;
	}
ul.dropdown a:hover {
	color: #fff;	
	padding:13px;
	}
ul.dropdown a:active {
	color: #fff;
	padding:13px;
	}
ul.dropdown li:last-child a {
	border: none;
	}  /*Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background:#000;
	position: relative;
	color:#fff;
	height:40px;
}
ul.dropdown li.hover a {
	color: #fff;
	padding:13px;/*padding:6px 10px;*/
}

/* LEVEL TWO */

ul.dropdown ul {
	width: 240px;
	background-color: #000;
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	}
ul.dropdown ul li {
	font-weight: normal;
	background-color: #000;
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	color: #fff;
	border:0px solid #bbb;
	border-top:1px solid #222;
	border-bottom:1px solid #000;
	float: none;
	padding: 0;
	margin: 0 0 0 0;
	}
	
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	border: none;
	width: 100%;
	display: inline-block;
	}
	
/* LEVEL THREE */

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

ul.dropdown ul ul ul {
	left: -120px;
	top: 25px;
	}
	/**/
ul.dropdown li:hover > ul {
	visibility: visible;
	}
	
ul.dropdown li.resaltado a{
	color:red; 
	text-decoration:underline;
	background:transparent url(https://onco.deytec.net/img/b2.png);
	padding:13px;
	line-height:14px;
	
}

html{ height:100%;}

body{
	height:100%;
	margin:0px 0px;/*0px auto;*/
	padding:0px;
/* 	color:#666; */
/* 	font-family:Arial, Helvetica, sans-serif; */
	color: #333;
	font-family: "Gill Sans W04 Roman","Calibri","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	cursor:default;
	/* 	background:#EFEFEF; */
}
* html #contenedor-gral {
	height: 100%;
	
}
div.round{
	width:340px;
	height:auto;
	background-image:url(https://onco.deytec.net/img/bg_modal.gif);
	background-position:0px 1px;
	float:left;
	margin:25px auto;
}
/* Contenedor */
div.contenido{ 
	margin:0 10px;
}
a{
	text-decoration:none;
	color:#444;
}
input[type=text], input[type=password]{
	border:1px solid #888;
	/* 	background-image:url(https://onco.deytec.net/img/bg_modal.gif); */
	background-position:0px 1px;
	background-repeat: repeat-x;
	padding:3px;
	color:#666;
	
}
input[type=checkbox]:focus, input[type=radio]:focus ,select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus { 
	border: 1px solid red;/*#CECECE; */
	background:#FFD;
	color:#000;
} 
textarea{
	border:1px solid #888;
	/* 	background-image:url(https://onco.deytec.net/img/bg_modal.gif); */
	background-position:0px 1px;
	background-repeat: repeat-x;
	padding:10px;
	
}
select{
	border:1px solid #888;
	/* 	background-color:#f5f5f5; */
	/* 	background-image: none;/* url(https://onco.deytec.net/img/bg_modal.gif);* / */
	/* 	background-position:0px 1px; */
	/* 	background-repeat: repeat-x; */
	padding:2px;
	
}
input[type=checkbox], input[type=radio]{
	border:1px solid #888;
	background-image:url(https://onco.deytec.net/img/bg_modal.gif);
	background-position:0px -11px;
	background-repeat: repeat-x;
	padding:3px;
}


#contenedor-gral{background-color:transparent; padding:0px; text-align:left;margin-bottom:0px;width:100%;float:left;}
#contenedor{
background-image:url('https://onco.deytec.net/img/bg_modal.gif');
background-repeat:repeat-x;
background-color:transparent;
padding:15px;

}
#pie{
border-top:0px solid #222;
height:42px;
/* 	background:#fff; */
/* 	background: transparent url(https://onco.deytec.net/img/b4.png); */
clear:both;
/* 	position:fixed; */

bottom:0px;
width:100%;
margin-top:5px;
/* 	opacity: .75; */
/* 	filter:Alpha(Opacity=75); */

}


.alpie1{ /*Buscador rapido*/
	padding:5px;	
	position:fixed;bottom:0px; 
	z-index:2;
	margin-left:17%;
	display:table;
}
.alpie2{ /*Agregar&Buscar*/
	padding:5px;	
	position:fixed;bottom:0px; 
	z-index:2;
	margin-left:5%;
}
.alpie3{ /*exportar*/
	padding:5px;	
	position:fixed;right:10px;bottom:0px; 
	z-index:2;
}
.alpie4{ /*ruedita*/
	padding:5px;	
	position:fixed;bottom:0px; margin-top:5px;
	z-index:2;
	margin-left:0%;
}


#cabecera{
/*background:url(https://onco.deytec.net/img/bg_cabecera.gif);
 b*ackground-repeat:repeat-x;*/
}
/* /// DIV para contener imagen ISOLOGO cargador por proyecto//*/
#isologo{/*
background:url(../img/deytec-alpha.png) no-repeat 10px 10px;
color:white;
height:50px;*/
}
#isologo h1{
color:#444;
padding:8px 0px 0px 15px;
float:left;
}
/*/////////////////////////////////////////////////////////////*/
#header-status{
float:right;
margin:65px 5px 0 0;
}

#botonera{
float:left;
width:100%;
background-color: darkseagreen/*#000*/;
background-image:url('https://onco.deytec.net/img/b2.png');
background-repeat: repeat-x;
background-position: 50% 50%;
border-top:2px solid #000;	
border-bottom:2px solid #000;
font-size:1.2em;

}
.botonera-h{
	border:0;
	margin:0;
	background:#F1F1F1; /*url('https://onco.deytec.net/img/bg_botonera.gif')*/
	position:relative;
	float:left;
	border-top:1px dotted #184d10;
	border-bottom:1px solid #ccc;
	z-index:10;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0;
	padding: 0;
	width: 99.9%; /*For KHTML*/
	list-style: none;
	
}

ul#navmenu-h li {
	margin: 0;
	border: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}


ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 11px;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu-h ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	border:0;
	border-right:1px solid  #dfdfdf;
	padding: 0px 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #FFF;
	color: #0d789b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background:#e9e9e9 url('https://onco.deytec.net/img/btn_menuH.png');
	background-repeat:repeat-x;
	
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover ul li a:hover,
ul#navmenu-h li.iehover a {
	/*background-color:#FEFEFE;*/
	background:#e6e6e6 url('https://onco.deytec.net/img/btn_menuH_Hover.png')repeat-x;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, 
ul#navmenu-h li:hover ul li a,
ul#navmenu-h li.iehover li.iehover li a {
	background:#e9e9e9 url('https://onco.deytec.net/img/btn_menuH.png')repeat-x;
	color: #0d789b;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover lri a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #FFF;
	color: #000;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: red;
	color: #000;
	/*background-image:url('https://onco.deytec.net/img/bg-item.gif');
	 b *ackground-repeat:repeat-x;
	 background-position: 0px 0px;
	 background-color:#FAFAFA;*/
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #FFF;
	color: #CCC;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	color:red;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
}

.shortcut{
	float:left;
	width:165px;
	height:115px;
	overflow:hidden;
	border:0px solid #CCC;
	/*background:url(custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png);*/
	/*background:url(../img/bg_modal.gif) ;*/
	background-color:#E1E1E1;
	padding:4px;
	margin:10px;
	text-align:center;
	font-size:11px;
	font-weight:bold;	
}
.shortcut h1{ font-size:14px; color:#333;}


.shortcut-small{
	float:left;
	height:20px;
	overflow:hidden;
	border-top:1px solid #dcd4bd;
	border-right:1px solid #dcd4bd;
	border-bottom:1px solid #DFDFDF;
	border-left:1px solid #dcd4bd;
	padding:4px;
	margin:10px;
	text-align:left;
	font-size:12px;
	font-weight:bold;	
	background-image:url('https://onco.deytec.net/img/bg-item.gif');
	background-repeat:repeat-x;
}
.titulo-seccion{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	font-size:18px;
	font-weight:700;
	line-height:35px;
	border-bottom:1px solid #ccc;
	margin:10px;
	text-align:left;
	float:left;
	width:98%;
}
.contenedor{
	clear:both;
	position:relative; 
	float:left; 
	background:#fff; 
	text-align:center; 
	display:block; 
	width:100%;
}
.caja{
	margin:15px;
	border:1px solid #CCC;
	background-image:url('https://onco.deytec.net/img/bg-item.gif');
	background-repeat:repeat-x;
	padding:10px;
}

#filtros div{
float:left;
margin:10px;
}
.izquierda{
	float:left;
	width:50%;
}
.derecha{
	float:right;
	width:50%;
}

.recordarPass{
	margin-top:10px;
	text-align:right;
	width:100%;
	cursor:pointer;hand;
}

h1{
	color:#231F20;
	text-transform:capitalize;
	font-size:18px;
}

/* SUBCOLUMNAS */
.subcolumnas .col_top{
	background-image:url(https://onco.deytec.net/img/bg_columnasDerecha.png);
	background-repeat:no-repeat;
	width:220px;
	height:35px;
}
.subcolumnas .titulo{
	padding:5px 5px 5px 5px;
	text-align:left;
}
.subcolumnas .col_body{
	border-left:1px solid #d4d4d4;
	border-right:1px solid #FFF;
	width:218px;
}
.subcolumnas .col_bottom{
	background-image:url(https://onco.deytec.net/img/columnaBottom.png);
	background-repeat:no-repeat;
	width:220px;
	height:48px;	
}
.col_bottom a{
	color:#5885c4;
	text-decoration:none;
}
.col_bottom .link a:hover{
	color:#5885c4;
	font-weight:700;
	text-decoration:none;
}
.col_body h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}	
.col_body h1 a{
	text-decoration:none;
	color:#5885c4;
}	

.fieldset{
	margin:0px;
	text-align:left;
	/*	border:1px solid #CCC;*/
	background:transparent;/*#F5F5F5;*/
	/*	width:930px; */
	
}

.legend{
	clear:both;
	padding:15px;
	margin:0 0px 0px 0;
	/*	background-image:url('https://onco.deytec.net/img/bg-menu2.gif');*/
	border-bottom:0px solid #000;
	background-repeat:repeat-x;
	background-position: 0px 0px;
	/* 	background-color:#EFEFEF; */
	/* 	color:#fff; */
	font-size:14px;
	text-align:left;
}


#formularioAgregar{
display:none; 
}

#tablaAgregar{
width:auto;
/* 	width:99%; */
margin:5px;
padding:10px 20px;
background-color:#EFEFEF;
margin-bottom:10px;
border:solid 1px #666666;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#tablaBuscador{
padding:0px;
width:99%;
margin:5px;
background-color:#EEE;
border:solid 1px #666666;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#tablaBuscador th{
height:13px;
vertical-align:top;
}


#tablaBuscador .item_archivo_destacado img{
max-width:80px;
}


#formularioBuscador{
/*background-image:url('https://onco.deytec.net/img/iconos/bg2.gif');
 b*ackground-repeat:repeat-x;*/
/* 	display:none; */
}


#operaciones{
text-align:center;
}

.operacion{
	padding:5px;
	margin-right:15px;
	float:right;
	background-image:url('https://onco.deytec.net/img/bg-menu2.gif');
	background-repeat:repeat-x;
	background-position: 0px 15px;
	border:solid 1px #CCC;
	
}
.operacion a{
	color:#666;
}

.operacion:hover{
	background-image:url('https://onco.deytec.net/img/iconos/bg-menu2.gif');
	background-repeat:repeat-x;
	background-position: 5px 20px;
}


#utiles{
display:none;
}

#aviso{
display:none;
border: 1px solid gray; 
padding: 4px;
padding-left:20px;
background: #FDFDAD none no-repeat scroll 0%; 
BACKGROUND-IMAGE: url("https://onco.deytec.net/img/iconos/error.gif");
position: absolute;
left: 5px;
bottom: 5px; 
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: 	-moz-initial; 
visibility: visible;
font-size:12px; 
overflow:auto;  
z-index: 0; 
text-align:center;
opacity: .25;
filter:Alpha(Opacity=75);
}

.tit-modulo{
	font-size: 1.3em;
	float:left;
}

.campos-buscador{
	float:left;
}

.campo-buscador{
	float:left;
	height:65px;
	/*  	width:48%; */
	width:25%;
	/* 	margin:3px;	 */
	/* 	background-color: #b5b5b5; */
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
	/* 	border-bottom:1px solid #888; */
	/* 	border-top:1px solid #fff; */
	/* background:#D2E9FF; */
}

.campo-buscador div {
	
	padding:5px 10px 5px 10px;
	clear:both;
	font-weight:bold;
	
	/* margin:3px; */
}

.campo-buscador label{ 
	font-weight:500;
	font-size:1.3em;
	clear:both;
}

.campo-buscador input, .campo-buscador select{
	width:95%; 
	color:#666;
}
.campo-buscador div div{
	float:left;
	width:98%;
	padding:0 0 0 0;
}
.b_f_{
	background:#666 !important;
	color:#FFF !important;
	border:1px solid red !important;
}
#filtros_en_uso{
/*width:50%;
 f *loat:right;
 text-align:left;*/
}
.btnordenar{
	width:60px;
	padding:0px;/*0 0 3px 0;*/
	margin:0px;
	text-align:center;
}

.btnordenar .asc{
	background-image:url(https://onco.deytec.net/css/custom-theme/images/ui-icons_ffffff_256x240.png);
	background-position:0px -48px;
	height:20px;
	width:17px;
	margin:2px;
}

.btnordenar .des{
	background-image:url(https://onco.deytec.net/css/custom-theme/images/ui-icons_ffffff_256x240.png);
	background-position:-64px -48px;
	height:20px;
	width:17px;
	margin:2px;
}

#tablaBuscador .ui-button-text{
padding:0 0 0 0 !important;
}

.fila_texto{
	text-align:left;
}

.fila_titulo{
	width:228px; font-weight:bold; text-align:left;
}

.fila_combo{
	color:#333;
	border-top:0px solid #EEE; 
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	background: url(https://onco.deytec.net/img/b8.png);
}

.fila_autocompletar{
	width:228px;
}
.js_multiple_libre_item{
	margin:7px 5px 3px 5px;
}
.js_multiple_libre_item input{
	width:87%;
}

.filaCincoPanel{
	
	/* 	background-color: #b5b5b5; */
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
	/* 	border-bottom:1px solid #888; */
	border-top:1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:5px;
}

.filaConAuxiliar{
}

.filaAuxiliarListado{
	
	background-color: #eee;
	/* 	background-image:url('https://onco.deytec.net/img/b2.png'); */
	/* 	background-repeat: repeat-x; */
	/* 	background-position: 50% 50%; */
	
	/*border:0px;
	 b *order-bottom:1px solid #888;
	 border-top:1px solid #fff;
	 */
	border:solid 1px #666666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	float:left;
	width:23%;
	height:53px;
	margin:2px;
	padding:5px;
	overflow:auto;
}

.filaAuxiliarListado p{float:left;padding:30px 5px 0 0;}

.filaAuxiliarListadoKey{
	float:left;
	text-decoration:underline;
	font-weight:bold;
	padding:2px;
	display:list-item;
	width:100%;
	text-align:left;
}
.filaAuxiliarDestacado .filaAuxiliarListadoKey{
	font: bold 14px verdana,arial,helvetica;
	padding-top:0px
	/* 	padding:2px; */
	
}

.filaAuxiliarListadoVal{
	float:left;
	display:inline;
	/* 	position:relative; */
	/* 	padding:2px; */
	color:#000;
	font: bold 15px verdana,arial,helvetica;
	/* 	margin-top:20px; */
	/* 	float:right; */
	max-width:300px;
}
.filaAuxiliarDestacado .filaAuxiliarListadoVal{
	font: bold 15px verdana,arial,helvetica;
	text-decoration:underline;
	/* 	position:absolute; */
	/* 	padding-top:20px */
	/* 	padding:0px; */
	
}

.sumit{
	float:right;
	padding:0px;
}

.sumit div{
	padding:5px;
}

/* FRONT END */
.noticias{width:49%; text-align:left; float:left;border:1px solid #CCC; min-height:300px}
.titulos{ font: bold 1.3em verdana,arial,helvetica }
.abstracts{ font: bold 0.9em verdana,arial,helvetica; color:#CCC; }
.contenidos{ font: bold 0.7em verdana,arial,helvetica; padding:10px }
/* FRONT END */

.wrapper{
	border:1px solid #CCC;
	padding:3px;
	margin:3px;
	background:#e1e1e1;
}
.wrapperR{
	border:1px solid #CCC;
	padding:7px;
	background-color:#e1e1e1;
}
.multipleWrapper{
	border:1px solid #CCC;
	padding:3px;
	margin:3px;
	background:#e1e1e1;
	height:150px;
	overflow-y:auto;
	overflow-x:hidden;
}

.multipleItem{
	border:1px solid #CCC;
	float:left;
	/* 	width:30%; */
	/* 	height:35px; */
	/* 	padding:3px; */
	background:#FFF;
	background-image:none;
	overflow-y:auto;
}

.warningmsg{
	background-color:#FFFFDD;
	border:1px solid #EE8;
	padding:10px;
	margin:10px;
}
.errormsg{
	background-color:#FFDDDD;
	border:1px solid #DAA;
	padding:10px;
	margin:10px;
}
.infomsg{
	background-color:#99CCFF;
	border:1px solid #D2E9FF;
	padding:10px;
	margin:10px;
}
.confirmmsg{
	background-color:#E6FBE7;
	border:1px solid #BFF1B8;
	padding:10px;
	margin:10px;
}

.listadoSimple{
	/* 	background-color:#F0EFDF; */
	width:auto;
}

.filaPar{
	background-color:#FFF;
}

.filaImpar{
	background-color:#DFDFDF;
}
/* LOGIN - por Fernando, 27 de Octubre de 2008 */
}
.titulo-login{
	color:#000;
	margin:0px 0px 5px 0px;
}
.login-tabla{ margin-top:10px;}
.login-tabla td{
	font-size:12px;
	font-weight:bold;
}

#camposBuscador{
width:98%;
margin:5px;
/* 	background-color:#dfdfdf; */
}
.pagina_actual{
	color:#222;
	font-size:16px;
	margin-bottom:-10px;
}

.paginador{
	font-size:10px;
	color:#222;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 20px;
	height:20px;
}
.paginador-item2{
	float:left;
	background-image:url('https://onco.deytec.net/img/iconos/page_white.gif');
	background-repeat:no-repeat;
	height:17px;
	width:21px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
	cursor:pointer;hand;
	font-size:9px;
}
.paginador-item{
	border-right:0px;
	margin:0 0 0 0;
}
.paginador-item-actual{
	/* 	background-color:#FFF; */
}
.paginador-item-actual span{
	color:red;
}
.paginador-item-actual2{
	float:left;
	background-image:url('https://onco.deytec.net/img/iconos/page_white.gif'); 
	background-repeat:no-repeat;
	height:17px;
	width:21px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
	color:red;
	font-size:9px;
}
.paginador-item-control2{
	float:left;
	height:17px;
	width:17px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
}


/* ACCESOS DIRECTOS */
.cb{
	clear:both;
}
.fl{
	float:left;
}

.fr{
	float:right;
}

.dn{
	display:none;
}

.w100{
	width:100%;
}

.w50{
	width:50%;
}

.w30{
	width:30%;
}

.w33{
	width:33%;
	margin:0.1%;
}

.w75{
	width:75%;
}

.w25{
	width:25%;
}

.w20{
	width:20%;
}

.h30{
	height:30px;
}

.h45{
	height:45px;
}

.ac{
	text-align:center;
	
}

.al{
	text-align:left;
	
}

.ar{
	text-align:right;
	
}

.manito{
	cursor:pointer;hand;
}

.b1{
	border:solid 1px #EDEDED;
}

.qt{
	clear:both;
	/* 	float:right; */
	/* 	position:fixed; */
	/* 	z-index:9999; */
	/* 	height:300px; */
	/* 	overflow:scroll; */
	/* 	top:20px; */
	/* 	right:20px; */
}


/* margin & padding generales */
.m5{ margin:5px; }
.m10{ margin:10px; }
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.pr{ position:relative;}
.p5{ padding:5px; }
.p3{ padding:3px; }
.p10{ padding:10px; }
.p15{padding:15px;}
.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pt10{ padding-top:10px; }
.pt5{ padding-top:5px; }
.pl10{ padding-left:10px; }


.campo-formulario-agregar{
	margin:10px 0px;
	text-align:left;	
}
.campo-formulario-agregar label{ 
	font-weight:500;
	font-size:1.3em;
	clear:both;
}

.campo-formulario-agregar input, .campo-formulario-agregar select{
	width:90%; 
	color:#666;
}

.modal{
	position:absolute;
	width:auto;
	padding:5px;
	text-align:left;
	z-index:997;
	display:none;
}
.modal h1{
	color:#60819B;
	margin:10px 0;
}
.modalLuka{
	background-image:url('https://onco.deytec.net/img/bg_modal.gif');
	background-repeat:repeat-x;
	background-position:0px 1px;
	background-color:#fff;
	border:1px solid #CCC;
	padding:5px;
	color:#60819B;
	font-size:12px;
	
}
.modal span{
	padding:5px 0;
	text-align:justify;
	z-index:998;
	
}
.modal .botonSi, .modal .botonNo{
	background-image:url('https://onco.deytec.net/img/bg-item.gif');
	background-repeat:repeat-x;
	background-position:0px 1px;
	background-color:#FFF;
	padding:3px;
	border: 1px solid #ccc;
	margin:5px;
	float:right;
}

#cover{
position:absolute;
display:none;
width:100%;
height:100%;
background-color:#000;
z-index:990;
}

/* GUACAMAYA */

.archivos-galeria{ float:left; width:auto; height:auto; overflow-x:auto; margin-top:1px; margin-bottom:0px; overflow-y:auto; width:100%;}
.archivos-galeria-items{ list-style-type:none; padding:0 0 0 0; margin:0 0 0 0;overflow:hidden; text-align:center; width:100%;}

.archivos-galeria-items .item{ display:block;  text-align:left; z-index:998; list-style-type:none; margin:4px; border:1px solid #CCC; background-image:url(https://onco.deytec.net/img/bg_modal.gif); background-repeat:repeat-x; background-color:#FFF; /*width:48.5%;*/float:left;}
.archivos-galeria-thumb{
	background-position:center;
	background-repeat:no-repeat;
	width:120px;
	height:100px;
	margin:5px;
	float:left;
	border: 1px solid #CCC;
	
}
.ui-sortable-placeholders{
	height: 50px;
	margin:8px;
	border:2px dashed #FFF;
}
.g_boton{}
.g_zoom{background-image:url(https://onco.deytec.net/img/iconos/zoom.gif); background-repeat:no-repeat; background-position:left;}
.g_star{background-image:url(https://onco.deytec.net/img/iconos/star_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
.g_habilitado{background-image:url(https://onco.deytec.net/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
.g_galeria{background-image:url(https://onco.deytec.net/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
.g_descargable{background-image:url(https://onco.deytec.net/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}

.g_delete{background-image:url(https://onco.deytec.net/img/iconos/borrar.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px; margin-top:6px;}
.g_add{background-image:url(https://onco.deytec.net/img/iconos/add.gif); background-repeat:no-repeat; background-position:left;}
.g_input{ width:155px; display:block;}

.archivos-galeria .botonera{ margin:5px 3px 3px 130px; padding-left:5px; border-left:0px solid #CCC;}
.archivos-galeria_jpg, .archivos-galeria_gif, .archivos-galeria_png, .archivos-galeria_jpeg{ cursor:move; }
.mceItemWindowsMedia, .mceItemQuickTime { width:220px; height:193px; }
.mceItemFlash { width:150px; height:150px; }
.archivos-upload1{float:left; font-size:15px; background-color:transparent; border:0px solid #ccc; margin:10px 5px; padding:5px; }
.archivos-progress1{margin:10px 10px 10px 0px; overflow:hidden; font-size:11px; height:auto}


.geo-pick-map-container{
	
	padding:10px;
	background-color:#FFF;
	border:1px solid #CCC;
	height:420px;
}
.busqueda-rapida{
	/* 	float:right; */
	padding:10px;	
	/*	position:fixed;left:700px;*/
	bottom:0px; 
	/* 	margin-top:5px; */
}



.usuario-link{
	background-color: #b5b5b5;
	background-image:url('https://onco.deytec.net/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
	border-bottom:1px solid #888;
	border-top:1px solid #fff;
}
/*
.panel_columna {
	width:100%;
	background:transparent;
	float:left;
}*/
.cinco{
	margin:0px;
}
.cinco .item{
	margin:0px;
	/* 	background:#DDDDDD; */
}			

.cinco .item_archivo_destacado img{
	max-width:80px;
}

#calendario {
margin:20px 0px 0px 0px;
padding:10px;
background:#EDEDED;
}
.fc-event-inner{
	color:#000;
	background:url('/panel/img/b.png') repeat 50% 50%;
}
/* campo posicion */
.posInput input{border:0px; height:18px; width:35px; background-image:none; color: #999; font-size:16px; font-weight:bold;}
.posInputEnabled input{border:1px solid #999; background-color:#FFFFDD; height:18px; width:35px; color: #000; font-size:16px; font-weight:bold;}
.posUpdated input{border:2px solid #33AA33; background-color:#CCFFFF; height:19px; width:35px; color: GREEN; font-size:17px; font-weight:bold;}
.posNotUpdated input{border:2px solid #33AA33; background-color:#FFDDFF; height:19px; width:35px; color: RED; font-size:17px; font-weight:bold;}


.titulo_modulo{
	color:#888888;
	font-size:2em;
	margin-right:20px;
}

.botonera-agregar{
	position:fixed;
	/* 	left:20%; */
	right:30%;
	bottom:0px;
	text-align:center;
	border:0px solid #CCC;
	padding:5px;
	background:#FFF;
	z-index:3;
}
.botonera-agregar #guardar{
	background-color:#B6FF7F;
}
#poweredby{

color:#888888;
width:80px;
height:20px;
display:inline-block;
/* 	background-color:#fff; */
background-image:url('https://onco.deytec.net/img/deytec-alpha-sprite.png');
background-repeat:no-repeat;
background-position:0 0;
overflow:hidden;
z-index:2;
}
#poweredby:hover{

background-position:0 -20px;
overflow:hidden;
}



/* sc */
.ui-state-green, .ui-widget-content .ui-state-green, .ui-widget-header .ui-state-green  {border: 1px solid #99d657; background: #CDE7B2 url(images/ui-bg_glass_95_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-green a, .ui-widget-content .ui-state-green a,.ui-widget-header .ui-state-green a { color: #363636; }
.ui-state-warning, .ui-widget-content .ui-state-warning {border: 1px solid yellow; background: yellow url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
/* /sc */



.desktopNO{
	display:none;
}
.desktopSI{
	display:block;
}

@media (max-width: 600px) {
	
	/*html{ font-size:110%;}*/
	
	.w50{
		width:100%;
		clear:both;
	}
	.w25{
		width:100%;
	}
	.w75{
		width:100%;
	}
	.w30{
		width:100%;
	}
	.campo-buscador{
		float:left;
		width:100%;
		/* 		border:solid 1px dotted; */
	}
	
	.campo-buscador{
		float:left;
		width:100%;
/* 		border:solid 1px dotted; */
	}
	
	
	
	.desktopNO{
		display:block;
	}
	
	.mobileNO{
		display:none !important;
	}
	
	.mobileNO2{
		display:none ;
	}
	
	.mobileSI{
		display:block;
	}
	
	.usuario-link{
		position:static;
		top:auto;
		right:auto;
		padding:3px; 
		margin:5px; 
		z-index:auto;
		float:left;
	}
	
	
	
} /* media*/
