img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content p {
  font-family: Tahoma, Geneva, sans-serif !important;
  color: rgba(90, 90, 90, 0.9);
}

.act_content .fontin{
	font-family: fontin !important;
	font-weight: bold;
}

.full.content_nav .content-int ol.sections li{
	position: relative;
    margin-right: 35px;
}

.title{
	font-size: 2.0em !important;
	font-weight: bold !important;
	font-family: Tahoma, Helvetica, sans-serif !important;
}
.estiloBase{
	position: absolute;
	resize:none;
	border: none;
	background: transparent;
}

.title2{
	font-size: 2.4em !important;
	font-weight: bold !important;
	font-family: Tahoma, Helvetica, sans-serif !important;
}

.boton-opacity:hover{
	opacity: 0.9;
}
.boton_efect{
	cursor: pointer;
}
.boton_efect:hover,.boton_efect:active{	
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}


.boton_efect:active, .boton_efect:hover{
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}

textarea::-webkit-input-placeholder {
   font-style: italic;
   font-size: 1.1em;
}
textarea:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   font-size: 1.1em;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   font-size: 1.1em;  
}
textarea:-ms-input-placeholder {  
   font-style: italic;
   font-size: 1.1em;  
}

h1 {
	font-size: 1.7em !important;
}

.icon_close_button{
	position: absolute;
    /* float: right; */
    top: -25px;
    right: -26px;
}