@charset "utf-8";
/* CSS Document */

body{
	font-size:11px;
}

big{
	font-size:11px;
}
h3{
	font-size:13px;
}
u{
	text-decoration:none;
}
.anillo{
	text-decoration:none;
	color:#000000;
}
.anillo:hover{
	position:relative;
	left:2px;
}
.myenlace{
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid <?php echo $borde; ?>;
	background: <?php echo $fondo; ?>;
	color: <?php echo $color; ?>;
}
.openpet{
	background: <?php echo $fondo_activo; ?>;
}
.tooltip{
	width: 200px;
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(<?php echo "http://".$web.$carpeta; ?>bt.gif) no-repeat top;
}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
    background: url(<?php echo "http://".$web.$carpeta; ?>bt.gif) no-repeat bottom;
}