body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	*text-align: center;
	color:#333333;
	background-color:#000000;
	margin:0px;
}


#wrapper {
	display: block; 
	width:950; 
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#header {
	background-image:url(img/header_bg.png);
	background-repeat:no-repeat;
	height:150px;
}

#content {
	width: 670;
	text-align:left
	border: 0px #fff solid;
	float: left;
	padding-left: 10px; 
}

#sidebar {
	width: 250;
	border: 0px #ffff00 solid;
	float: right;
	padding-right: 1px;
	padding-left: 2px; 
	background-color:#;
	}

#both {
	clear: both;
}

#footer {
     height:41px;
	border: 0px #0000ff solid;
	background-image:url(http://radiocasino.net/img/barrafooter.jpg);
}

.title {
	font-size: 13pt;
	font-family: verdana;
	font-weight: bold;
}

/*INICIO CODIGO DE ALINEAMIENTO DE IMAGENES*/
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}
img {
border: 0px
}

.Estilo1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
}

/*FIN CODIGO DE ALINEAMIENTO DE IMAGENES*/


h2 {
	color:#006600;
	font-size:17px;
}

h3 {
	color:#ffffff;
	font-size:15px;
}

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

    a:hover{
    text-decoration: underline;
    color: #cc0000;
    }

    a:visited{
    text-decoration: none;
    color:#006600;


	


/*inicio CODIGO DE MENU vertical*/

.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 15px Arial;
color: white;
background: black url(img/titlebar.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 70%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}	

/*fin CODIGO DE MENU vertical*/


	