* {
	padding:0;
	margin:0;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:955px;
	height:auto;
	margin-top:50px;
}
#programacion {
	position:relative;
	margin:0 auto;
	width:955px;
	background-color:#e5e5e5;
	padding-top:20px;
}
#header {
	height:230px;
}

#menu {
	height:39px;	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background:url(../img/nav_bg.jpg) repeat-x;
}

#nav {
	height: 39px;
	width:561px;
	margin: 0 auto;
}
#nav, #nav a {
	background-image: url("../img/nav.jpg");
}
#nav li {
	float: left;
	list-style-type: none;
	display:inline;
}
#nav a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top:39px;	
}
#nav li#nav-01 {
	margin-left: 0;
}
#nav li#nav-01 a {
	background-position:  0 0;
	width: 183px;
}
#nav li#nav-02 a {
	background-position: -183px 0;
	width: 218px;
}
#nav li#nav-03 a {
	background-position: -401px 0;
	width: 160px
}

#nav li#nav-01 a#current{
	background-position:  0 -39px;
}
#nav li#nav-01 a:hover {
	background-position:  0 -39px;
}
#nav li#nav-02 a#current{
	background-position:  -183px -39px;
}
#nav li#nav-02 a:hover {
	background-position: -183px -39px;
}
#nav li#nav-03 a#current{
	background-position:  -401px -39px;
}
#nav li#nav-03 a:hover {
	background-position: -401px -39px;
}

#layout {
	height:226px;
	padding:30px 14px 0 14px;
	background:url(../img/layout_bg.jpg) repeat-x;
}

#container {
	height:222px;
	background:#FFF;
}

#player {
	width:441px;
	height:222px;
	float:left;
}

#solicitar {
	width:486px;
	height:222px;
	float:left;
	/*background:url(../img/solicitar_btn.jpg) no-repeat;*/
}
	

