/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", sans-serif;
 font-size: 10pt;
 background:#fff;
 margin-top:0px;
}

.puzzle {
width:250px;
height:304px;
}

#wrapper { 
 margin: 0 auto;
 width:760px;
 background:#E3F6FC url(img/bg-body.jpg) repeat-x;
 margin-top: 10px;
 margin-bottom:0px;
 border: 1px solid black;
}

#header2 {
 background:url(img/post/trencadis.jpg);
 width: 760px;
 height:28px;
 float: left;
 padding: 0px;
}

#footer { 
 width: 760px;
 height:60px;
 clear: both;
 background: url(img/bg-footer.jpg) no-repeat;
}

#conclusion{
background: url(img/post/bg-conclusiones.jpg) no-repeat top left;
height: 350px;
width: 95%;
text-align:right;
 margin-left: 16px;
 float:left;
 margin-bottom: 10px;
}

#conclusion table{
width: 70%;
align:center;
}

a{
text-align:center
color:#FFFFFF;
}

a:link, a:visited {
color:#fff;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

