/* ************************************************************************************* */
/* Hoja de estilos para carlosgo.com *************************************************** */
/* ************************************************************************************* */

/* ************************************************************************************* */
#capaExterna {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 100;
	visibility: hidden;
	width: 100px; /* Tamaño del tooltip */
	border: 2px double #ffffff;
	}
#tooltipUno {
	background-color: #005fa6;
	height: 100px;
	width: 100px; /* Tamaño del tooltip */
	color:white;
	}
#tooltipDos {
	background-color: #005fa6;
	width: 100px; /* Tamaño del tooltip */
	
	}
#tooltipDos p {
	color: #ffffff;
	text-indent: 0px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	}
#tooltipTres {
	width: 170px; /* Tamaño del tooltip */
	height: 40px; /* Alto de la imagen que irá como fondo del tooltip */
	background: #908750 url(imagenes/imagen_de_fondo.png) no-repeat top left;
	}
/* ************************************************************************************* */

/* ************************************************************************************* */
/* Hoja de estilos para carlosgo.com *************************************************** */
/* ************************************************************************************* */
