/* CSS Document */



html, body {
	margin:0 auto;
	height:100%;
	overflow:hidden;
	padding:0pt;
	width:100%;
}


body{
background:#b3cb8d;

}


h1,h2,h3,h4,p,a { font-family: Tahoma, Arial;
color:#716F6E;
}

h1{font-size:1.3em;}
h2{font-size:1.1em;}
h3{font-size:.9em;}
h4{font-size:.8em}
p{font-size:.7em;}





#container {
text-align:center;
width:100%;
min-height: 100%;
margin-bottom: -69px;
position: relative;
z-index:3;
}

#background {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	}
#centrado {
	position: absolute;
    left: 50%;
    top: 50%;
	width: 385px;
	height: 385px;
	margin-top: -215px;
	margin-left: -192px;
	overflow: auto;

	padding-top:60px;}

#centrado h1{
margin-left:-2000px;}

#centrado a,#centrado h3{text-decoration:none;
text-transform:uppercase;
color:#716F6E;
padding-top:10px;
}
#centrado a:hover{color:#DE8410;}
#centrado p{ font-size:.6em;}

#logo{
margin:0 auto;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
width:300px;
height:147px;
}


#pie { padding:45px 30px 0;
height: 24px;
position: relative;
background:url(../images/pie.gif) repeat-x;
z-index:2;
}
#pie h4{margin:0;
color:#fdfdfd;}
#pie a{text-transform:lowercase;  text-decoration:none; color:#fdfdfd;z-index:3;}
#pie a:hover{color:#DE8410;}

.clearfooter {
height: 69px;
clear: both;
}
