/* Circular Content Carousel Style */
.ca-container{
	position: relative;
	margin: 0 0 0 95px;
	width: 930px;
	height: 315px;

}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:185px;
	height:185px;
	text-align:center;
}


.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #9FB920;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(https://www.corporacionmarkbar.com/images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}



.ca-item-main{
	padding: 9px;
	position: absolute;
	top: 1px;
	left: 10px;
	right: 10px;
	background: #F2F4F4;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

}
.ca-icon{
	width:121px;
	height:171px;
	position:relative;
	margin:5px auto;
	background:transparent url(https://www.corporacionmarkbar.com/images/FONDO.jpg) no-repeat center center;
}


.ca-item-1 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/BANANERA22.jpg);
}
.ca-item-2 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/CAMARONERA21.jpg);
}
.ca-item-3 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/BANANERA21.jpg);
}
.ca-item-4 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/CAMARONERA20.png);
}
.ca-item-5 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/BANANERA20.png);
}
.ca-item-6 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/CAMARONERA19.png);
}
.ca-item-7 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/BANANERA19.png);
}
.ca-item-8 .ca-icon{
	background-image:url(https://www.corporacionmarkbar.com/images/CAMARONERA18.png);
}
.ca-item-9 .ca-icon{ 
	background-image:url(https://www.corporacionmarkbar.com/images/BANANERA18.png);
}
.ca-item-10 .ca-icon{  
	background-image:url(https://www.corporacionmarkbar.com/images/CAMARONERA17.png);
}


.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Arial";
	font-style:bold;
	color:#004289;
	font-size:12px;
	text-align:center;
	padding-left:0;
	line-height:17px;
	margin:0;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;

	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(https://www.corporacionmarkbar.com/images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-59px;
	left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}
#idBoton{
width: 71px;
background-color:#004289;
border-color:#004289; 
float: right;

}


#idBoton:hover{
background-color:#9FB920;
border-color:#9FB920; 
}

