.main-ayuda-oepb {
	width: 300px;
	margin: 20px 0;
	max-width: 400px;
	font-size: 13px;
}

.ayuda-oepb-tit {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 8px;
}

.ayuda-oepb-tit.azul {
color: #007b7b;
}

.ayuda-oebp-content {
	margin: 20px 0 0;
	text-align: left;
}

.ayuda-oebp-select {
	background: rgba(0, 0, 0, 0) url("../images/icon_select.png") no-repeat scroll 99% center;
	margin: 7px 0 20px;
	width: 100%;
	border: solid 1px #007b7b;
	border-radius: 4px;
	height: 27px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 13px;
	font-family: Gotham;
	padding: 0 20px 0 5px;
}


.ayuda-oebp-email {
	margin: 7px 0 20px;
	width: 100%;
	border: solid 1px #007b7b;
	border-radius: 4px;
	height: 27px;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Gotham;
}

.ayuda-oebp-textarea {
	margin: 7px 0 20px;
	width: 100%;
	border: solid 1px #007b7b;
	border-radius: 4px;
	height: 11vw;
	padding: 8px 7px;
	font-family: 'Gotham',Helvetica,Verdana;
	font-size: 13px;
	line-height: 12px;
	box-sizing: border-box;
}

.ayuda-oebp-button-cont {
	width: 62%;
	float: right;
	height: 30px;
	margin: 10px 0 0;
}

/************************************************************************************************************************/
/* UPLOADER */
.uploader-container {
	border-radius: 5px;
	color: #000;
	position: relative;
}
.uploader-container.error{border-color:#f00 !important;}
/*.uploader-container.over{border:1px dashed rgba(0,0,0,0.4);}
.uploader-container .drop-message {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	color: rgba(0, 0, 0, 1);
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 66px;
	margin: 0;
	padding: 13px 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
	border-radius: 5px;
}*/

.uploader-container .upload-item {
	font-size: 11px;
	line-height: 30px;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 1;
}
.uploader-container .file {
	color: #999;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 0;
	height: 0;
}
.uploader-container .size {
	color: #bbb;
	float: left;
	overflow: hidden;
	width: 0;
	height: 0;
}

.uploader-container .bar-container {
	border: 0px solid #999;
	float: left;
	height: 3px;
	margin: 0px 0 0 3px;
	padding: 0;
	width: 193px;
}
.uploader-container .bar{width:0%;height:3px;background:#6787e3;}
.uploader-container .bar.complete {
	background: #0a0;
	color: transparent;
	font-size: 10px;
	text-align: center;
	height: 3px;
}

.uploader-container .btn-abort {
	background: rgba(0, 0, 0, 0) url("../../font/svg/i020_borrar.svg") no-repeat scroll center center/70% auto;
	cursor: pointer;
	float: left;
	height: 30px;
	opacity: 0.8;
	width: 25px;
	margin: -28px 0 0 5px;
}
.uploader-container .btn-view {
	background: rgba(0, 0, 0, 0) url("../../font/svg/i064_carpeta.svg") no-repeat scroll center center/70% auto;
	cursor: pointer;
	float: left;
	height: 30px;
	opacity: 0.8;
	width: 25px;
	margin: -28px 0 0 10px;
}
.uploader-container .btn-abort:hover,.uploader-container .btn-view:hover{opacity:1;}
.uploader-container .upload-text-error{float:right;color:#c00;margin:0 7px;}

.fileinput-button {
	background: #01a9e8 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	height: 27px;
	overflow: hidden;
	position: relative;
	width: 200px;
	z-index: 1000;
	margin: 0;
	line-height: 27px;
	padding: 0;
}
.fileinput-button:hover{opacity:0.8;}
.fileinput-button div{line-height:26px;text-align:center;width:100%;}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  height:26px;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
	filter: alpha(opacity=0);
	font-size: 100%;
	height: 100%;
  }
}

.ayuda-item-container {
	width: 580px;
}
.ayuda-item {
	width: 275px;
	font-size: 14px;
}
.ayuda-item .ico {
	background: #007b7b;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border-radius: 100%;
	cursor:pointer;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.ayuda-item .ico:hover {
	opacity:0.8;
}
.ayuda-item .txt {
	height: 80px;
	line-height: 80px;
	width: 175px;
}


.ayuda-item.left {
	float: left;
}
.ayuda-item.left .ico{
	float: right;
}
.ayuda-item.left .txt{
	float: left;
	text-align:right;
	padding-right:20px;
}
.ayuda-item.right {
	float: right;
}
.ayuda-item.right .ico{
	float: left;
}
.ayuda-item.right .txt{
	float: right;
	text-align:left;
	padding-left:20px;
}

.ayuda-header {
	background: rgba(0, 0, 0, 0) url("../images/bg_ayuda.jpg") no-repeat scroll top center/100% auto;
	height: 6vw;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 3px #000;
	line-height: 5vw;
	margin: 0 0 30px 0;
}

.ayuda-container{
	width: 90%;
}
.ayuda-container video{
	width: 100%;
}

#titulo {
	margin: -15px 0 20px 0;
}

.ayuda-tutorial-container {
	width: 700px;
}

.ayuda-tutorial-container .ayuda-item .txt {
	line-height: 20px;
	height: 40px;
	margin: 10px 0;
	width: 100%;
}
.ayuda-tutorial-container .ayuda-item {
	width: 190px;
	background: transparent;
	border: none;
	cursor:pointer;
}
.ayuda-tutorial-container .ayuda-item:hover .ico{
	opacity:0.8;
}