/* ************ Basicas *******************/
html,body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif, Verdana,Helvetica;
	background: #0093DD url('http://info.degestec.com/images/layout/degestec/backgroud_gradient.png') repeat-x fixed top left;
	margin: 0px;
	color: #333;
	font-size: medium;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	color: #0093DD;
	font-weight: bold;
	text-decoration: none;
	outline:none;
}

a img {
	outline:none;
}

.centrado {
	text-align:center;
}

.nowrap {
	white-space: nowrap;
}

.scroll_horizontal {
	overflow: auto;
	border: 1px dotted #0093DD;
	text-align:center;
	padding-bottom:1em;
	clear:both;
}

h1,h2,h3,h4 {
	text-align:center;
}

.impar {
	background: transparent;
}

.par {
	background:  #E0F0FF;
}

.impar2 {
	background: #CCC;
}

.par2 {
	background:  #EEE;
}

.mini {
font-style: italic;font-size:90%
}

ul.link_list {
list-style-type: none;
}
ul.link_list li{
	background: url('http://info.degestec.com/images/layout/degestec/bullet.png') no-repeat  center left;
	padding-left:15px;
}
ul.link_list li.actual{
	background: url('http://info.degestec.com/images/layout/degestec/bullet2.png') no-repeat  center left;
	font-style: italic;
	font-size: 115%;
}

ul.link_list li.separador{
	background: none;
}

ul.link_list a:hover {
	background-color: #E0F0FF;
}

ul.checkboxes{
	float:right;
	margin-right:5%;
}

ul.checkboxes a {
	cursor:pointer;
}

div.mapa {
	border: 1px solid #0093DD;
	margin:0 auto;
}

span.mapa {
	position:absolute;
	font-size: x-small;
	background:  url('http://info.degestec.com/images/semitrans.png') repeat;
	padding:0 3px;
}

span.mapa:hover{
	background-color:white;
	z-index: 10;
}

span.abierta {
	color: blue;
}

span.cerrada {
	color: red;
}

span.abierta:hover {
	border:1px solid blue;
}

span.cerrada:hover {
	border:1px solid red;
}

/* ************ fondos personalizados *******************/

.login {
	background: url('http://info.degestec.com/images/lockstart_session.png') no-repeat 96% 50%;
	min-height:64px;
}
.user {
	background: url('http://info.degestec.com/images/personal.png') no-repeat 96% 50%;
	min-height:64px;
}
.user_change {
	background: url('http://info.degestec.com/images/kuser.png') no-repeat 96% 50%;
	min-height:64px;
}


.database {
	background: url('http://info.degestec.com/images/database.png') no-repeat 96% 50%;
	min-height:64px;
}

.date {
	background: url('http://info.degestec.com/images/cal.png') no-repeat 96% 50%;
	min-height:64px;
}

.mail {
	background: url('http://info.degestec.com/images/xfmail.png') no-repeat 96% 50%;
	min-height:64px;
}

.info {
	background: url('http://info.degestec.com/images/info.png') no-repeat 96% 50%;
	min-height:70px;
}

.perm {
	background: url('http://info.degestec.com/images/gpg.png') no-repeat 96% 50%;
	min-height:64px;
}

.perm_top {
	background: url('http://info.degestec.com/images/gpg.png') no-repeat 96% 1%;
	min-height:64px;
}

.edit {
	background: url('http://info.degestec.com/images/kedit.png') no-repeat 96% 50%;
	min-height:64px;
}

.geo {
	background: url('http://info.degestec.com/images/kworldclock.png') no-repeat 96% 50%;
	min-height:64px;
}

/* ************ Errores *******************/
div.error {
	color: #DC0024;
	border: 1px solid #DC0024;
	background: #FFE5E5 url('http://info.degestec.com/images/error.png') no-repeat 96% 50%;
	width:60%;
	padding: 10px;
	margin: 10px  auto;
	min-height:64px;
}

.error{
	color: #DC0024;
	border: 1px solid #DC0024;
	background-color: #FFE5E5;
}

td.error,.printable_error  {
	color: #DC0024;
	background-color: #FFE5E5;
	border:0px;
}

.error ul{
	list-style: none;
	margin:0;
}

.error li,.error span{
	background-image: url('http://info.degestec.com/images/error_li.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:13px;
	margin:0;
}

img.close_error{
	float:right;
	position:relative;
	top:-8px;
	left:8px;
}

/* ************ Formularios *******************/
fieldset {
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}

legend {
	color: #0093DD;
	padding: 0px 10px;
	cursor:pointer;
}

input,textarea {
	color:black;
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #0093DD;
	background-color: #E0F0FF;
 	/* Rounded have no outline */}

select {
	color:#333;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #0093DD;
	background-color: transparent;
	margin-bottom: 5px;
}

option {
	color: #333;
	font-style: normal;
	font-weight: normal;
	padding-right:1.5em;
	background-color: #E0F0FF;
}

optgroup {
	background-color: #E0F0FF}

label,.label {
	white-space: nowrap;
	float: left;
	padding: 2px;
	text-align: right;
	width: 25%;
	margin-right: 4px;
}

table.split label,table.split .label{
	float:none
}


.text_field_description {
	font-style: italic;
	padding-left: 3px;
	margin:0;
}

.form_button {
	margin-left: 25%;
	border: 2px solid #0093DD;
}

.form_button:hover {
	background-color:#74C4EF;
}

.toggle_form, .toggle-table {
	display:none;
	color: #888;
	cursor:pointer;
}
.toggle,.cursor {
	cursor:pointer;
}

label.label_checkbox {
	cursor:pointer;
}
label.label_checkbox:hover {
	background-color: #E0F0FF;
}

/* ************ Tablas *******************/
table {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
table.split {
	text-align: left;
}

th {
	border-bottom: 2px solid #0093DD;
	padding: 2px 4px;
}

.th {
	border-bottom: 0px;
	border-right: 2px solid #0093DD;
}

td {
	padding: 2px 4px;
}


tr:hover {
	background-color: #74C4EF;
}
tr.nohover:hover {
	background-color:transparent;
}

.cabecera_tabla {
	border: 1px dashed white;
	font-weight: bold;
	background-color: #888;
	color: white;
	font-style: italic;
}

.separador_tabla {
	color: white;
	background-color: #0093DD;
	font-weight: bold;
}

.scroll_checkboxes {
	height:450px;
	overflow:auto
}

/* ************ Menus *******************/
#menu_clas {
	padding: 0;
	margin-bottom:10px;
}
#menu_clas tr:hover {
	background-color: white;
	border-top: 1px dashed #74C4EF;
	border-left: 1px dashed #74C4EF;
	border-right: 1px dashed #74C4EF;
}
#menu_clas a:hover {
	text-decoration: none;
}
#menu_clas td:hover,#menu_clas td.forzarhover {
	background-color: #E0F0FF;
}

.menu_dock {
	position: relative;
	height: 50px;
	text-align: center;
	top:-5px;
	margin-bottom:50px;
}
.menu_dock_container {
	position: absolute;
	height: 50px;
	/* background: url(http://info.degestec.com/images//dock-bg2.gif); */
	padding-left: 20px;
}
a.menu_dock_item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.menu_dock_item img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}
.menu_dock_item span {
	display: none;
	padding-left: 20px;
	white-space: nowrap;
}

#menu_aco {
	float:right;
	clear:both;
}
#menu_aco div {
	float:right;
	white-space: nowrap;
	overflow:hidden;
	margin-right:5px;
	padding:3px;
}
#menu_aco div span{
	padding:0 5px ;
}
#menu_aco div:hover {
	background-color: #888;
}

#users_online{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 5px;
	margin: 0px 52px;;
}

/* ************ Layout *******************/
#logo{
	position: absolute;
	left: 10px;
	top: 3px;
	z-index: 10;
}



#bright1{
	position: absolute;
	top: 38px;
	left:0;
	height: 20px;
	width: 100%;
	background: url('http://info.degestec.com/images/layout/degestec/bright1.png') repeat-x top left;

}

#bright2{
	position: absolute;
	top: 164px;
	left:0;
	height: 20px;
	width: 100%;
	background: url('http://info.degestec.com/images/layout/degestec/bright2.png') repeat-x top left;

}

#header{
	position: absolute;
	top: 58px;
	left:0;
	overflow: hidden;
	height: 106px;
	width: 100%;
	background: black url('http://info.degestec.com/images/layout/degestec/header_background.png');
}

#header img.logo{
	position:relative;
	top:20px;
	left:-60px;
}

#header  a{
	font-weight: bold;
	color: white;
}

#nav_bar{
	float: right;
	color: white;
	margin: 2px 5px 4px 0px;
	padding: 2px;
}

#header_links {
	float: right;
	clear: both;
	color: white;
	margin-right: 8px;
}

#footer{
	clear:both;
	border: 1px dashed #0093DD;
	text-align: center;
	font-weight: bold;
	color: black;
	padding: 10px;
	margin-top: 10px;
}

#footer2{
	background: url('http://info.degestec.com/images/layout/degestec/shadow-bottom.png') repeat-x top left;
	margin: 0px 49px;
	text-align: center;
	padding-top: 17px;
	text-align: center;


}

#container_left{
	background: url('http://info.degestec.com/images/layout/degestec/shadow-left.png') repeat-y top left;
	margin: 0px 40px;

}

#container_right{
	background: url('http://info.degestec.com/images/layout/degestec/shadow-right.png') repeat-y top right;

}

#content-wrapper{
	background: white url('http://info.degestec.com/images/layout/degestec/watermark.png') no-repeat fixed bottom right;
	margin: 0px 12px;
	padding: 184px 10px 10px 10px;
}
#content,#content-wrapper{
	min-height: 434px;
}


/* ************  Tabs *******************/
.tabs_label{
	background: transparent url(http://info.degestec.com/images/layout/degestec/pixel_0093DD.png) repeat-x bottom;
	float: right;
	height: 28px !important;
	line-height: 28px !important;
	margin: 0px;
	overflow: hidden;
}

.tabs_table {
	background: transparent url(http://info.degestec.com/images/layout/degestec/pixel_0093DD.png) repeat-x bottom;
	height: 28px !important;
	margin: 0 0 8px 0;
	overflow: hidden;
	padding: 0 0 0 200px; <? // Separacion izquierda de los tabs ?>
	white-space: nowrap;
}

.tabs_table li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs_table a:link, .tabs_table a:visited {
	background: #74C4EF url(http://info.degestec.com/images/layout/degestec/tab_gradient.png) top left repeat-x;
	border: 1px solid #0093DD;
	color: black;
	float: left;
	font-size: 104%;
	font-weight: bold;
	line-height: 22px !important;
	margin-right: 4px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}

.tabs_table a:link.active_tab, .tabs_table a:visited.active_tab {
	background: white;
	border-bottom: 1px solid white;
	color: #0093DD;
}

.tabs_table a:hover {
	background: #74C4EF;
}
/* ************  paginado *******************/
.paginado {
	padding: 10px 0 10px 0;
	border-top: 1px solid #0093DD;
	margin-top: 10px;
	clear: both;
	font-size: 90%;
}
.paginado br {
	clear: both;
}

.paginado a, .paginado span {
	display: block;
	float: left;
	color: #0093DD;
	padding: 5px 7px 5px 7px;
	margin-right: 3px;
	border: 1px solid #0093DD;
	background-color: #E0F0FF;
}

.paginado span.actual {
	border: 1px solid black;
	font-weight: bold;
	background-color: #0093DD;
	color: white;
}

.paginado a {
	border: 1px solid #0093DD;
	text-decoration: none;
}

.paginado a:hover {
	border-color: black;
	background: #74C4EF;
	color: black;
}

.paginado a.anterior_siguiente {
	font-weight: bold;
}

.paginado span.anterior_siguiente {
	border: 1px solid #CCC;
	color: #CCC;
	background-color: white;
}

/* ************  formulario de loin integrado en barra  *******************/
.form_login label, .form_login input{
	font-style:normal;
	font-size:100%;
	font-weight:normal;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	color:inherit;
	background-color:inherit;
	width:auto;
}

form.form_login {
	width:260px;
	float:right;
	text-align:right;
 }

.form_login input{
	background-color:white;
	color: #333;
	font-style: italic;
	margin:2px;
	padding:0 3px;
}

.form_login label {
	color:white;
	float: none;
}

.form_login div {
	float:right;
}

#boton_login {
	color: white;
	background-color:#0093DD;
	border: 2px solid #74C4EF;
	height: 2.6em;
}

input.boton_login {
	color:white;
	font-weight: bold;
}

/* ************ Listado juegos  *******************/
.gameslist{
	float:left;
	margin-right:90px;
}

div.catalogo h1, div.catalogo h2{
	text-align:left;
}

div.catalogo h1.separa {
	margin-top:50px;
}

div.catalogo div.mini {
	float:right;
	padding: 5px;
	margin:  10px 10px 10px 0;
	border: 1px solid #0093DD;
	cursor:pointer;
}

div.catalogo div.mini img{
	width:250px;
	height:188px;
	cursor:pointer;
}

div.catalogo img.hr{
	width:100%;
	height:1px;
}

/***** Citas ******/
blockquote {
	margin:0 auto;
	width:35%;
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	background: url('http://info.degestec.com/images/close-quote.gif') no-repeat right bottom;
	padding: 0 18px;
	text-indent: -18px;
}
blockquote:first-letter {
	background: url('http://info.degestec.com/images/open-quote.gif') no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}


div.live-search-results {
	background:white;
	height: 300px;
	overflow: auto;
	padding: 5px 10px;
	border: 1px solid #0093DD;
	border-width: 0 1px 1px 1px;
}


/* ------ Map ------ */

.map{
	position:relative;
	margin:30px auto;
	padding:0;
	border:2px solid #0093DD;
}
.map.grid{
	background: transparent url(http://info.degestec.com/images/tiled_grid.png) repeat 5px 5px ;
}
.map h2{
	text-align:center;
}
/* Map for unassigned items */
.map[lang='0']{
	position:static;
}
/* Unassigned items */
.map[lang='0'] .map_item {
	position:static;
}
.map .map_item {
	position:absolute;
	display:inline-block;
	width:39px;
	height:39px;
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	line-height:40px;
	border:1px solid #0067D6;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;

	text-shadow: white 0px 0px 1px,white 0px 0px 2px,white 0px 0px 3px,white 0px 0px 4px
}
.map img.success {
	visibility:hidden;
}
.map_available{
	border-color:orange;
}
.map_active{
	border-color:#0F0;
}

/*checkables checkboxes*/
fieldset.checkables {padding-top:0.5em;padding-bottom:0;	width: 50%;margin-left:20%;}
fieldset.checkables .checkbox_togglers {
	margin-top: -2em;
	padding:0 .5em;
	background-color:white;
	float:right;
}

ul.checkables li{
	list-style-type:none;
}

ul.checkables{
	margin:auto;
}

@media screen and (max-width: 960px) {
   fieldset.checkables{
		width: 100%;
		margin-left:0;
	}
}

@media screen and (max-width: 565px) {
  ul.checkables li{
		clear:both;
	}
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

