/* CSS Document */


body 
{
	text-align:center;
	background-image:url(../i/fundo.png);
	background-color:#FFFFFF;
}

#wrapper 
{
	position:relative; 
/*	width:1024px;  */
	margin:0 auto; 
	text-align:left; 
	color:#00CCFF;
}

#wrapper a 
{
	color:#00CCFF;
}
 
#barra_container
{
	position:absolute;
	top:66px;
	width:100%;
}

#barra
{
	background:transparent url(../i/barra.png) repeat-x top left;
	height:171px;
}

#logo_container
{
	position:relative;
	top:15px;
	margin: 0 auto;
}
#logo
{
	background:transparent url(../i/bercario.png) no-repeat center center;
	height:136px;
}
#cegonhas_container
{
	position:absolute;
	top:255px;
	left:25px;
}
#cegonhas
{
	background:transparent url(../i/cegonhas.png) no-repeat center center;
	width:369px;
	height:173px;
}
#hospital_container
{
	position:absolute;
	top:253px;
	right:58px;
}
#hospital
{
	background:transparent url(../i/hospital.png) no-repeat center center;
	width:128px;
	height:61px;
}
#content 
{
	position:absolute;
	top:362px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#content td, th
{
	padding: 5px;
}
#content table
{
	border-spacing: 1.5em;
	background:transparent;
}
#welcome
{
	position:relative;
	height:1.5em;
	font-size:36px;
}
#text 
{
	position:relative;
}

#search_container {

}

#search_date
{
	width:50%;
	float:left;
}

#search_name
{
	width:50%;
	float:right;
}

.menina, 
#wrapper .menina a
{
	color:#F7ADC5;
}
.menino, 
#wrapper .menino a
{
	color:#00B8D6;
}
.nav
{
	line-height:1.5em;
	margin-bottom: 1.5em;
}
.input
{
	padding: 0.5em 1em;
}
h1 
{
	font-size:36px;
}
