@charset "utf-8";
/* CSS Document AGL*/

body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/fondo.jpg);
	background-attachment:fixed;
	background-position:top;
	background-color: #007C71;
	background-repeat:no-repeat;
}

.contactof {
background-image:url(images/fondoconta.png);
background-repeat:no-repeat;
background-position:top;
}

.font {
font-size:12px;
color:#007C71;
}

#container {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
}

#encuesta {
    background: #B9E3D4;
    position: absolute;
    top: 285px;
    left: 505px;
    width: 235px;
    height: 145px;
    z-index: 100;
    overflow: none;
}