/* CSS Document */
body { margin:0; padding:0; font-family:Arial,Verdana,Helvetica; background-color:#d1d1d1; }
form,h1,h2,h3,h4,h5,h6,p,dl,dd { margin:0; padding:0; }
dd { float:left; margin:3.7px; }
div { overflow:hidden; margin:0 auto; }
img { border:0; }

/**
* DIV - Generico
*/
div#contenedor { position:absolute; top:50%; left:50%; width:251px; height:173px; margin-left:-126px; margin-top:-87px; }
div#cabecera { width:251px; height:173px; text-align:center; margin-bottom:10px; }

/**
* Textos
*/
.txt-1 { font-size:70%; color:#FFF; text-decoration:none; }