/* Slidorion Stylesheet */
.slidorion {
	position: relative;
	width:100% ;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	max-widths:449px;
	min-width:220px;
	height: 265px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	left: 0;
	background: #CBCBCB;
	border: 1px solid #ccc;
}

.slider {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	overflows: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cubreaccordion{
	position:absolute;
	width:220px;
	height:265px;
	right:0;
	z-index:1000;
	background-color:transparent;
	border-color:#006;
	pointer-events:none;
	}
.accordion {
	width: 220px/*32%;*/;
	height: 100%;
	background: #fff;
	position: absolute;
	right:0;
	z-index:999;
	overflow: hidden;
	float: right;
	pointer-events:none;
	cursor:default;	
}

.accordion .header {
	padding: 10px 11px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #fff;
	border-top: 1px solid #ccc;
}

.accordion .header:first-child {
	border-top: none;
}

/*.accordion .header:hover {
	background: #EDEDED;
	cursor: pointer;
}*/

.accordion .header.active {
	border-bottom: none;
	background: #780001 !important;
	color: #FFF;
}

.accordion .content {
	height: 0px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	max-height:265px;
	font-weight: normal;
	font-size: 0px;
	/*line-height: 10px;
	margin: 0;
	padding: 16px;*/
	border: none;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	overflow:auto;
}

.accordion .content p {
	margin-bottom: 0px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../images/resources/arrows.png') 0 0 no-repeat;
    cursor: pointer;
display:none !important;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}
#botonAreasv
{
    border:0px;
    }
#botonSectoresv
{
    border:0px;
    }    