body{
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #444;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #333;
	scrollbar-arrow-color: #999;
	background:#000;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbcb3;
	line-height: 15px;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}

.input{ 
	height:14px; 
	padding:2; 
	width:260px; 
	height: 16px;
	font-size:10px;
	border:1px solid #7a7a77;
	background: #505050;
	color: #bdbcb3;
}
.texarea{
	height:14px; 
	padding:2; 
	width:260px; 
	height: 100px;
	font-size:10px;
	border:1px solid #7a7a77;
	background: #505050;
	color: #bdbcb3;
}
p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #bdbcb3;
	line-height: 15px;
}


a{text-decoration: none;color:#CCC/*color: #015c93;*/}
a:link{text-decoration: none; color:#CCCCCC;}
a:hover{text-decoration:underline; color: #FFF;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}

ul{
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.espacio{
	height: 10px;
}


/************************* contenedor **************************/
.cont_general{
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	background: #000 url(../img/bg_body.jpg) no-repeat top left;
	/*overflow:hidden;
	height: 602px;*/
}

.cont_intro{
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	background: #000 url(../img/bg_body-intro.jpg) no-repeat top left;
	overflow:hidden;
	height: 600px;
}

.cont_interno{
	padding: 0px 0px 0px 35px;
	width: 778px;
	height:570px;
	text-align: left;
}
.cont_top{
	height: 135px;
}

.cont_bottom{
	height: 173px;
	background: url(../img/bg_bottom.jpg) no-repeat top left;
}

/************************* MENU **************************/
.menu1{
	background: url(../img/menu/01.jpg) no-repeat left;
	display: block;
	height: 33px;
}
a:hover.menu1{
	background: url(../img/menu/01_ac.jpg) no-repeat left;
	display: block;
	height: 33px;
}
.selemenu1{
	background: url(../img/menu/01_ac.jpg) no-repeat left;
	display: block;
	height: 33px;
}
.menu2{
	background: url(../img/menu/02.jpg) no-repeat left;
	display: block;
	height: 35px;
}
a:hover.menu2{
	background: url(../img/menu/02_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}
.selemenu2{
	background: url(../img/menu/02_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}
.menu3{
	background: url(../img/menu/03.jpg) no-repeat left;
	display: block;
	height: 35px;
}
a:hover.menu3{
	background: url(../img/menu/03_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}
.selemenu3{
	background: url(../img/menu/03_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}

.menu5{
	background: url(../img/menu/05.jpg) no-repeat left;
	display: block;
	height: 35px;
}
a:hover.menu5{
	background: url(../img/menu/05_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}
.selemenu5{
	background: url(../img/menu/05_ac.jpg) no-repeat left;
	display: block;
	height: 35px;
}

/************ desplegable *****************/

div.menu a {
	text-decoration: none;
	color: #83827a;	
}
div.menu a:visited {
	color: #83827a;	
}
div.menu a:link {
	color: #83827a;	
}
div.menu a:hover {
	color: #f39b28;	
}

div.menu {
	font-family: Arial; 
	font-size: 11px;
	line-height: 16px;
	color: #706f66;
	font-weight: bold;
	width: 150px;
}

div.nivel2, div.nivel3, div.nivel4 { margin-left:45px}

div.nivel1 {
	background: url(../img/menu/04.jpg) no-repeat left;
	height: 35px;
	cursor: pointer;
}
div.nivel1a {
	background: url(../img/menu/04.jpg) no-repeat left;
	height: 35px;
	cursor: pointer;
}
.nivel1b{
	background: url(../img/menu/04_ac.jpg) no-repeat left;
	height: 35px;
	cursor: pointer;
}


div.contentchilds_normal {
	display: none;
}

div.contentchilds_expanded {
	display: block;
}
/************************* cuerpo **************************/
.img{
	border-left:1px solid #727272;
	border-right:1px solid #727272;
	margin: 0px;
}
.cont_img{
	border:1px solid #727272;
	margin: 5px 5px 5px 0px;
	padding-left: 20px;
}
h1 {
	font-family:Arial;
	font-size:16px;
	line-height:19px;
}

.vermas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
a:hover.vermas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#c36623;
}

.player{
}