@font-face {
    font-family: mic32;
    src: url(mic32.pfm);
}
* {
	margin: 0;
  font-family: mic32, "Trebuchet MS", Arial, Verdana;
    font-size: 18px;
}
a { 
    text-decoration:none;
    color: #006699;
    font-weight: bold;
    font-size: 24px;
}
a:hover { 
    text-decoration: underline;
}
body {
    background:#FFFFFF;

}
#contenedor {
    height: 100%;
    position: relative;
}
#centrado {
    color: #006699;
max-width: 640px;
height: 50%;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
    padding: 5px;

}
#centrado p {
    text-align: left;
}
#centrado img {
    max-width: 100%;
}

 @media (max-width: 640px) {
     #centrado {
     height: 80%;
     }