/* CSS Document */

/* ie mac  y mozilla*/
.box {
	width:250px;
	margin-bottom:3em;
}
/* \*/
*html .box {
	width:250px;
	margin-bottom:0.5em;
}
/* */

.div_thumb {
	position:relative;
	float:right;
}

