@charset "utf-8";
/* CSS Document */

@charset "utf-8";



.container {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	max-width: 1100px;
	min-width: 280px;
}
.navbarwrap {
	/* [disabled]background-color: #999; */
	width: 80%;
	display: inline-flex;
}

.wrapper {
	/* [disabled]height: 600px; */
	width: 100%;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	display: inline-flex;
	flex-wrap: wrap;
	/* [disabled]max-width: 1100px; */
}
.itemwrap {
	height: 282px;
	flex-grow: 1;
	/* [disabled]display: inline-block; */
	min-width: 280px;
	width: 33%;
	display: flex;
	margin-bottom: 15px;
}
body {
	background-image: url(../imagenes/background.png);
	background-repeat: no-repeat;
	display: flex;
	background-attachment: fixed;
	background-position: center;
}
.header {
	height: 60px;
	width: 100%;
	display: inline-flex;
	position: relative;
	background-image: url(../imagenes/main_banner.png);
	margin-bottom: 40px;
	border-radius: 10px;
}
.logo {
	width: auto;
	height: auto;
	max-width: 100%;
	opacity: 0.85;
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}
.logowrap {
	height: auto;
	width: 23%;
	min-width: 100px;
	display: inline-block;
	float: left;
}
.itembox {
	font-family: PTSansRegular;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	background-image: url(../imagenes/item_background.png);
	height: 400px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	text-align: center;
}
.flag {
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 12px;
}
h1 {
	/* [disabled]font-family: PTSansRegular; */
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
h2 {
	/* [disabled]font-family: PTSansBold; */
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
}
.itembox p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.eng_spacing {
}
.itembox p a {
	color: #00F;
	text-decoration: none;
		-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}
.itembox p a:hover {
	color: #009;
	text-decoration: underline;
	}
.footer {
	height: 60px;
	width: 100%;
	display: inline-flex;
	position: relative;
	background-image: url(../imagenes/main_banner.png);
	/* [disabled]margin-bottom: 0px; */
	border-radius: 10px;
	color: #999;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 12px;
	text-align: right;
	margin-top: 40px;
}	
.footer p {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.footer p a {
	font-weight: bold;
	color: #FFF;
}
.itemwrap a {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	height: 280px;
	width: 280px;
}
