<style type="text/css3">

body
{
}

div.marea
{
background-color: #ffffff;
max-width: 770px;
margin: 0 auto;
font-family: arial;
color: #000000;
font-size: 100%;
  line-height: 1.6;
}


div.tarea
{
background-color: #ffffff;
max-width: 740px;
margin: 0 auto;
font-family: arial;
color: #000000;
font-size: 100%;
  line-height: 1.6;
}


div.top
{
background-color: #ffffff;
}


div.photos
{
background-color: #000000;
max-width: 750px;
}

h1
{
font-family: arial;
font-size: 2.6em;
margin: 0px;
padding: 20px 0px 0px 15px;
text-align: center;
}

h2
{
font-family: arial;
font-size: 1.2em;
margin: 0px;
padding: 10px 0px 0px 0px;
text-align: left;
}

h3
{
font-family: arial;
font-size: 1em;
margin: 0px;
padding: 15px 0px 0px 0px;
text-align: left;
}

img
{
vertical-align:middle;
}

img.full {
  max-width: 100%;
  height: auto;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: .9em;
  width: 100%;
margin: 10 0 0 0;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


@media screen and (max-width: 600px) {
  div.hide {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  div.hidehalf {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  div.hidesmall {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  div.hidelarge {
    display: none;
  }
}



</style>
