/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Meneame style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#ff6500;
		font-size:80%;
	}
	
	div.pagination a {
		border: 1px solid #ff9600;
		margin-right:3px;
		padding:5px 7px;

		background-image:url(meneame.jpg);
		background-position:bottom;
		text-decoration: none;

		color: #ff6500;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #ff9600;
		background-image:none;
		background-color:#ffc794;
		color: #ff6500;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ff6500;
		
		font-weight: bold;
		background-color: #ffbe94;
		color: #ff6500;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #ffe3c6;
	
		color: #ffe3c6;
	}
	/* propmap */

 #googleMap{
        border: 3px dashed #C0C0C0;
        width: 530px;
        height: 400px; /*700*/
      }
      
      /* cluster */
      .cluster{
      	color: #FFFFFF;
      	text-align:center;
      	font-family: Verdana;
      	font-size:14px;
      	font-weight:bold;
      	text-shadow: 0 0 2px #000;
        -moz-text-shadow: 0 0 2px #000;
        -webkit-text-shadow: 0 0 2px #000;
      }
      .cluster-1{
        background: url(http://www.veralquiler.com.ar/imagenes/m1.png) no-repeat;
        line-height:50px;
      	width: 50px;
      	height: 50px;
      }
      .cluster-2{
        background: url(http://www.veralquiler.com.ar/imagenes/m2.png) no-repeat;
        line-height:60px;
      	width: 60px;
      	height: 60px;
      }
      .cluster-3{
        background: url(http://www.veralquiler.com.ar/imagenes/m3.png) no-repeat;
        line-height:70px;
      	width: 70px;
      	height: 70px;
      }
      
      /* infobulle */
      .infobulle{
	overflow: hidden;
	cursor: default;
	clear: both;
	position: relative;
	height: 250px;
	padding: 0pt;
	background-color: #EEE;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	border: 1px solid #2C2C2C;
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 12px;
	width: 250px;
      }
      .infobulle .bg{
	font-size:12px;
	height:20px;
	border:0px;
	width:100%;
	padding: 0px;
	margin:0px;
	background-color: #999;
      }
      .infobulle .text{
	color:#000;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	/*line-height:25px;*/
        padding:4px 5px 2px 4px;
	/*text-shadow:0 -1px 0 #000000;        white-space: nowrap;
        margin-top: -17px;*/
      }
      /*.infobulle.drive .text{
        background: url(images/close.png) no-repeat 2px center;
        padding:4px 20px 4px 36px;
      }*/
      .arrow{
        position: absolute; 
        left: 45px; 
        height: 0pt; 
        width: 0pt; 
        margin-left: 0pt; 
        border-width: 10px 10px 0pt 0pt; 
        border-color: #2C2C2C transparent transparent; 
        border-style: solid;
      }
	button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #693501;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ffd677 0%,
		#ff8a1d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffd677),
		to(#ff8a1d));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #da6900;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
	cursor: pointer;
	  }
      /*#ficha {font-family: "Trebuchet MS"; text-decoration: none;	padding: 4px;	width: 230px; font-size: 12px; background-color: #FFFFFF;}*/
.infobulle h2 {	margin-top: 0px; margin-right: 0px;	margin-bottom: 3px;	margin-left: 0px; padding:4px 5px 4px 36px; text-align: center;}
.infobulle .img { padding: 1px; border: 4px solid #FFFFFF;	}
/*CENTRAR IMAGEN CARGA */
.center {
	/*position: relative;
	left: 50%;
	top: 50%;*/
	margin-left: 200px;
	margin-top: 150px;
	text-align: center;
}
