@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'HelveticaBoldItalic';
  src: url('fuentes/helveticaneueltstd-bdit-webfont.eot');
  src: local('☺'), url('fuentes/helveticaneueltstd-bdit-webfont.woff') format('woff'), url('fuentes/helveticaneueltstd-bdit-webfont.ttf') format('truetype'), url('fuentes/helveticaneueltstd-bdit-webfont.svg#HelveticaBoldItalic') format('svg');
}

* {
	padding: 0; margin: 0;
}
body {
	font-family: "HelveticaLight", Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
a {
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a img {
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.cierre {
	font-size: 0px;
	clear: both;
	height: 0px;
	display: block;
}
.cierre-doble {
	font-size: 0px;
	clear: both;
	height: 20px;
	display: block;
}