@CHARSET "UTF-8";

@font-face {
	src: url("fonts/HelveticaNeue/HelveticaNeue.ttf");
	font-family: "HelveticaNeue Regular";
	font-style: normal;
	font-weight: normal;
}

@font-face {
	src: url("fonts/HelveticaNeue/HelveticaNeue-Medium.ttf");
	font-family: "HelveticaNeue Medium";
	font-style: normal;
	font-weight: normal;
}

@font-face {
	src: url("fonts/HelveticaNeue/HelveticaNeue-CondensedBold.ttf");
	font-family: "HelveticaNeue Bold";
	font-style: normal;
	font-weight: bold;
}

.tacon {
	height: 65px
}

.tarjeta>div {
	padding: 15px
}

@media screen and (min-width:560px) {
	.grid2Center>.ui-block-a, .grid2Center>.ui-block-c {
		width: 10%;
	}
	.grid2Center>.ui-block-b {
		width: 80%;
	}
}
@media all and (orientation:portrait) {
	.portORland{
		height: 100%;
		width: auto;
	}
}
@media all and (orientation:landscape) {
	.portORland{
		width: 100%;
		height: auto;
	}
}