@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#main {
	width: 880px;
	margin: 0 auto;
}
.adsense {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	height: 80px;
	width: 200px;
	border: 1px solid #336699;
	padding: 5px;
	float: left;
	margin: 4px;
	background-color: #efefef;
}
.adsense a {
	color: #0000FF;
	font-weight: bold;
}
.adsense .enlace {
	font-size: 10px;
	color: #008000;
}
#search {
	padding: 10px;
	margin-bottom: 10px;
}
.casilla {
	border: 1px solid #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
h1 {
	padding-left: 10px;
	margin-bottom: -4px;
}

#footer {
	font-size: 10px;
	color: #666;
	padding: 10px;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

