@charset "utf-8";
/* CSS Document */
html{
	padding:0;
	margin:0;
}

body {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin:0px; 
	padding:0px;
	color:#333333;
	background-image:url(../images/inicio_bg.png);
	background-repeat:repeat-x;
	background-position:left 300px;
	text-align:center;
}
a,a:visited {
	text-decoration:none; 
	color:#0066CC;
}
a:hover { 
	color:#FF9900;
}
img { 
	border:none;
}
.float-r{float:right;}
.float-l{float:left;}
div.logo{ width:583px; height:268px; margin:32px auto 0 auto; }
div.bts{ width:350px; height:38px; padding-top:6px; margin:14px auto 0 auto; background:url(../images/inicio_divisor.png) no-repeat top center; }
div.bts div{ width:128px; height:33px; background:url(../images/inicio_bts.png) no-repeat; display:inline; }
div.bts div:hover{ background:url(../images/inicio_bts.png) no-repeat right;}
div.bts div a{ line-height:33px; color:#FFF; font-size:13px; font-weight:bold; display:block;}





