@import 'main.css';

#principal{
	background-image: url(img/fondo_history.jpg);
	background-repeat: no-repeat;
}
#columna2{
	position:relative;
	z-index: 9;
	top:0px;
	left:200px;
	margin-left: 12px;
	width: 696px;
	height:781px;
	background: url(../img/history-panel.png)  no-repeat top left;
	overflow: hidden;
    color:#292929;
}
#texto_principal{
	position:relative;
	font-size: 12px;
    margin-top:15px;
    margin-left:15px;
    width:640px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
