/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*  ******************************************************************** MI CSS */

*{ box-sizing: border-box; }

p, h4, h5, h6 {
	font-family: 'abel';
}


h4, h5 {
	color:#01bdce;
}


p{
	font-size: 16px;
	margin-top: 16px;
	line-height: 18px;
	font-family: sans-serif;
}

h4{
	font-size: 26px;
}


h5{
	font-size: 20px;
	margin-top: 5px;
}

.iconofa{
	font-family: 'FontAwesome';
}


.iconofabco{
	color: white;
}

.iconofaaz{
	color: #01bdce;
}

.lmas{
	font-size: 12px;
	text-decoration: none;
}

.columna{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 5px;
	border: solid coral 1px;
}

.fila{
	width: 100%;
	border: solid green 1px;
}


.portada{
	
}


.topmenu .res {
	color: orange;
}


body{background-color: black;}


.pronto{
	color: white;
	position: absolute;
	top:  250px;
	left: 200px;
	border:  solid red 11px;
}


.inicio {
	position: absolute;
	top:  100px;
}



.letras{
	padding-top: 25px;
}





/*  ******************************************************************** ARQUI */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 32%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}



       /************************************************************** FILTROS*/
.main {
	align-content: block;
	position: inherit;
    max-width: 90%;
    border:  solid green 1px;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 3px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 12%;
  display: none; /* Hide all elements by default */
  margin-top:5px;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: white;
    padding: 5px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: solid blue 2px;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  font-size: 20px;
  font-family: 'abel';
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #801e6a;
  color: white;
}

.content p{
  text-align: left;
  font-size: 19px;
}

.content h4{
  margin-top: 15px;
}













/************************************************************** AIRE*/
       .aire{
       		position: absolute;
       		top:  0;
       		left: 0;
       		height: 100px;
       		width: 100%;
       		/*border: solid yellow 2px; */
       }




 /************************************************************** MENU*/

.menufix{
	border: solid orange ;
}



.menuprincipal{


}



.topmenu {
  position: fixed; /*absolut*/
  top: 55px;
  left: 4%;
  /*border:  solid pink 2px;*/
}


.topmenu a {
	text-align: center;
	font-family: 'arial';
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	text-decoration: none;
	color:white;
}


