
#directores{
width: 606px;
margin: 0;
min-height: 100%;
height: auto;
}

#directores h1{
text-align:center;
color: #0D515C;
font-size: 30px;
font-weight: bold;
display: block;
line-height: 40px;
margin-bottom: 22px;
font-family: "Trebuchet MS", Arial;
}

.fecha {
display: block;
float: left;
width: 100px;
color: #0D515C;
font-size: 90%;
font-weight: bold;
line-height: 25px;
font-family: Arial;
text-align: right;
margin-right: 5px;
}

.director {
text-align: justify;
display: block;
float: left;
width: 490px;
color: #4d4d4d;
font-size: 90%;
/*font-weight: bold;*/
line-height: 25px;
font-family: Arial;
text-align: left;
margin-bottom: 10px;
margin-right: 11px;
}

#directores hr{

margin-top: 30px;
margin-bottom: 12px;
color: #4d4d4d;
background-color: #4d4d4d;
height: 1px;
width: 50%;
}


.arriba{
text-decoration: none;
color:#0D515C;
font-weight: bold;
display: block;
text-align: right;
font-size: 90%;
font-family: Arial;
margin-bottom: 12px;
}