
/* tooltip styling */
.tooltip { background: url(../img/tooltip_servicios_chico.png) no-repeat;  width:203px; height:331px; padding:20px 20px 20px 42px; font-size:10px; color:#eee;}
.tooltip2 {background: url(../img/tooltip_servicios_chico_derecha.png); width:203px; height:331px; padding:20px 42px 20px 20px; font-size:10px; color:#eee;}
.tooltip, .tooltip2 { left:0; top:0; display:none; height:331px;font-size:10px;color:#eee; z-index:350; position:absolute;}

.tooltip3 { background: url(../img/tooltip_servicios.png) no-repeat;  width:288px; height:420x; padding:15px 25px 10px 37px; font-size:10px; color:#eee;}
.tooltip4 {background: url(../img/tooltip_servicios_derecha.png); width:288px; height:420px; padding:15px 37px 10px 25px; font-size:10px; color:#eee;}
.tooltip3, .tooltip4 { left:0; top:0; display:none; height:420px;font-size:10px;color:#eee; z-index:350; position:absolute;}

.tooltip5 { background: url(../img/tooltip_servicios_mini.png) no-repeat;  width:203px; height:331px; padding:20px 20px 20px 42px; font-size:10px; color:#eee;}
.tooltip6 {background: url(../img/tooltip_servicios_mini_derecha.png) no-repeat; width:203px; height:331px; padding:20px 42px 20px 20px; font-size:10px; color:#eee;}
.tooltip5, .tooltip6 { left:0; top:0; display:none; height:201px;font-size:10px;color:#eee; z-index:350; position:absolute;}

/* a .label element inside tooltip */
.tooltip h3, .tooltip2 h3, .tooltip3 h3, .tooltip4 h3, .tooltip5 h3, .tooltip6 h3{font-weight:bold; font-size:20px; margin:0; padding:0; text-transform:uppercase;}
