/* Fondotexto (Rojo) */
.fondotexto {
	background: linear-gradient(to top, #ff8080, #ff0000);
	background-clip: padding-box;
	border: 1px solid #ff0000;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 4px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
 }
 
 .fondotexto:hover {
	background: linear-gradient(to top, #ff4d4d, #e60000);
	border-color: #e60000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }
 
 .fondotexto:active {
	background: linear-gradient(to top, #cc0000, #990000);
	border-color: #990000;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
 }
 
 /* Fondotextoverde (Verde) */
 .fondotextoverde {
	background: linear-gradient(to top, #00FF00, #00CC00);
	background-clip: padding-box;
	border: 1px solid #00CC00;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 4px;
	padding: 1px 4px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
 }
 
 .fondotextoverde:hover {
	background: linear-gradient(to top, #00FF33, #00FF00);
	border-color: #00B300;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }
 
 .fondotextoverde:active {
	background: linear-gradient(to top, #00AA00, #008800);
	border-color: #008800;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
 }
 
 /* Fondotextorojo (Rojo variante) */
 .fondotextorojo {
	background: linear-gradient(to top, #FF4D4D, #FF1920);
	background-clip: padding-box;
	border: 1px solid #FF1920;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 4px;
	padding: 1px 4px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
 }
 
 .fondotextorojo:hover {
	background: linear-gradient(to top, #FF6666, #FF3333);
	border-color: #e60000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }
 
 .fondotextorojo:active {
	background: linear-gradient(to top, #CC0000, #990000);
	border-color: #990000;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
 }
 
 /* Fondotextoazul (Azul) */
 .fondotextoazul {
	background: linear-gradient(to top, #00F0E0, #00E1CC);
	background-clip: padding-box;
	border: 1px solid #00E1CC;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 4px;
	padding: 1px 4px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
 }
 
 .fondotextoazul:hover {
	background: linear-gradient(to top, #00F5EE, #00E8D6);
	border-color: #00B3A0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }
 
 .fondotextoazul:active {
	background: linear-gradient(to top, #00C6B2, #00AFAA);
	border-color: #009688;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
 }
 
	
	
	
	
/* Tooltip container */

.tooltip , .tooltip2, .tooltip3, .tooltip4{
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}
/* Tooltip text */

.tooltip hr, .tooltip2 hr, .tooltip3 hr, .tooltip4 hr{
   height:3px; 
   background-color:#003399; 
   border:none; 
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}


.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -110px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */

.tooltip3 .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -175px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */

.tooltip4 .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -300px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */

.tooltiptext{
	font-size:12px;
}
.tooltiptext2 {
	font-size:12px;
}
/* Tooltip text */
.tooltip .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}


.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 220px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -110px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */

.tooltip3 .tooltiptext2 {
    visibility: hidden;
    width: 350px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -5px;
    margin-left: -175px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */

.tooltip4 .tooltiptext2 {
    visibility: hidden;
    width: 600px;
    background-color: #3399FF;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
	margin-bottom: -635px;
    margin-left: 22px;
    /* Fade in tooltip */
    
    opacity: 0;
    transition: opacity 1s;
}
/* Tooltip arrow */



.tooltip .tooltiptext::after, .tooltip2 .tooltiptext::after, .tooltip3 .tooltiptext::after, .tooltip4 .tooltiptext::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3399FF transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext, .tooltip3:hover .tooltiptext, .tooltip4:hover .tooltiptext{
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext2::after, .tooltip2 .tooltiptext2::after, .tooltip3 .tooltiptext2::after, .tooltip4 .tooltiptext2::after{
    content: "";
    position: absolute;
    top: 20%;
    left: 0%;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #3399FF transparent transparent ;
}
/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext2, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext2, .tooltip4:hover .tooltiptext2{
    visibility: visible;
    opacity: 1;
}

 /* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab{
    outline: none;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab:hover {
    background-color: white;
}

/* Create an active/current tablink class */
div.tab, td.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
} 

.tabcontent2 {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
} 
.tabcontent3 {
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s; /* Fading effect takes 1 second */
} 
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


