body {
/*behavior:url("csshover.htc");*/
	background-image: url(../assets/images/bg.jpg);
	background-repeat: repeat;

overflow-x: hidden;
margin: 0px;

}
#preload {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100px;
z-index:1000;
}

#bg {
position: absolute; 
left: 0px;
top: 0px;
height: 2168px; width: 100%; min-width: 736px;

}

#todo {

position: absolute; 
left: 0px;
top: 0px;
 width: 100%;
height: 100%;
margin: 0px;
z-index:1;

}


#topcont {
	position:relative;
	left:50%;
	width:844px;
	z-index:1;
	margin-left: -422px;
	height:auto;


}
#botcont {
	position:relative;
	left:50%;
	width:844px;
	z-index:2;
	margin-left: -422px;
	bottom: 0px;
 clear: both ;
}
#header {
	/*height: 454px;	*/
}
#header, #menu, #mainbanner, #columnas, #footer {
	position: relative; 
	width: 844px;
	height:auto;
	overflow:visible;
}
input, textfield, textarea, button, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
}
#texto1, #texto2, #texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom:15px;
	margin-top:10px;
}
#texto1 {
width: 273px;  
}
#texto2 {
width: 591px;  
}
#texto3 {
width: 188px;  
}

#titulo1, #subtitulo1, #entrada1, #foto1 {
	position: relative; 
	width: 293px;  


margin-top:2px;
padding: 0pt; 
overflow: hidden; 
letter-spacing: 0px; 
float: none;

}
#titulo2, #subtitulo2, #entrada2, #foto2 {
	position: relative; 
	width: 611px;  


margin-top:2px;
padding: 0pt; 
overflow: hidden; 
letter-spacing: 0px; 
float: none;

}
#titulo3, #subtitulo3, #entrada3, #foto3 {
	position: relative; 
	width: 208px;  
margin-top:2px;
 padding: 0pt; overflow: hidden; letter-spacing: 0px; float: none;
}

/*
#afterwords { clear: both }

#colright { float : right ;
    width : 33% }
#colleft { float : left ;
    width : 33% }
#blockright { float : right ;
    width : 66% }
#blockleft { float : left ;
    width : 66% }
*/

#columna1 {
	float : left ;
	width: 293px; 

}
#columna2 {
	float : left ;
	margin-left:30px;
	width: 293px;

}
#columna3 {
	width: 208px; 
	float:right;
}
#columna_detail {
	position: relative; 
	left: 0px; 
	top: 0px; 
	width: 611px;
	height:auto; 
	float:left;
}

a:link {
	color: #333333;
	text-decoration: none;
		/*cursor:url("/assets/harrow.cur"), pointer;*/
}
a:visited {
	color: #333333;
	text-decoration: none;
		/*cursor:url("/assets/harrow.cur"), pointer;*/

}
a:hover {
	color: #FF9900;
	text-decoration: none;
	/*cursor:url("/assets/harrow.cur"), pointer;*/
	
}
#vinculo {
	color: #333333;
	text-decoration: none;
	cursor: pointer;

	
}

#vinculo:hover {
	color: #FF9900;
	text-decoration: underline;
	cursor: pointer;

}


