/* CSS Document */
.grandcafe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #4F5229;
}
.texto {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  text-align:justify;
}  
.texto2 {  /*Texto Sobre verde*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
 } 
.texto3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.texto4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
 
.pequeno {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
.pequeno2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
}
body {
	background-image: url("../imagenes/fondo.gif");
	margin-top: 0px;
    background:#D7E6FF;
} 
td img {
    display: block;
  }
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #433A19;
}
strong {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a:link {
    color:#999999
}
a:visited {
    color:#9900FF;
}
a:hover {
	color: #ff0000;
}