@charset "utf-8";
/*aqui comienza las tablas*/
#tabla {
	width:870px;
	height:552px;
	font-family: "Myriad Pro";
	font-size: 11px;
	text-decoration: none;
}
#tabla_sup{
	width:870px;
	height:75px;
}
#tabla_centro{
	width:870px;
	height:290px;
}
#tabla_banner{
	width:870px;
	height:187px;
}
#tabla_inferior{
	width:870px;
	height:18px;
	background:url(imagenes/inferior.jpg) no-repeat center;
	font-family:"Myriad Pro";
	font-size:11px;
}

/*textos de div empresa*/
#textos_empresa{
	font-family:"Myriad Pro";
	font-size:13px;
	color:#000000;
	float:none;
	padding:0px 0px 0px 0px;
	width:350px;
	height:100px;
	margin-top:70px;
	font-variant: small-caps;
}
/*los links*/
#links a{
	font-family:"Myriad Pro";
	font-size:10px;
	color:#FFFFFF;
	text-decoration: none;
}
#links a:hover{
	font-family:"Myriad Pro";
	font-size:10px;
	color:#000000;
}
#copy{
	font-family:"Myriad Pro";
	font-size:11px;
	color:#FFFFFF;
}
a{
	font-family:"Myriad Pro";
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	font-family:"Myriad Pro";
	font-size:12px;
	color:#FF0000;
}
/*columnas de la tabla superior*/
#col_1{
	background:url(imagenes/arriba.jpg) no-repeat center;
}
