@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: TD;
    src: local(TD), url('../fonts/TD.ttf') format('opentype');
}
html { 
  background: url(../images/background/bg11.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#loginStrip {
	background: #717f3e;
	width: 100%;
	height:63px;
	margin-left:0;
	margin-right:0;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.6;
/*	-moz-box-shadow:    3px 3px 5px 6px #FFF;
	-webkit-box-shadow: 3px 3px 5px 6px #FFF;
  	box-shadow:         3px 3px 5px 6px #FFF; */
}
div.loginBody {
	background: url("../images/La_Paz_Logo.png") no-repeat scroll 0px 0px transparent;
	position: absolute;
	top:0px;
	left:20px;
	width: 400px;
	height: 62px;
	z-index:100;
}
div.Menu1 {
	background: url("../images/Menu2_1.jpg") no-repeat scroll 0px 0px transparent;
	position: absolute;
	right: 590px;
	bottom: 50px;
	width: 250px;
	height: 167px;
	z-index:100;
}
.square1 {
    background-color: #717f3e; 
	position: absolute;
    display: block;
    height: 40px;
    width: 250px;
	bottom: 20px;
	right: 590px;
	text-align:center;
	font-family:TD;
	font-size:11px;
	font-weight: 500;
	z-index:100;
	vertical-align:middle;
	line-height:18px;
    cursor:pointer;	
}
div.Menu2 {
	background: url("../images/Menu2_2.jpg") no-repeat scroll 0px 0px transparent;
	position: absolute;
	right: 310px;
	bottom: 50px;
	width: 250px;
	height: 167px;
	z-index:100;
}
.square2 {
    background-color: #717f3e; 
	position: absolute;
    display: block;
    height: 40px;
    width: 250px;
	bottom: 20px;
	right: 310px;
	text-align:center;
	font-family:TD;
	font-size:11px;
	font-weight: 500;
	z-index:100;
	vertical-align:middle;
	line-height:40px;
    cursor:pointer;	
}
div.Menu3 {
	background: url("../images/Menu2_3.jpg") no-repeat scroll 0px 0px transparent;
	position: absolute;
	bottom: 50px;
	right: 30px;
	width: 250px;
	height: 167px;
	z-index:100;
}
.square3 {
    background-color: #717f3e; 
	position: absolute;
    display: block;
    height: 40px;
    width: 250px;
	bottom: 20px;
	right: 30px;
	text-align:center;
	font-family:TD;
	font-size:11px;
	font-weight: 500;
	z-index:100;
	vertical-align:middle;
	line-height:40px;	
	cursor:pointer;
}
.MenuPrinc{
	position:absolute;
	font-weight: 500;
	font-family:TD;
	font-size:12px;
	z-index:100;
}
#footer {
	width:100%;
	height:230px;
	position:absolute;
	bottom:0;
	left:0;
	background:#717f3e;
	opacity:0.6;
}