@CHARSET "ISO-8859-1";
div.contenedor{
	position:relative;
	width: 12em;
	height: 3.5em;
}
div.ventana{
	position: absolute;
	top: 0em;
	left: 0em;
	height: 3.2em;
	background-color: Tan;	
	background: #a74d0a;
	background: #F5F2C9; 	
}

div.ventana img{
	width: 4em; /*2.8*/
	height: 3.2em;/*2.8*/
	border-color: #a74d0a;
	background: #F5F2C9; 	
}	
