
/**FontFace**/
	@font-face {
				font-family: 'Hasteristico-Bold';
				src: url('font/hasteristicobold.eot');
				src: url('font/hasteristicobold.eot?#iefix') format('embedded-opentype'),
						 url('font/hasteristicobold.woff') format('woff'),
						 url('font/hasteristicobold.ttf') format('truetype'),
						 url('font/hasteristicobold.svg#hasteristicobold') format('svg');
				font-weight: bold;
				font-style: normal;
		}
		
	@font-face {
				font-family: 'Hasteristico-Light';
				src: url('font/hasteristico.eot');
				src: url('font/hasteristico.eot?#iefix') format('embedded-opentype'),
						 url('font/hasteristico.woff') format('woff'),
						 url('font/hasteristico.ttf') format('truetype'),
						 url('font/hasteristico.svg#hasteristico') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
	@font-face {
				font-family: 'Swiss721BT-Light';
				src: url('font/swz721l.eot');
				src: url('font/swz721l.eot?#iefix') format('embedded-opentype'),
						 url('font/swz721l.woff') format('woff'),
						 url('font/swz721l.ttf') format('truetype'),
						 url('font/swz721l.svg#swz721l') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
	@font-face {
				font-family: 'Swiss721BT-LightExtended';
				src: url('font/swz721le.eot');
				src: url('font/swz721le.eot?#iefix') format('embedded-opentype'),
						 url('font/swz721le.woff') format('woff'),
						 url('font/swz721le.ttf') format('truetype'),
						 url('font/swz721le.svg#swz721le') format('svg');
				font-weight: normal;
				font-style: normal;
		}

#ellaPY           { width:300px; margin:0 auto; overflow:hidden}
#ellaPY .titulo   { border-bottom:1px dotted #CCCCCC; display:block; margin-bottom:10px}
#ellaPY ul        { display:block; width:100%; float:left; padding:0; list-style:none}
#ellaPY ul li     { overflow:hidden; padding-bottom:20px }

#ellaPY .tabber-image { border: 1px solid #ccc; float: left; margin-right: 10px; padding: 2px; width: 70px; height: 70px; }

#ellaPY .tabber-image img { transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; width: 70px; height: 70px;}
#ellaPY .tabber-image img:hover { opacity: .85; }
	
#ellaPY .tabber-text { float: left; width: 184px;}
#ellaPY .tabber-text a { color:#000; text-decoration:none; font:normal 12px/12px Tahoma, Geneva, sans-serif }
		
#ellaPY .tabber-text .main-headline { color: #545454; float: left; font: 700 18px/22px 'Hasteristico-Bold', serif; margin-bottom: 5px; text-transform: none; text-decoration:none; width: 100%; }
#ellaPY .tabber-text .main-headline:visited { color: #333; }
#ellaPY p     { font:400 12px/16px 'Swiss721BT-Light',sans-serif}
#ellaPY .tabber-text .cmta { display:block !important; width:56px; height:19px; line-height:19px; padding:0 6px; text-decoration:none; margin:2px 0;
                             font-family: 'Swiss721BT-Light',Arial; font-size:11px; color:#444; background:url(images/bg_comenta.gif) no-repeat;}  
