/* CSS Document */
html>body #pit-container{ /*CONTENEDOR DE PUNTOS DE INFORMACION*/
	width: 493px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#pit-container{ /*CONTENEDOR DE PUNTOS DE INFORMACION IE*/
	width: 493px;
	float:left;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
}
#pit-title{ /*CONTENEDOR DE IMAGE, TITULO Y TEXTO*/
	width: 523px;;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#31659f;
	border-bottom:solid 2px #31659f;
}

#pit-block-container{ 
	width: 494px;
	float:left;
}
#pit-block-left{ 
	width: 247px;
	float:left;
}
#pit-block-right{ 
	width: 247px;
	float:right;
}

#pit-data-container{ /*CONTENEDOR DE IMAGE, TITULO Y TEXTO*/
	width: 250px;
	float:left;
	margin-bottom: 5px;
}
#pit-data-img{ /*CONTENEDOR DE IMAGE*/
	width: 30px;
	height: 22px;
	float:left;
}
#pit-data-title{ /*CONTENEDOR DE TITULO*/
	width: 150px;
	height: 19px;
	float:left;
	padding-top: 3px;
	border-bottom:solid 1px #BBBBBB;
}
html>body #pit-data-txt{ /*CONTENEDOR DE TEXTO*/
	width: 210px;
	float:left;
	margin-left: 30px;
	padding-top: 3px;
}
#pit-data-txt{ /*CONTENEDOR DE TEXTO*/
	width: 210px;
	float:left;
	margin-left: 15px;
	padding-top: 3px;
}
#pit-location{ /*CONTENEDOR DE MAPA*/
	width: 480px;
	float:left;
	margin-top: 10px;
	padding-right: 10px;
	text-align:right;
}
#pit-location a {
	color:#0F3C7C;
	text-decoration:underline;
}
#pit-location a:hover {
	color:#0F3C7C;
	font-weight:bold;
}
#pit-location a:visited {
	color:#0F3C7C;
	text-decoration:none;
}
