@charset "utf-8";
/* CSS Document */

body{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; background-color:#CCC;}

#contenedor{ width: 760px; margin: 0 auto; padding: 18px; background-color:#FFF; border: 1px solid #555; }

.datos{ width:320px; background-color:#FCF; border: 1px solid #F9C; padding: 15px;
margin: 0 0 20px 200px;}

.datos2{ width:350px; border: 1px solid #F9C; padding: 15px; }

h1, h2, h3{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
h1{ color:#555; text-align:center; margin-bottom: 25px; border-bottom: 1px solid #888; border-top: 1px solid #888;}

h2{ color:#666; border-bottom: 1px solid #999;}

h3{ font-size:22px; color:#888; text-align:center; border-bottom: 1px solid #ddd; width:250px;}

td{ text-align:center;}
img{ border:0;}

#pie{ border-top:1px solid #555; padding: 15px 0 0 0; margin-top:15px;}
