DIV.cotizaciones_big{
    position:relative;
    float:left;
    width:730px;
    height:auto;
    padding-top: 20px;
}

DIV.cotizaciones_left{
	position: relative;
	float: left;
	left: 10px;
	width: 350px;
}

DIV.cotizaciones_right{
	position: relative;
	float: right;
	right: 10px;
	width: 350px;
}

DIV.cotizaciones_box{
	position: relative;
    width: 100%;
    padding-bottom: 30px;
}

DIV.cotizaciones_title{
	border: 2px solid;
	height: 20px;
	border-color: #b0bd8f;
	background-color: #f2f5ec;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}

DIV.cotizaciones_title_name{
	position: relative;
	float: left;
	left: 10px;
	color: #7a875b;
	font-weight: bold;
}
DIV.cotizaciones_title_date{
	position: relative;
    float: right;
    right: 10px;
    color: #999999;
}

TABLE.cotizaciones_table{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	width: 95%;
	text-align: center;
	border-collapse:collapse;
}
TABLE.cotizaciones_table TH, TABLE.cotizaciones_table TD{
	color: #999999;
}

TABLE.cotizaciones_table TR{
    width: 100%;
    text-align: center;
}

