body {
	padding-left: 11em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: white
}

cuadro{
	margin: 0.5em 0;
	padding: 0.3em;
	background-color: blue;
	border-right: 1em solid blue
}
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em
}

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif
}
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
}

ul.navbar a {
  text-decoration: none
}

a:link {
  color: blue
}

a:visited {
  color: purple
}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
border-right: 1em solid blue
}

menu {width:20%;float:left;border:0px solid} 

texto {width:80%;float:left;border:0px solid} 

p.center { text-align: center } 
IMG.center { display: block; margin-left: auto; margin-right: auto } 


