/* CSS Document */
body {
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		/*color:#A8B50A;*/
		color:#666666;
		font-family: Verdana;
		font-size:70%;
    text-align:center;
	}
#content-wrapper{
  text-align:left;
}
p {
    line-height:120%;
}

#textobusca {
    position:relative;
    top:20px;
    left:0px;
    width:100%;
    text-align:center;
    height:200px;
}

.maspeque {
    font-size:0.8em;
}

a, a:link, a:active, a:focus, a:hover, a:visited {
  text-decoration:none;
		color:#666666;
    cursor:text;  
}



#fb{
  position:relative;
  top:0px;
  left:0px;
  width:100px;
  height:31px;
  z-index:9999;
}

#fb a:link, #fb a:hover, #fb a:visited {
    cursor:hand;
}