@charset "utf-8";
/* CSS Document */

body {
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #a3daff;
}
#geral{
width:743px;
height:546px;
background:url(../images/background.png) no-repeat;
margin:0 auto;
margin-top:100px;
}
#logo{
margin:0 auto;
margin-top:20px;
width:364px;
height:157px;
}
#logo-small{
float:right;
margin:20px 60px;
width:255px;
height:110px;
}
#polaroide{
float:left;
width:258px;
height:407px;
background:url(../images/polaroide.png) no-repeat;
margin:-70px 0 0 20px;
}
#foto{
width:240px;
height:190px;
margin:0 auto;
margin-top:160px;
}
.foto{
max-width:240px;
max-height:190px;
}
#nome{
color: #1A75BB;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size:24px;
text-align:center;
margin:5px 0 0 0;
}
#menu{
clear:both;
width:242px;
height:152px;
background:url(../images/menu.png) no-repeat;
}
#menu ul{
margin:-10px 0 0 10px;
line-height:39px;
list-style:none;
}
#menu ul a{
font-family:"Trebuchet MS", Arial, Verdana, Tahoma;
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
#menu ul a:hover{
text-decoration:underline;
}
#bebe{
width:224px;
height:271px;
float:left;
}
#mensagem{
float:left;
width:390px;
margin:20px;
}
#form{
float:left;
width:390px;
height:200px;
margin:-20px 0 0 20px;
}
#codigo{
width:300px;
margin:0 auto;
}
#recados{
width:400px;
margin:0 auto;
}
.titulo{
color: #1A75BB;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size:24px;
}
.dados-bebe{
color: #1A75BB;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size:16px;
font-weight:bold;
}
.mensagem{
color: #ff0000;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size:20px;
}
.input_bercario {
color: #1A75BB;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size:30px;
text-align:center;
}
.azul{
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size: 12px;
color: #006bae;
}
.preto{
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size: 12px;
color: #000000;
}