.infobox-wrapper {
    background:url(../images/bg.png) repeat-x;
}
#infobox {
    border:2px solid black;
    margin-top: 8px; /*PARA UBICAR LA IMG QUE APUNTA AL MARCADOR*/
    background:#333333;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
	padding:8px;
	color:white;
}

.infoBox img{width:auto;}

#infobox-title{
	height:70px;
	background:url(../img/title_bg_o.png) repeat-x left bottom; 
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;	
	width:100%;
}

#infobox-logo, #infobox-categ{height:65px; padding:5px 5px; }

#infobox-logo{float:left; width:70px; text-align:center;}

#infobox-id{ color:red;}

#infobox-categ{float:right; width:292px; text-align:left; }

#infobox-contenido{ padding:5px 7px; }

#infobox-info{float:left; width:200px; font-size:11px; text-align:left;}

#infobox-info a{color:#ADADAD; text-decoration:none; text-transform:none;}

#infobox-info a:hover,a:visited{color:#ADADAD; text-decoration:underline;}

#infobox-image{float:right; width:185px; text-align:center;}

#infobox-lugar{font-weight:normal; font-size:11px; text-transform:uppercase;}

#clear{clear:both; padding:0; margin:0;}

#infobox-url{
	margin-top:20px; 
	font-size:11px; 
	width:140px; 
	height:21px;
	cursor:pointer;
}

#infobox-url:hover{ text-decoration:underline;}

#infobox-vermas{ 
	line-height:20px;  
	padding-left:10px; 
	height:21px; 
	background:url(../img/url.png) repeat-x; float:left;
	width:80px
}
 
#infobox-imgnext{float:left;}

#add-favoritos{text-align:left; padding-top:8px; font-size:9px;}
#add-favoritos a{color:#A3A3A3; font-weight:normal; text-decoration:none;}

#add-favoritos a:hover{color:white;}

#add-favoritos h3{margin:0px; padding:0px; padding-top:4px;}

#top-linea{border-top:1px dotted yellow;}

#cantVisitas{color:red;}

#infobox-print{
	position: absolute;
	background: url(../img/print.png) no-repeat right top;
	left: 387px;
	top: 31px;
	width: 19px;
	height: 18px;
	border-top:1px solid #333;
}

#infobox-print:hover{
	background: url(../img/print_select.png) no-repeat right top;	
	cursor:pointer;	
}
