/*
---------------------------------------
Hoja de estilos con cambios hechos in-house.
Están pendientes de ser revisados e incluidos en cimaware_general.css, pero sólo cuando se consideren estables.
Version: 2007-12-18
--------------------------------------
*/

/* Usado en /main/products/[producto]-download.php y /main/download/index.php */

.download_block {
	border:1px solid #999999;
	padding:14px 9px;
	margin:0;
	height:auto;
	display:block;
	background:#F5F5F5;
	min-height:60px;
	margin-top:10px; 
	margin-bottom:10px;	
		
	color:#414141;
	text-decoration:none;
	line-height:180%;
	
}

.logo_productos_nohover {
	font-weight:400 !important;
	font-style:normal !important;
	font-size:18.933px !important;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif !important;
	background-color: transparent;
	color:#414141 !important;
	text-decoration:none !important;	
}

/* For Internet Explorer */
/*\*/
* html .download_block {
	height:60px;
}
