.cuerpo-formulario {
  width: 25%;
  padding: 1%;
  float: right;
  /* background-color: #fff; */
  margin-top: 107px;
}



.huge_it_slideshow_dots_thumbnails_2 {
  bottom: 2px;
}

.cuerpo-texto {
  width: 778px;
  /* padding: 3% 2% 0 2%; */
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  /* color: white; */
  float: left;
  text-align: justify;
}

#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	display: block;
	text-align: center;
	padding: 4px 0;
	color: #444;
	text-decoration: none;
	
	/** Rounded Corners **/
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/** Drop shadow **/
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	
	/** Gradients : http://css-tricks.com/css3-gradients/ */
	/* fallback */
	background-color: #f1f1f1;
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #e4e3e3, #f1f1f1);
	
	/* Safari 4-5, Chrome 1-9 */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e4e3e3));
	
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#f1f1f1, #e4e3e3);
	
	/* Opera 11.10+ */ background: -o-linear-gradient(#f1f1f1, #e4e3e3);
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active {
	/** Drop shadow **/
	-moz-box-shadow: 1px 1px 1px #bbb;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;

	/** Gradients : http://css-tricks.com/css3-gradients/ */
	/* fallback */
	background-color: #f5f5f5;
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f5f5f5);
	
	/* Safari 4-5, Chrome 1-9 */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#eaeaea));
	
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#f1f1f1, #eaeaea);
	
	/* Opera 11.10+ */ background: -o-linear-gradient(#f5f5f5, #eaeaea);
}
.mask {
  height: 100%;
}



.outerWrapper {
    text-align: left;
    position:relative;
    margin:20px auto 30px auto;
    width:86%;
    height: 217px;
}
#carousel2{text-align: left;
  position: relative;
  margin: 20px auto 60px auto;
  width: 90%;
/*  height: 370px; */
}

.item {
	float:left;
	margin:13px;
	width:140px;
	padding:20px;
	height:140px;
	padding: 0;
}

.item2 {
	float:left;
	margin:13px;
	width:114px;
	height:198px;
	padding: 0;
}

.item div {
	text-align:center;
	line-height: 162px;
	font-size:60px;
}

.item2 div {
	text-align:left;
	font-size:60px;
}

.left-nav-btn, .right-nav-btn {
	position:absolute;
	width:37px;
	height:37px;
	top:80px;
	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:-50px;
}

.right-nav-btn {
	right:-50px;
	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 .item2 {
	float:left;
	margin-bottom:48px;
	width:250px;
}

.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:-60px;
}

.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;
}

.outerWrapper2 .item2 {
	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;
}


@media screen and (max-width: 1150px) {
	#carousel2{width: 89%;}
	.outerWrapper{width: 79%;margin: 20px auto 20px auto;}
}
@media screen and (max-width: 900px){
	#carousel2{width: 97%;}
}

@media screen and (max-width: 700px) {
	.secciones-noti{width: 89%;}
	#carousel2{margin-bottom: 0;margin-top: 0;}
	.item2{margin:0; width: 142px;padding-left: 11px; /*height: auto;*/}
	.left-nav-btn{left: -33px;top: 46px;}
	.right-nav-btn{right: -33px;top: 46px;}
	.outerWrapper{margin: 0 auto 60px auto;width: 80%;  margin: 0 auto 10px auto;}
	.item{margin: 10px;}

}



