* {
	margin: 0;
	padding: 0;
}
body {

	font-family: "Trebuchet MS" , sans-serif;
	font-size:16px;
	text-align:left
}
a {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
div.clear {
	clear: both;
}
/* Columna */ 
div#columna {	
	margin-left: 5px;
	width: 260px;
	float: left;
}


/* Foto */
div#columna div#foto {
	border: 2px solid #FFA917;
	background: #FFA917;
	width: 256px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 25px;
	overflow: hidden;
}
div#columna div#foto p {
	padding: 2px;
	background: #FFA917;
	font-size: 0.7em;
	color:#FFF;	
	line-height: 1.3em;
}
div#columna div#foto p strong {
	color: #000;
}
div#columna div#foto p em {
	padding: 2px;
	background: #3D4549;
	font-size: 0.9em;
	color: #899398
}
ul#navFotos {
	margin-bottom: 15px;
	height: 20px;
}
ul#navFotos li {
	display: inline;
}
ul#navFotos li a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #FFE99E;
	background-image:url(../images/stop.gif);
	background-repeat:no-repeat;
	border: 1px solid #FFA917;
	border-top: none;
	margin-right: 1px;
	font-size: .7em;
	color: #FFA917;
	font-weight: bold;
}
ul#navFotos li.selected a {
	background: #FFA917;
	background-image:url(../images/play.gif);
	background-repeat:repeat;
	color: #FFE99E;
}
div#columna div#foto {
	margin-bottom: 0;
}