@font-face {
   font-family: Bau;
   font-style: normal;
   font-weight: normal;
   src: url(fonts/BauLF-Regular.otf);
}
body {
	margin: 0px;
	text-align: center;
	padding:0;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	text-transform: lowercase;
}

img {
	border:none;
	
}
#detalle, #clubvip{
	font-family: Bau, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	list-style-type: none;
	background-color: #CCC;
	text-align: left;
}
#detalle img {
	border: 10px solid #e8e9e9;
}


.tabladetalle {
	padding-left: 50px;

}
a{
	color:#636466;
	
}

h2  {
	font-family: Bau, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #0BA7D2;
	line-height: 18px;
}
#clubvip {
	background-color: #FFF;
	padding-right: 20px;
	font-size: 14px;
}
#clubvip img {
	margin-right: 20px;
}

