/* General Styling */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.outerWrapper {
	text-align: left;
	position:relative;
	margin:20px auto 20px auto;
	width:970px;
}

.item {
	float:left;
	margin-right:5px;
	width:180px;
	padding:5px;
	height:150px;
/*	border:1px solid #b3b3b3;*/
	background-color:#fff;
	border-radius:0px;
}

.item div {
	background:#ddd;
	width:99%;
	height:99%;
	color:white;
	color:#b3b3b3;
	text-align:center;
	line-height: 162px;
	font-size:60px;
	border-radius:0px;
/*	border:1px solid #b3b3b3;*/
}

.left-nav-btn, .right-nav-btn {
	position:absolute;
	width:37px;
	height:37px;
	top:70px;
	cursor:pointer;
	opacity: 0.8;
	background:transparent url('../img/arrows.png') top left no-repeat;
	-webkit-transition:opacity 0.2s linear;
  	-moz-transition:opacity 0.2s linear;
  	-o-transition:opacity 0.2s linear;
  	transition:opacity 0.2s linear;
}

.left-nav-btn {
	left:-40px;
}

.right-nav-btn {
	right:-40px;
	background-position: top right;
}

.left-nav-btn:hover, .right-nav-btn:hover {
	opacity: 1;
}

/* Vertical Mode */

.vert.outerWrapper {
	margin:50px auto 60px auto;
	width:204px;
	height:456px;
}

.vert .item {
	float:left;
	margin-bottom:48px;
	width:162px;
}

.vert .left-nav-btn, .vert .right-nav-btn {
	position:absolute;
	width:37px;
	height:37px;
	cursor:pointer;
	left:82px;
	background:transparent url('../img/arrows_vert.png') top left no-repeat;
}

.vert .left-nav-btn {
	top:-160px;
}

.vert .right-nav-btn {
	top:auto;
	bottom:-60px;
	background-position: bottom left;
}

.leftWrapper {
	width:48%;
	float:left;
}

.rightWrapper {
	width:48%;
	float:right;
}

.leftWrapper h2, .rightWrapper h2 {
	width:100%;
	text-align:center;
}

.outerWrapper2 .item {
	margin-right:50px;
	width:110px;
	padding:20px;
}

/* Pager */

.pager {
	line-height: 100px;
	text-align: center;
}

.pager > span {
	cursor: pointer;
	border-radius:8px;
	display: inline-block;
	width:16px;
	height:16px;
	background: #DDDDDD;
	border:1px solid #B3B3B3;
	margin:0 4px;
	overflow: none;
}

.pager > span.active {
	background: #B3B3B3;
}

.pager > span > span {
	display: none;
}

/* Counter (See Example 7) */

#counter {
	margin-top:-30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
    .txtf1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	color: #000000;
	}
     .txtf2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 1;
	color: #000000;
	}
	 .txtf3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	color: #EB8A27;
	}
	 .txtf4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
	}
	 .txtf5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 1;
	color: #adadad;
	}
	.txtcont {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #666;
	text-align: justify;
	}
	.titcont {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	text-align: justify;
	font-weight: bold;
	}	
	.tit {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	text-align: justify;
	font-weight: bolder;
	}
    .tit2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1;
	}			
	.separacion {
    width: 140px;
    height: 1px;
    position: relative;
    float: left;
    background-color: #878787;
    margin-top: 5px;
    margin-bottom: 5px;
	}
/*	a { text-decoration: none; }
	a:hover { 
	color: #EB8A27;
	text-decoration: underline; }*/
	
	a.txtf1:hover, a.txtf1:active {
		color: #EB8A27;
		}	
	
	a.txtf2:hover, a.txtf2:active {
		text-decoration: underline;
		color: #EB8A27;
		}
		
	a.txtf5:hover, a.txtf5:active {
		color: #EB8A27;
		}	
	
	
