/* CSS Document */

body {
	margin:0;
}

#botones {
	width:100%;
	background-color:#F5F5F5;
	height:18px;
	padding: 3px 2px 2px 0;
	text-align:right;
}

#imgDescriptor {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding:5px 3px 3px 3px;
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 1px;
}

#foto {
	width:100%;
	text-align:center;
	min-height:150px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 1px;
}

.contador {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	float:right;
	padding-top:2px;
	margin-right:10px;
}
