@charset "utf-8";
*{margin:0; padding:0; border:0; }
html {width:100%; height:100%;}
body {width:100%; height:100%; font:14px Arial, Helvetica, sans-serif; color:#202020;  background:#BCBDBF url(imagenes/bg.jpg) repeat-x;} 
#cuerpo{width:600px; height:500px; background:url(bg.png) no-repeat center; top:50%; left:50%; margin-top:-250px; margin-left:-300px; position:absolute; }
#links{width:600px; height:100px; margin-top:390px;}
#links h1{width:250px; height:100px; text-align:center; float:left; display:inline; padding-left:35px; font-weight:normal; font-size:28px;}
a:link{color:#AAA; text-decoration:none;}
a:hover{color:#397484; text-decoration:underline; }
a:active{color:#ed1c24;}
a:visited{color:#AAA; text-decoration:none;}
