#agenda {
	background-color: #333333;
	width: 658px;
	color: #FFFFFF;
	height:auto;
	background-image: url(../fondos/agenda.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: auto;
}

#inicio {
	height: 44px;
}
#texto {
	position: relative;
	text-align: justify;
	height: auto;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}
#corcho {
	width: 658px;
	color: #FFFFFF;
	margin: auto;
}#grande {
	height: 400px;
	width: 350px;
	text-align: right;
}
#thumbs {
	float: right;
	width: 250px;
	height: 420px;
	overflow: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #A9BA6D;
	border-right-color: #A9BA6D;
	border-bottom-color: #A9BA6D;
	border-left-color: #A9BA6D;
	padding-left: 10px;
}
#thumbs #lista {
	width: 50px;
}
#thumbs #lista #celda {
	text-align: left;
	padding: 4px;
	width: 50px;
}
#thumbs #lista #celda .thumb {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #272727;
	border-right-color: #272727;
	border-bottom-color: #272727;
	border-left-color: #272727;
}
