#caja {margin-top:10px; margin-bottom:20px; margin-left:25px; width:750px; heigth:auto; background-color: #99CCFF ; }
body {background-color: #99CCFF ;}
* {margin: 0; padding: 0;}
img  {border: 0;}


h1 { font-size:1.7em;  font-family: Helvetica ;font-weight: normal; margin-top:15px; }
h2 { font-size:1.3em; font-family: Helveltica , Arial;  ;font-weight: normal;}
h3 { font-size:1em; font-family: Helveltica , Arial; font-weight: normal;}
h4 { font-size:1em; font-family: Helveltica , Arial; margin-left:25px; font-weight: normal;}
h5 { font-size:1em; font-family: Helveltica , Arial; margin-left:25px; font-weight: normal;}
h6 { font-size:1em; font-family: Helveltica , Arial; margin-left:25px; font-weight: normal;}


#titulo {
font-size:1.7em;
font-family: Helvetica ;
font-weight: normal; 
text-align:center;
}

#actibidad {
width: 600px; 
height: auto;
text-align:center;
float:center;
margin-left:80px;
background-image: url(img/actividades/fondo.png);
}

#fecha {
width:150px;
height: 20px;
float:left;
}

#nombre {
width:300px;
height:20px;
float:left;
}

#lugar {
width:150px;
height:20px;
float:left;
}

a:link { 
color: blue; 
text-decoration:none; 
}
a:visited { 
color: blue; 
text-decoration:none; 
}
a:hover {
color: black ;
text-decoration:underline; 
}
