
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#cajaGMpas {
	width: 694px;
	border: 1px solid #cddee8;
	padding-bottom: 10px;
	background-color: #e2eaef;
}

#contenidoCajaGMpas {
	padding-left: 15px;
	width: 100%;
}

#contenidoCajaGMpas form {
	background-color: #e2eaef;
	width: 600px;
	border-color: #e2eaef;
}

#formBlock form {
	text-align: center;
}

#formError {
	width: 100%;
	/*border:1px solid #cddee8;*/
	color:#D55022;
	padding-top:10px;
}

/* Bloque de centros mas cercanos */
#block_list_centers {
	width: 100%;
  	margin: 10px 0 0 0;
}
#block_list_centers ol {
  padding-left: 20px;
}
#block_list_centers li {
	/*background-image: url(/img/librovisitas/elemento_lista.gif);
	background-repeat: no-repeat;
    background-position: center left;*/
	padding-left:10px;
    list-style-position: inside;
    list-style-type: none;
	color:#52727f;
}
/* FIN bloque centros más cercanos*/

/* Bloque de direcciones parecidas */
#block_list_address {
  width: 100%;
  margin: 10px 0 0 0;
}

#block_list_address ol {
  padding-left: 20px;
}

#block_list_address li {
  /*background-image: url(/img/librovisitas/elemento_lista.gif);
  background-repeat: no-repeat;*/
  /*background-position: center left;*/
  padding-left: 10px;
  list-style-position: inside;
  /*list-style-type: none;*/
}
/* FIN bloque direcciones parecidas*/

/* Bloque Direccion no encontrada*/
#block_dir_not_found {
  width: 100%;
  margin: 10px 0 0 0;
}
#block_dir_not_found p{
  width: 100%;	 
  margin: 0px;
}
/* FIN Bloque Direccion no encontrada*/

#map2 {
	BORDER-RIGHT: #cddee8 1px solid; 
	BORDER-TOP: #cddee8 0px solid; 
	MARGIN: 0px 0px 0px 0px; 
	BORDER-LEFT: #cddee8 1px solid; 	
	BORDER-BOTTOM: #cddee8 1px solid;
	POSITION: relative; 
	WIDTH: 694px; 
	HEIGHT: 503px;
}

#map2 img {
	background: none;
}

/* Informacion de globo de usuario */
.globousuario {
	width:			380px;
	/*height:			148px;*/
	margin: 0px;
	padding: 0px;
}
.globousuario input {
	width: 220px;
}
.globousuario textarea {
	width: 220px;
	height:100px;
}
.globousuario a {
	top:			20px;
	left:			190px;
}
.introglobousuario {			
	color: #FB7142;
	font-weight:	bold;
	height: 15px;
}
.direccionglobousuario {
	color:			#52727f;
	font-weight:	bold;
	font-size:		1em;
}	

/* Informacion de globo de centro */
.globocomentario {
	width: 320px;
	/*height: 158px;*/
	top: -10px;
}
.introglobocomentario {			
	width: 320px;
	color: #FB7142;
	font-weight: bold;
}
.direccionglobocomentario {
	color: #52727f;
}


/*Eliminación de bordes*/
img, fieldset {
	border: 0px none;
}

