body {
	cursor: url("elementos/cursor.cur"),auto;
	font-size: 1.2rem;
	font-family: sans-serif;
}

main {
	margin: 1% 15%;
	padding: 1%;
}

section {
	background-color: snow;
	border: 5px outset;
	padding: 20px;
}

.flexbox { 
  display: flex; 
  flex-direction: row }

@media (max-width: 600px) {
	main { margin: 1% 5%; padding: 10px }
	nav table td { font-size: 0.8rem }
	.flexbox { flex-direction: column }
}

nav table {
	border: ridge grey 2px;
	table-layout: fixed;
}

nav table td {
	background: turquoise;
	word-break: break-word;
}

table {
	background-color: ghostwhite;
}

h2 {
	border: double 5px gray;
	background-image: url("fondos/mar.gif");
	background-size: 100px;
	text-shadow: 2px 2px white;
	font-style: italic;
}

h3 {
	border: double 5px teal;
	background-image: url("fondos/fondito.png");
	color: white;
}

footer {
	color: white;
}


.base { background-color: transparent; border: none; color: snow }
.base a:link { color: turquoise }
.base a:visited { color: grey }
