div.elemento{
	margin-top:10px;
}
div.elemento div.content, div.elemento-especial div.content{
	background:#FAFAF8;
	border:1px solid #D1D1BE;
	border-top:1px solid #FAFAF8;
}
div.elemento div.head, div.elemento-destacado div.head {
		background:#8C8E84 url(../../img/elementoHeadLeft.gif) no-repeat left top;
}
div.elemento div.head strong, div.elemento-destacado div.head strong, div.elemento-especial .head strong{
	background: url(../../img/elementoHeadRight.gif) no-repeat right top;
	display:block;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Times, serif;
	padding:0px 12px;
}
div.elemento-destacado div.head {
background: #99CC00 url(../../img/elementoDestacadoHeadLeft.gif) no-repeat left top;
}
div.elemento-destacado div.head strong{
 background: url(../../img/elementoDestacadoHeadRight.gif) no-repeat right top;
}

div.elemento div.content{
	background:#FAFAF8;
	border:1px solid #D1D1BE;
	border-top:1px solid #FAFAF8;
}
div.elemento div.item{
	padding:14px 14px 0px 14px;
	
}
div.elemento-destacado{
	background:#76756A;
	color:#FFF;
	margin-bottom:40px;
}
div.elemento-destacado a{
	color:#FFF;
}
/*
div.elemento-destacado div.head{
	color:#FFF;
	background:#660033;
	padding:0px 10px 0px 10px;
	background:#8C8E84 url(../../img/elementoHeadLeft.gif) no-repeat left top;
}
*/

div.elemento-destacado div.content{
	padding:10px 10px 0px 10px;
}
div.elemento-destacado img{
	border:1px solid #FFF;
}
div.elemento-destacado div.left, div.elemento-destacado div.right{
	padding-top:10px;
}
div.elemento-destacado div.left{
	float:left;
	width:160px;
	font-size:11px;
}
div.elemento-destacado div.right{
	float:right;
	width:160px;
}
