/* ************************************************************************************* */
/* Hoja de estilos para carlosgo.com *************************************************** */
/* ************************************************************************************* */

/* ************************************************************************************* */
#capaExterna {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 100;
	visibility: hidden;
	width: auto; /* Tamaņo del tooltip */
	border: 2px solid #3399cc;
	height: auto;
	overflow: visible;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10;
	-moz-border-radius-topright: 10px
	}
#tooltipDos {
	background-color: #FFFFFF;
	width: auto; /* Tamaņo del tooltip */
	height: auto;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10;
	-moz-border-radius-topright: 10px
	}
#tooltipDos p {
	margin: 0px;
	padding: 2px 6px;
	text-align: center;
	font-size: 70%;
	}

/* ************************************************************************************* */

/* ************************************************************************************* */
/* Hoja de estilos para carlosgo.com *************************************************** */
/* ************************************************************************************* */

