@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: TD;
    src: local(TD), url('../fonts/TD.ttf') format('opentype');
}
html { 
  background: url(../images/background/bg5.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;
}
.square1 {
    background-color: #717f3e; 
	background-position: center center;
	position:absolute;
    top: 60%;
    left: 50%;
    width:60em;
    height:36em;
    margin-top: -18em; /*set to a negative number 1/2 of your height*/
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
/*    border: 1px solid #ccc; */
	opacity:0.8;
}
.txt1 {
	position:absolute;
    top: 62%;
    left: 52%;
    width:60em;
    height:36em;
    margin-top: -18em; /*set to a negative number 1/2 of your height*/
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
	font-family:Arial, Helvetica, sans-serif;
}
.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;
}