* {
    padding: 0;
    margin: 0;
} 
body {
background: #eee url(images/background.jpg) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}
img {
    border: none;
}
.capa {
	max-width: 520px;
}
a {
    color: #005EB0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color : #000;
}
.e {/* img */
max-width: 250px;
float: left;
margin-right: 8px;
}
.d {/* img */
max-width: 250px;
float: right;
margin-left: 8px;
}
.album { /* div */
margin-bottom: 15px;
float: left;
clear: both;
}
.common {
float: left;
margin-right: 8px;
}
#wrap {
width: 800px;
margin: 0 auto;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background: #fff;
}
#header {
height: 120px;
margin: 0 auto;
width: 800px;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background-color: white;
}
#header h1 {
padding: 12px 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;

}
#header h2 {
text-align: center;
font-size: 14px;
color: #005EB0;
font-weight: 100;
}
#header h4 {
	text-align: center;
	font-size: 14px;
	color: black;
	font-weight: 100;
}
#left {
float: left;
width: 150px;
padding: 10px;
}
#left h2 {
    color: #005EB0;
    padding: 15px 0 5px 10px;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 100;
}
#left ul { 
    color: #777;
    padding: 10px 0 10px 30px;
    list-style-type: square;
}
#left ul li { 
    padding-bottom: 5px;
}
#left ul li a {
    color: #777;
    text-decoration: none;
}
#left ul li a:hover { 
    color: #000;
}
#center {
margin-top: 20px;
float: left;
width: 550px;
padding: 10px 20px 20px 20px;
background: #fafafa;
border: 1px solid #ccc;
}
#center h2 {
font-size: 20px;
font-weight: 100;
color: #005EB0;
padding : 10px 0 15px 0;
}
#center p {
text-align: justify;
margin-bottom: 10px;
}
#right {
float: right; 
width: 160px;
padding: 10px;
}
#right h2 {
    color: #005EB0;
    padding: 15px 0 5px 10px;
    font-size: 17px;
    letter-spacing: -1px;
    font-weight: 100;
}
#right ul { 
    color: #777;
    padding: 10px 0 10px 30px;
    list-style-type: square;
}
#right ul li { 
    padding-bottom: 5px;
}
#right ul li a {
    color: #777;
    text-decoration: none;
}
#right ul li a:hover { 
    color: #000;
}
#footer {
margin-top: 20px;
border-top: 1px solid #aaa;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
clear: both;
}