
.slidorion {
/*	position: relative;*/
	width: 960px;		
	height: 533px;		
/*	left: 20%;*/
/*	background: #CBCBCB;*/
	padding: 10px;
	font-family:"Times New Roman",serif;
/*	border: 0px solid #BBB;
	box-shadow: 0 0 34px #bbb;*/
/*	margin-left: -436px;*/
}

.slider {
	width: 65%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	font-family:"Times New Roman",serif;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 35%;
	height: 100%;
	font-family:"Times New Roman",serif;
	background: #eee;
	font-style:italic;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

.accordion .header {
	padding: 8px 14px;
	font-size: 16px;
	font-family:"Times New Roman",serif;
	font-weight: bold;
	text-align:left;
/*	color: #333;*/
	color: #fff;
/*	background: #ededed;*/
	background: #E31919;
	background: -moz-linear-gradient(top, #1b3059 80%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #1b3059 80%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #1b3059 80%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #1b3059 80%,#dcdcdc 100%);
	background: linear-gradient(top, #1b3059 80%,#dcdcdc 100%);
	border-top: 1px solid #ccc;
}

p.cuerpo_infomisionvision_tex{
	padding:5px 5px 10px 5px;
	font-family:"Times New Roman",serif;
	font-style:italic;
	font-size:16px;
	color:#1b3059;
	text-align:justify;
}
		
.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
	background: #48A4FF;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: #e5352d !important;
	color: #FFF;
}

.accordion .content {
	height: 45%; /* 190px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size:16px;
	line-height:15px;
	text-align:justify;
	font-family:"Times New Roman",serif;
	margin: 0;
	padding: 10px;
/*	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: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
	text-align:left;
    z-index: 9999;
	font-family:"Times New Roman",serif;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 20px;
	font-family:"Times New Roman",serif;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}




