/* Esferize 2015-06-08 */
/* Mobile */
@import url('mobile/ui.css')(max-width: 767px);
@import url('mobile/themes.css')(max-width: 767px);
@import url('mobile.css')(max-width: 767px);

/* Desk */
@import url('grid.css')(min-width: 768px);
@import url('base.css')(min-width: 768px);
@import url('responsive.css')(min-width: 768px);

/* ESTO ES VINCCI */

body {
	color: #646464;
	/*font-family: arial, sans-serif;*/
	font-family: "Century Gothic", sans-serif;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	-o-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
img, fieldset {
	border: 0;
}
img {
	height: auto;
	max-width: 100%;
}
li {
	/*list-style-type: none;*/
}
a, button, input[type="button"], input[type="reset"], input[type="submit"], select {
	cursor: pointer;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	color: #999999;
}

/* auxiliar */
.clear {
	clear: both;
}
.main {
	display: block;
	margin: auto;
	position: relative;
}
.columns .column {
	float:left
}
.ui-datepicker {
	font-size: .8em !important;
}
a.follow-link {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 41px;
  padding-right: 3px;
}
a.follow-link:hover, a.follow-link:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: .8;
}
