body{
    top: 20px;
    margin: auto;
    /* width:70%; */
    /* max-width: 600px; */
    font-family:arial;
    background:white;
    border-width:20px;
    width: 600px ;
    height: 600px ;
    max-width: 100% ;
    /* border: solid pink; */
}

nav ul, footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: red;
  font-weight:bold;
}

nav ul li {
  float: left;
  border-right:1px solid #bbb;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav ul li a:hover:not(.active) {
  background-color: pink;
}

.active {
  background-color: red;
}

.title{
	color: blue;
	text-size: 80px;
}

.center {
    width: auto;
    height: auto;
    max-width: 100%;
}

footer {
  display: block;
  color: white;
  text-align: right;
  text-decoration: none;
}

/* Media Queries */
/*

@media(max-width: 768px){
  header #company,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
}


.info img {
  display: inline-block;
  vertical-align:middle;
  float:right;
  clear: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
*/

/* Header */
header a:hover{
  color:black;
  font-weight:bold;
}

header{
    padding-bottom:20px;
}

#showcase h1{
    margin-top:40px;
}

header #company{
  float:left;
}

header #company h1{
  margin:0;
}


/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.myBox
{
    text-size: 40px;

    padding: 20px;
    box-sizing: border-box;
    background: white;
/*    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5); */
    display: flex;
}

.myBox .imgBox {
    width: 150px;
    flex: 0 0 150px;
}

.myBox .imgBox img {
    max-width: 100%;
    clear: right;
}

.myBox .contentBox
{
    padding-right: 20px;
}

.myBox .contentBox p
{
    margin: 0;
    text-align justify;
}
.contentBox p
{
    text-size: 40px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nestor .patricia h2{
    font-size:18px;
}

h2 {
    color: orange;

}
.nestor .patricia .address {
          text-decoration: none;
          font-size: 1.2em;
}

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
