/*
Theme Name: Mincetur
Theme URI: http://mincetur.gob.pe/
Description: Template creado para MINCETUR.
Author: Mincetur
Author URI: http://mincetur.gob.pe/
Version: 1.0
Tags: minimalist, custom, personal.

License:
License URI: Copia lo que puedas :)

General comments (optional)..
*/
.screen-reader-response{
display:none
}
/*
Fix para ancho de imágen
*/
.flexslider .slides img {
    width: 100%;
}
#rotador_principal .slides img {
    max-width: 1136px;
}
.home #slider_page .wide .flexslider{
max-width:1138px;
}

*{
	margin:0;
	padding:0;
	}
	
/*#contenedor_acordeonLeft{
	width:46%;
	float:left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-style: dotted;
	border-right-color: #d4d4d3;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-right-width: 2px;
}

#contenedor_acordeonRight{
	width:45%;
	float:right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;

	
}

.ac-container{
	width: 95%;
	text-align: left;
	background-color:#ffffff;
	margin: 0 auto 0 auto;
	padding: 10px;
}
.ac-container label{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 13px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #e30613;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(87,91,93, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(87,91,93,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #868689;
	line-height: 23px;
	font-size: 13px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);

}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 80px;
}*/


  #ocex-activities-content .titulo{
		padding:10px;
		background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		cursor:pointer;
		}
	#ocex-activities-content .text-content{
		padding:18px;
		box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		
		}	
		
	#ocex-activities-content #main-content{
			width:60%;
			margin:10px auto;
			}
	#ocex-activities-content #contenedor_acordeonLeft{
			float:left;
			width:50%;
			}
	#ocex-activities-content #contenedor_acordeonRight{
			float:left;
			width:50%;
			}	
	#ocex-activities-content .clear{
			clear:left;
		}
	#ocex-activities-content .box-content{
			margin:10px;
			}
			
		#ocex-activities-content	.collapse.in {
    display: block;
}
#ocex-activities-content .collapse {
    display: none;
}

#ocex-activities-content .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}



#ocex-activities-content02 .titulo{
		padding:10px;
		background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		cursor:pointer;
		}
	#ocex-activities-content02 .text-content{
		padding:18px;
		box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		
		}	
		
	#ocex-activities-content02 #main-content{
			width:60%;
			margin:10px auto;
			}
	#ocex-activities-content02 #contenedor_acordeonLeft{
			float:left;
			width:50%;
			}
	#ocex-activities-content02 #contenedor_acordeonRight{
			float:left;
			width:50%;
			}	
	#ocex-activities-content02 .clear{
			clear:left;
		}
	#ocex-activities-content02 .box-content{
			margin:10px;
			}
			
		#ocex-activities-content02	.collapse.in {
    display: block;
}
#ocex-activities-content02 .collapse {
    display: inline;
}

#ocex-activities-content02 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
