* {
    margin: 0;
    padding: 0px;
}
body {
    background: #fff;

}
p {
    color: #555;
    font: 20px/30px arial;
}
a {
    color: #555;
    text-decoration: none;
}

#header {
    background-image: url(topreflexionesbreves.jpg);background-repeat: repeat;
    height: 235px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);

}

.content{
	background: #f9f9f9;
    margin: 15px auto;
    padding: 25px;
    max-width:1400px;
}

.page-footer {padding: 10px;text-align:center;font-weight: 300;color:#7f7374;font-size: 20px;margin:50px 0;}