.flex-container {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-weight: normal;
	text-align: center;
}

.flex-container > * {
    padding: 8px;
    flex: 1 100%;

}
.textoblanco {
	border: 0px solid #ffffff;
	line-height: 23px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #FFF;
	padding: 2px;
	font-size: 23px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}

.main {
	text-align: center;
	border: 0px solid #ffffff;
	border-radius: 5pt;
	background-color: #517C9F;
	margin: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;

}

.header {
   margin: 0px;
   background: #ffffff;
   padding: 0px;
   border: 0px solid #ffffff;
   }
.footer {
	color: #033;
	text-align:center;
	margin: 4px;
	padding: 8px;
	border: 0px solid #ffffff;
	border-radius: 5pt;
	background-color: #F90;
	font-size: 15px;
}
.footerdown {
	background: #C1C9D5;
	color: #039;
	text-align:center;
	   margin: 4px;
   padding: 8px;
   border: 0px solid #ffffff;
   border-radius: 5pt;
   height:auto;
   }
.menuVIDEO {
	margin: 4px;
	padding: 8px;
	border: 0px solid #ffffff;
	border-radius: 5pt;
	text-align: left;
	background-color: #FC0;
	background-image: url(images/video.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 27px;
   }
.menuDESIGN {
	background: #8BC1E9;
	   margin: 4px;
   padding: 8px;
   border: 1px solid #ffffff;
   border-radius: 5pt;
   }
.menuWEB {
	background: #8BC1E9;
	   margin: 4px;
   padding: 8px;
   border: 1px solid #ffffff;
   border-radius: 5pt;
   }
.base {
	background: #fff;
	margin: 4px;
	padding: 8px;
	border: 3px solid #FF9900;
	border-radius: 5pt;
	font-size: 14px;
	line-height: 20px;
   }
.temas {
	font-size: 20px;
	line-height: 30px;
	margin-top: 2px;
	margin-left: 7px;
	margin-bottom: 2px;
	color: #036;
	font-variant: small-caps;
}

@media all and (min-width: 600px) {
 .columna { flex: 1 auto; }
.base {
	background: #fff;
	margin: 4px;
	padding: 8px;
	border: 3px solid #FF9900;
	border-radius: 5pt;
	font-size: 18px;
	line-height: 24px;
   }
	.textoblanco {
	border: 0px solid #ffffff;
	line-height: 23px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #FFF;
	padding: 2px;
	font-size: 27px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
}
.temas {
	font-size: 26px;
	line-height: 30px;
	margin-top: 2px;
	margin-left: 7px;
	margin-bottom: 2px;
	color: #036;
	font-variant: small-caps;
}

}

@media all and (min-width: 800px) {


    .menuDESIGN { order: 2; } 
    .menuWEB { order: 3; }
	.menuVIDEO { order: 4; }
	font-size: 18px;
	line-height: 27px;
}

	  .footerdown  { order: 5; }
		.base  { order: 6; }
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.titleleft {
	font-size: 18px;
	color: #036;
}
.blanco {
	text-align: center;
	color: #FFF;
	font-size: 24px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFF;
}
h2 {
	font-size: 15px;
	color: #FFF;
	margin: 2px;
	padding: 2px;
		line-height: 16px;
}

.menuDESIGN {
	margin: 4px;
	padding: 8px;
	border: 0px solid #ffffff;
	border-radius: 5pt;
	text-align: left;
	background-color: #FC0;
	background-image: url(images/design.jpg);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 19px;
	line-height: 27px;
}
}
