﻿/* CSS layout */
#tecnifibre {
	padding: 0px;
	margin: 0px;
	border-style: none none solid none;
	width: 900px;
	height: 310px;
	background-color: #F3F3F3;
	border-bottom-width: 4px;
	border-bottom-color: #E3E3E3;
}
#destacado {
	border-style: none;
	padding: 10px;
	margin: 0px;
	width: 502px;
	height: 290px;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	float: left;
	background-color: #EEEDEF;
	background-image: url('../../images/rankines/backgroundgorankingdestadados.jpg');
	background-repeat: repeat-y;
}


