body
{
	background-color:#FFF;
}

body div#container
{
	width:100%;
	text-align:center;	
}
img {
	display:block;
} 
div#content
{
	margin:0 auto;
	width:561px;
	padding-top:20px;
}
div#header
{
	background-image:url(../img/header.jpg);
	height:543px;
	height:76px;
	background-position:center;
	background-repeat:no-repeat;
}
div#bottomcontent
{
	background-image:url(../img/footer_general.png);


	
	background-repeat:no-repeat;
}

div#topcontent
{
	background-image:url(../img/header_taronja.png);
	height:35px;
	text-align:left;
}
div#topcontent span
{
	position:relative;
	top:13px;
	left:28px;
}
div#midcontent
{
	background-image:url(../img/margins_general.png);
	background-repeat:repeat-y;
	text-align:left;
}
div#titulo
{
	position:relative;
	padding-top:15px;
	left:10px;
	width:90%;
	height:32px;
}
div#titulo_left
{	
	height:32px;
	background-image:url(../img/margin_titulo.png);
	background-repeat:repeat-x;
	float:left;
	padding:7px 8px 0 17px; 
}
div#titulo_right
{
	background-image:url(../img/margin_titulo_right.png);
	float:left;
	width:5px;
	height:32px;

}
div#texto
{
	padding-top:20px;
	margin-left:23px;
	width:500px;	
}

/* TEXT */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#titulo_left
{
	font-size:15px;
	font-weight:bold;
}
textarea, input
{
	border:1px solid #959da0;
	overflow:auto;
}
input
{
	overflow:hidden;
}
div#topcontent span
{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
h2
{
	font-size:12px;
	font-weight:bold;
}
