html{
border:white 10px solid;
}
body{
border: green 3px dotted;
background-color:#FFEBF7;
font-family:sans-serif;
padding: 1em;
}
h1{
margin-bottom:5px;
color:blue;
text-transform:uppercase;
text-align:center;
font-size:230%;
}
h2{
/*padding:1em;*/
text-align:center;
/*border-bottom:#B8860B 5px double; */
margin: 5px;
font-size:200%;
color:blue;
/*background-color:orange;*/
}
address{
color: black;
/*background-color:chocolate;*/
border-top: orange 3px dotted;
border-bottom: orange 3px dotted;
text-align:right;
text-decoration:blink;
}
hr{
background-color: yellow;
border:#B8860B 3px double;
height:5px;
width:60%;
}
img.izq{
border: #B8860B 5px double;
float:left;
margin-right: 10px;
margin-bottom:15px;
margin-top:5px;
}
img.der{
border:  #B8860B 5px double;
float:right;
margin-left:15px;
margin-bottom:5px;
margin-top:5px;
}
cite{
background-color:#EDFFB7;
font-family:cursive;
}
hr{
clear:both;
width: 90%;
}
img.cen{
clear:both;
}
span.ra{
border-bottom: #B8860B 5px double;
}

