@charset "UTF-8";

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background-color: #000;
	color: #CCC;
}

#contenedor {
	width: 100%;
	height: 600px;
	background-color: #FFF;
	position: absolute;
	margin-top: -300px;
	top: 50%;
}

#cabecera {
	width: 100%;
	height: 110px;
	position: relative;
	top: 0;
	background: url(imagenes/fondo_cabecera.jpg) repeat-x;
}

#pie {
	width: 100%;
	height: 40px;
	position: relative;
	background: url(imagenes/fondo_pie.jpg) repeat-x;
	bottom: 0;
}

#cuerpo {
	height: 450px;
	width: 980px;
	margin-left: -480px;
	left: 50%;
	position: relative;
	padding-left: 0;
	overflow: hidden;
}

#catalogo {
	width: 192px;
	height: 45px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	clear: left;
}

#columna {
	height: 450px;
	width: 190px;
	float: left;
}

.pie_verde {
	font-size: 11px;
	color: #108955;
	text-decoration: none;
	font-weight: bold;
}
a:hover.pie_verde {
	color: #333;
	font-weight: bold;
}
.pie_gris {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.producto_nombre {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.producto_tipo {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-style: italic;
}
.detalle_producto_cabecera {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.detalle_producto_texto {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gris_12px {
	font-size: 12px;
	color: #666;
}
.gris_10px {
	font-size: 10px;
	color: #666;
}
.texto_12px {
	font-size: 12px;
	color: #CCC;
}
.texto_14px {
	font-size: 14px;
}
#listado_noticias {
	overflow: auto;
	height: 400px;
	width: 550px;
}
.estilo_14px_verde_negrita {
	font-size: 14px;
	font-weight: bold;
	color: #108955;
}
.estilo_14px_gris {
	font-size: 14px;
	color: #666;
}
#noticia {
	height: 130px;
	width: 530px;
}
#listado_comerciales {
	overflow: auto;
	height: 440px;
	width: 345px;
}
#pais_individual {
	width: 145px;
	float: left;
	height: 44px;
}

#paises {
	overflow: auto;
	height: 440px;
	width: 590px;
}
