@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/osw_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center top;
	color: 3E8EFF;
}


a:link {
	color: #0E0D13;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #F63;
}
a:active {
	text-decoration: none;
	color: #666;
}

a:focus{
	outline:none;
}


#contenedor{
	position:absolute;
	background-color:#000;
	left:50%;
	margin-left:-497.5px;
	top:0px;
	width:996px;
}

#top{
	width:996px;
     height:80px;
      background-image:url(../img/ban-top.jpg);
}

#botonera{
	width:996px;
	height:25px;
	background-image:url(../img/buttons-bg.jpg);
}

#banner{
	position:relative;
	width:810px;
	margin-left:83px;
	padding-bottom:0px;
	
}


#link{
	position:relative;
	width:976;
	height:60px;
	text-align:center;
	padding:10px;
	background-color:#000;
	
}


#www{
	width:996px;
    background-color:#000;
}

#central img{
position:relative;
float:left;
width:500px
height:163px;
}

#left{
position:relative;
float:left;
width:245px;
height:50px;
text-align:right;
margin-top:56px;

}
#right{
position:relative;
float:left;
width:245px;
height:50px;
text-align:left;
margin-top:56px;
}

#medio{
	position:relative;
	width:996px;
	height:163px;
}

#visor{
background-color:#000;
margin-left:28px;
}

#links_footer{
	position:relative;
	width:996px;
	height:30px;
	text-align:center;
	background-color:#000;
	
}

#footer{
	text-align:center;
	font-size:11px;
	width:996px;
	height:19px;
	margin-bottom:0px;
	padding-bottom:4px;
	background-color:#0E0D13;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

