#banner_contenedor{
	width:601px;
	border:solid 1px #5A8BC0;
	height:300px;
}
#panel_sup{
	width:100%;
	height:250px;
}
#panel_img, #panel_navegacion{
	float:left;
}
#panel_img{
	border-left:solid 1px #5A8BC0;
	background:url(/images/logo_crc.jpg) center no-repeat;
}
#panel_img img{
	width:399px;
	height:250px;
}
#panel_desc div p a{
	color:#5A8BC0;
	font-weight:bold;
}
#panel_desc{
	border-top:solid 1px #5A8BC0;
	width:570px;
	float:left;
}
#panel_desc div p{
	margin:0;
	padding:0 5px;
	text-align:justify;
	background:#fff;
	line-height:1.2;
	font-size:0.7em;
}
#panel_navegacion{
	width:200px;
	font-size:0.7em;
}
#panel_navegacion ul{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
#panel_navegacion ul li{
	height:50px;
	width:100%;
}
#panel_navegacion ul li a span{
	padding:8px;
	display:block;
	line-height:1.2;
}
#panel_navegacion ul li a{
	background:#E1EAF2;
	display:block;
	height:48px;
	border-top:solid 1px #5A8BC0;
	border-bottom:solid 1px #5A8BC0;
	padding-left:5px;
	text-decoration:none;
	color:#5A8BC0;
	font-weight:bold;
}
#panel_navegacion ul li a:hover{
	background:#E1EAF2;
	border: solid 2px #0cf;
	text-decoration:underline;
	color:#1A9B34;
}
#panel_navegacion ul li a.activeSlide{
	background:#fff;
	color:#1A9B34;
}
#panel_navegacion ul li a img{
	width:46px;
	height:30px;
	border:solid 1px #fff;
	margin:8px 5px 0 0;
}
.play-pause{position:relative;right:0;border-top:1px solid #5A8BC0;width:30px;height:30px;cursor:pointer;float:left;}
.slide-play{background:url(../images/play-pause.gif) no-repeat left center;}
.slide-pause{background:url(../images/play-pause.gif) no-repeat right center;}
