@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: TD;
    src: local(TD), url('../fonts/TD.ttf') format('opentype');
}
html { 
  background: url(../images/background/bg4.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: 52%;
    left: 50%;
    width:40em;
    height:30em;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*set to a negative number 1/2 of your width*/
/*    border: 1px solid #ccc; */
	opacity:0.8;
}
.txt1 {
	position:absolute;
    top: 54%;
    left: 52%;
    width:40em;
    height:30em;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*set to a negative number 1/2 of your width*/
	font-family:Arial, Helvetica, sans-serif;
}
.square2 {
    background-color: #717f3e; 
	background-position: center center;
	position:absolute;
    top: 50%;
    left: 50%;
    width:40em;
    height:20em;
    margin-top: -10em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*set to a negative number 1/2 of your width*/
/*    border: 1px solid #ccc; */
	opacity:0.8;
}
.txt2 {
	position:absolute;
    top: 55%;
    left: 52%;
    width:40em;
    height:20em;
    margin-top: -10em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*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;
}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}