div.sellos
{
	float:left;
	position:relative;
	width:552px;
}

div.sellos .header
{
	float:left;
	width:552px;
}

div.sellos .header .titulo
{
	color:#005696;
	float:left;
	font-size:2.0em;
	font-weight:bold;
	margin-left:5px;
}

div.sellos .header .actions
{
	float:right;
	width:20px;	
}

div.sellos .contenido 
{
	background-image:url(img/marco_sellos.gif);
	background-repeat:no-repeat;
	float:left;
	height:89px;
	margin-top:5px;
	position:relative;
	width:552px;
}

div.sellos ul.sellos
{
	height:89px;
	width:551px;
}

div.sellos ul.sellos li
{
	float:left;	
	position:relative;
}

div.sellos ul.sellos li .edit
{
	position:absolute;
	left:0;
}

div.sellos ul.sellos li .imagen
{
	float:left;	
	margin-left:10px;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
	vertical-align:middle;	
}

div.sellos ul.sellos li .imagen img
{	
	max-height:69px;
}

div.sellos .footer
{
	display:block;
	float:right;
	margin-right:10px;
	position:relative;
}



