.fondotexto {
    background-color: red;
    background-image: none;
    border-bottom-color: red;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: red;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: red;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: red;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(0, 153, 255);
    display: inline-block;
    line-height: 14px;
    margin-bottom: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-decoration-line: none;
    vertical-align: middle;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
}
.fondotextoverde {
    background-color: #00CC00;
    background-image: none;
    border-bottom-color: #00CC00;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #00CC00;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #00CC00;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #00CC00;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(0, 153, 255);
    display: inline-block;
    line-height: 14px;
    margin-bottom: 4px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 4px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-decoration-line: none;
    vertical-align: middle;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    cursor: pointer;
    font-size: 12px;
}
/* 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 */

/* Tooltip text */
.tooltiptext{
	font-size:12px;
}
.tooltiptext2 {
	font-size:12px;
}
.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: -480px;
    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;
}

.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;
}
A:link {
    text-decoration: none;
    text-decoration: underline;
    font-weight: lighter;
    color: yellow;
}
A:visited {
    text-decoration: none;
    font-weight: lighter;
    color: yellow;
}
A:active {
    text-decoration: none;
    font-weight: lighter;
    color: red;
}
A:hover {
    text-decoration: underline;
    color: lime;
    font-weight: lighter;
}
.borazul {
    background-color: #6699FF;
    color: white;
    font-family: Arial;
    text-align: center;
    border-style: groove;
    border-color: #0099FF;
    font-weight: bold
}
.borazul:hover {
    background-color: #6699FF;
    color: white;
    font-family: Arial;
    text-align: center;
    border-style: groove;
    border-color: yellow;
    font-weight: bold
}
.container2 h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    border: 1px solid cyan;
    margin-top: 13px;
    font-family: 'Open Sans', sans-serif;
}
.letrapequeña {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: white;
}
input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 4px 0 4px;
}
input[type=submit] {
    cursor: pointer;
}
input[type=reset] {
    cursor: pointer;
}
input:focus {
    border: 2px solid green;
    background-color: #F0F8FF;
}
input:active {
    border: 2px solid green;
    background-color: #F0F8FF;
}