/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxClose, 
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}


/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: rgba(0,0,0,.3); width: 100%; /* en porcentaje (el highlight del foro lo trasforma) */
    height: 100%;
    top:0;
    left:0;
    position:fixed;
    z-index: -1;   
    }
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/organigrama/asjo/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/organigrama/asjo/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/organigrama/asjo/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/organigrama/asjo/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/organigrama/asjo/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/organigrama/asjo/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/organigrama/asjo/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/organigrama/asjo/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom: 25px; left:0; text-align:center; width:100%; color:#949494;}
       
        #cboxLoadingOverlay{background:url(/organigrama/asjo/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/organigrama/asjo/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
       #cboxClose {border:0; padding:0; margin:0;  width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxClose:active {outline:0;}

     
       
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/organigrama/asjo/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


#container {width:100%;}

	#junta {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 45px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			  top: 50px;
 			  left: 640px;
			}
	
	#junta:hover {
			background: #e66f43;
		    }
		
	#junta:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}
	

	#audiex {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 45px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 130px;
 			 left: 840px;

			}
	
	#audiex:hover {
			background: #e66f43;
		    }
		
	#audiex:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


	#director {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 45px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 210px;
			 left: 630px;

			}
	
	#director:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#director:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#audiint {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 45px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 290px;
			 left: 840px;

			}
	
	#audiint:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#audiint:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#consejo {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 25px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 290px;
			 left: 460px;

			}
	
	#consejo:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#consejo:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


	#rh {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 35px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 400px;
			 left: 340px;

			}
	
	#rh:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#rh:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#admin {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 40px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 400px;
			 left: 520px;

			}
	
	#admin:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#admin:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


    #conta {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 400px;
			 left: 730px;

			}
	
	#conta:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#conta:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


	#sistemas {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 7px 62px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 400px;
			 left: 940px;

			}
	
	#sistemas:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#sistemas:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#clinica {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 20px 10px;
			 width: 138px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 45px;

			}
	
	#clinica:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#clinica:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#tienda {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 20px 10px;
			 width: 138px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 195px;

			}
	
	#tienda:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#tienda:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#finca {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 5px 10px;
			 width: 138px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 340px;

			}
	
	#finca:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#finca:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#survivienda {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 11px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 492px;

			}
	
	#survivienda:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#survivienda:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#santuario{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 640px;

			}
	
	#santuario:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#santuario:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#mantenimiento{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 790px;

			}
	
	#mantenimiento:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#mantenimiento:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


    #parque{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 250px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 940px;

			}
	
	#parque:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#parque:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#imprenta{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 510px;
			 left: 1200px;

			}
	
	#imprenta:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#imprenta:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;	
			}








	#empleadoclinica {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 20px 10px;
			 width: 138px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 45px;

			}
	
	#empleadoclinica:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadoclinica:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadotienda {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 20px 10px;
			 width: 137px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 195px;

			}
	
	#empleadotienda:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadotienda:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadofinca {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 padding: 20px 10px;
			  width: 142px;
			 height: 53px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 340px;

			}
	
	#empleadofinca:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadofinca:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadosurvivienda {
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			   width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 492px;

			}
	
	#empleadosurvivienda:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadosurvivienda:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadosantuario{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 640px;

			}
	
	#empleadosantuario:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadosantuario:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadomantenimiento{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 790px;

			}
	
	#empleadomantenimiento:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadomantenimiento:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}


    #empleadomuebles{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 75px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 940px;

			}
	
	#empleadomuebles:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadomuebles:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	
	#empleadobloques{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 75px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 1027px;

			}
	
	#empleadobloques:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadobloques:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

	#empleadoguantes{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 75px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 1115px;

			}
	
	#empleadoguantes:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadoguantes:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

    #empleadoimprenta{
			 position: fixed;
			 border: none;
			 background: #00b050;
			 color: #f2f2f2;
			 width: 138px;
			 height: 53px;
			 padding: 5px 10px;
			 font-size: 12px;
			 border-radius: 5px;
			 box-sizing: border-box;
			 transition: all 500ms ease;
			 text-shadow: 1px 1px 1px #7f130a;
			 cursor: pointer;
			 top: 615px;
			 left: 1200px;

			}
	
	#empleadoimprenta:hover {
			background: rgb(167,91,41);
			background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		    }
		
	#empleadoimprenta:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
			inset 0px 0px 20px #412410;
			}

#id_img_fondo{    
    width: 100%; /* en porcentaje (el highlight del foro lo trasforma) */
    height: 100%;
    top:0;
    left:0;
    position:fixed;
    z-index: -1;   
    opacity: 0.3;
}

