@charset "windows-1250";
/* CSS Document */

#textbox {
	margin: 35px 8px 15px 0; 
	border: 1px solid #ccc;
	float:right; 
	width: 472px; 
	height:538px; 
	overflow:hidden; 
	padding: 0 10px 0 0;
}
.txt {
	display:block;
	height:548px;
	text-align: left;
	margin:0;
}
.txtficha{
	padding: 5px 0 0 0;
}
  
.fotoficha{
	width:152px;
	height:512px;
	margin: 20px 10px 0 10px;
	float:left;
	
}
.fotoficha img{
	display:block;
	width:150px;
	height:115px;
	border: 1px solid #7374a5;
	float:left;
	margin: 0 0 13px 0;	
}
