/* -------------------------------------[GENERAL] --------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(../images/body-bg.png);
	color:#fff;
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
a, img {
	text-decoration:none;
	outline:none;
	border:none;
}
ol, ul{
	list-style-type:none;
}
#wrap {
	width:752px;
	height:820px;
	margin:0 auto;
	background:url(../images/cont-bg.jpg) no-repeat left top;
	padding-top:1px;
	position:relative;
}
/* _____________________[HEADER] _____________________*/
#header{
	background:url(../images/franja-top-bg.png) repeat-x;
	height:81px;
	margin-top:18px;
	width:100%;
}
#header h1{
	width:150px;
	float:left;
	display:inline;
	margin:15px 0 0 30px;
}
#header h2{
	float:left;
	margin-top:10px;
}
/* _____________________[INFO] _____________________*/
#info {
	position:relative;
	height:457px;
	padding-top:1px;

}
#info ul{
	margin:30px 0 0 30px;
}
#info ul li {
	height:auto!important;
	height:1%;
	font-family:"Arial Black", sans-serif;
	font-size:18px;
	color:#fff;
	background:url(../images/ol-li-bg.png) no-repeat left 10px;
	text-indent:30px;
}
/* _____________________[BOTTOM] _____________________*/
#bottom{
	height:212px;
	width:752px;
	background:url(../images/bottom-bg.png) repeat-x left top;
	position:absolute;
	bottom:53px!important;
	bottom:52px;	

}
#bottom #bbcLogo{
	float:left;
	display:inline;
	margin:50px 10px 0 40px;
	display:inline;
}
#conth3{
	width:240px;
	float:left;	
	display:inline;	
	margin:30px 0px 20px 10px;
	padding-left:20px;	
}
#bottom h3{
	text-transform:uppercase;
	font-size:18px;

}
#bottom #radioTimeBottom{
	float:left;
	display:inline;
	margin-left:40px;
	margin-top:50px;
}
#thanksTo{
	text-align:center;
	padding-top:3px;
}
#thanksTo img#bottomTitle{
	margin: 0 10px;
}
#bottom ul{
	font-size:14px;
	font-weight:bold;
	float:right;
	display:inline;	
	width:250px;
	margin:20px 20px 0 0;
}

#bottom ul li{
	margin-bottom:5px;
	height:auto!important;
	height:1%;
	background:url(../images/bottom-li-bg.png) no-repeat left top;
	display:block;
	float:left;
	width:100%;
	padding-left:15px;
}
/* _____________________[ENLACE] _____________________*/

#enlace {
	bottom:20px;
	right:10px;	
	position:absolute;
	width:252px;
	height:119px;
	
}
#enlace a#inactivo {
	position:absolute;
	top:0;
	width:252px;
	height:119px;
	display:block;
	background:url(../images/boton-bg.png) no-repeat left top;
}
#enlace a#activo {
	position:absolute;
	top:0;
	z-index:22;
	width:252px;
	height:119px;
	display:none;
	background:url(../images/boton-bg-over.png) no-repeat left top;
	cursor:pointer;
}
/* _____________________[FOOTER] _____________________*/

#footer{
	position:absolute;
	bottom:0px;
	width:752px;
	height:40px;
	left:0;
	font-size:11px;		
}
#footer #partner{
	float:left;

}
#linksFooter{
	width:520px;
	margin:0 auto;
	text-align:center;
}
#footer div{
	float:left;
}
#footer a{	
	padding:0 7px;
	color:#fff;
}
#footer a:hover{	
	text-decoration:underline;
}