#ittContainer{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 999999;
	top: 0;
	font-size: 1.4em;
	color: #787878;
}
#ittContent{
	display: table;
	width: 100%;
	height: 100%;
	margin:0;
}
#ittIner{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#ittCabecera{
	width: 900px;
	margin: 0 auto;
}

#ittCabecera .toLeft{
	float: left;
}

#ittCabecera .toRight{
	float: right;
}

#ittBox{
	min-height: 250px;
}

#ittBox .ittBanner{
	min-height: 250px;
  	margin: 0 auto;
  	text-align: center;
}

.ittBanner div{
	margin: 0 auto;
}

#ittIner .ittMovil{
	margin: 0 auto;
  	text-align: center;	
}

#contittClose{
	height: 44px;
}

#ittClose{
	cursor: pointer;
}

#ittClose big{
	font-size: 1.8em;
}

@media screen and (min-height: 400px) {
	#ittLogo{
		margin-bottom: 30px !important;
	}
}

@media screen and (max-height: 400px) {
	#ittLogo{
		display: none;
	}
	#contittClose{
		height: auto;
	}
	#ittContainer{
		font-size: 1em;
	}
	#ittClose big{
		font-size: 1.4em;
	}

}

.ittInclude{
	width: 100%;
}

.desktopSize{
	width: 330px;height: 290px;padding: 20px 10px;
}
.movilSize{
	width: 300px;height: 290px;padding: 10px 5px;
}


.likecontenedor{color: #787878;margin:0 auto;font-size: 18px;font-family: Helvetica, arial;background: rgba(47,138,235,1);
    background: -moz-linear-gradient(top, rgba(47,138,235,1) 0%, rgba(125,177,232,1) 10%, rgba(187,214,241,1) 20%, rgba(229,239,250,1) 31%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,138,235,1)), color-stop(10%, rgba(125,177,232,1)), color-stop(20%, rgba(187,214,241,1)), color-stop(31%, rgba(229,239,250,1)), color-stop(43%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(47,138,235,1) 0%, rgba(125,177,232,1) 10%, rgba(187,214,241,1) 20%, rgba(229,239,250,1) 31%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(47,138,235,1) 0%, rgba(125,177,232,1) 10%, rgba(187,214,241,1) 20%, rgba(229,239,250,1) 31%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(47,138,235,1) 0%, rgba(125,177,232,1) 10%, rgba(187,214,241,1) 20%, rgba(229,239,250,1) 31%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(47,138,235,1) 0%, rgba(125,177,232,1) 10%, rgba(187,214,241,1) 20%, rgba(229,239,250,1) 31%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8aeb', endColorstr='#ffffff', GradientType=0 );
}
.centrar{margin:0 auto;}
.likefb{width:81px;position: relative;}
.likefb .fb-like{width: 135px;overflow: hidden;}
.img_logo{width:310px;}
.text_inv{text-align: center;width: 300px;margin-bottom: 30px;}
.blue{background-color: #006eb9 !important;}
.whiteFont{color: #fff;}