/* Efectos Capacidades Tijuana */
#wrapper {
	width: 310px;
	min-width: 305px;
	height: 240px;
	margin: 0 0 0 0;
	position: relative;
	top: 50%;
	left: 0;
}
#carousel div {
	height: 240px;
	float: left;
}
#carousel img {
	min-width: 100%;
	min-height: 100%;
}

#title {
	text-align: center;
	width: 100%;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#title h3 {
	text-shadow: 
		0 3px 3px rgba( 0, 0, 0, 0.3 ),
		0 -3px 3px rgba( 0, 0, 0, 0.3 ),
		3px 0 3px rgba( 0, 0, 0, 0.3 ),
		-3px 0 3px rgba( 0, 0, 0, 0.3 );

	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0;
}
#title a {
	color: #fff;
}
#title a:hover {
	background: rgba( 0, 0, 0, 0.5 );
	padding: 2px 5px;
}
#pager {
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 80px;
	height: 20px;
	padding-top: 2px;
	margin: 210px 0 0 -40px;
	position: absolute;
	top: 5%;
	left: 50%;
}
#pager a.selected span {
	background: #666;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

/* Efectos Capacidades Monterrey */
#wrapperM {
	width: 310px;
	min-width: 305px;
	height: 240px;
	margin: 0 0 0 0;
	position: relative;
	top: 50%;
	left: 0;
}
#carouselM div {
	height: 240px;
	float: left;
}
#carouselM img {
	min-width: 100%;
	min-height: 100%;
}

#pagerM {
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 80px;
	height: 20px;
	padding-top: 2px;
	margin: 210px 0 0 -40px;
	position: absolute;
	top: 5%;
	left: 50%;
}
#pagerM a.selected span {
	background: #666;
}
#pagerM a {
	display: inline-block;
	padding: 5px;
}
#pagerM span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

/* Efectos Index Main */
#wrapperMain {
	width: 970px;
	min-width: 968px;
	height: 286px;
	margin: 0 0 0 0;
	position: relative;
	top: 50%;
	left: 0.5%;
}
#carouselMain div {
	height: 280px;
	float: left;
}
#carouselMain img {
	min-width: 100%;
	min-height: 100%;
}

#titleMain {
	text-align: center;
	width: 100%;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#titleMain h3 {
	text-shadow: 
		0 3px 3px rgba( 0, 0, 0, 0.3 ),
		0 -3px 3px rgba( 0, 0, 0, 0.3 ),
		3px 0 3px rgba( 0, 0, 0, 0.3 ),
		-3px 0 3px rgba( 0, 0, 0, 0.3 );

	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0;
}
#titleMain a {
	color: #fff;
}
#titleMain a:hover {
	background: rgba( 0, 0, 0, 0.5 );
	padding: 2px 5px;
}
#pagerMain {
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 120px;
	height: 20px;
	padding-top: 2px;
	margin: 250px 0 0 -60px;
	position: absolute;
	top: 5%;
	left: 50%;
}
#pagerMain a.selected span {
	background: #666;
}
#pagerMain a {
	display: inline-block;
	padding: 5px;
}
#pagerMain span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
