a {
	border:none;
text-decoration:none;
color: #36F;}

a:link{
text-decoration:none;
color: #36F;}

img {
	border:none;}	
body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	background-repeat: no-repeat;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	min-height:690px;
	color: #FFF;
	width: 824px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/bg_index.jpg);
	background-position:top center;
	padding:1px;

}


#logo {
	background-image:url(../imagenes/logo_off.png);
	background-repeat:no-repeat;
clear:left;
	margin-left:60px;
	width:622px;
	height:220px;
	display:block;}
	
#logo:hover {
	background-image:url(../imagenes/logo_on.png);
	background-repeat:no-repeat;

	margin-left:60px;
	width:622px;
	height:220px;
	display:block;}	


#menu {
margin-left:150px;
margin-top:20px;
padding:1px;
}

#menu_sp{
margin-top:123px;
margin-left:150px;

padding:1px;


}

.btns{
color: #CCC;
text-shadow:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
padding-top:18px;
margin:0 10px 0 10px;
height:37px;
float:left;}

.btns a{
color: #CCC;}

/******hover********/

.btns:hover{
color:#36F;
background-image: url(../imagenes/btns_bg.png);
width:126px;
font-weight:bold;
margin:0px;}

.btns:hover a{
color:#36F;
width:126px;
font-size:16px;}
	
.btns a:hover{
color:#36F;
}