#cuerpo{
    background-color: #124967;
    width: 100%;
}

#main{
    background-color: #124967;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    width: 900px;
	padding-top: 30px;
}

.style-a{
    text-decoration: none;
}

#titulo{
    font-size: 11pt;
    color: #FFFFFF;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#subtitulo{
}

.texto{
    
}

.resalte{
    font-weight: 700;
    font-size: 13pt;
}

#tickets-de-soporte{
    color: #DA1B22;
    background-color: #cfdae0;
    font-size:13pt;
    padding: 15px;
    font-weight: 700;
    width: 75%;
}

#boton1 {
    background-color: #DF565D;
    color: #cfdae0;
    padding: 8px;
    font-size: 12pt;
    background-image: url("./images/flecha-botones.png"); background-position-x: left; background-position-y: center; background-repeat: no-repeat;
}

#boton1:hover {
    background: #D51D27;
    background-image: url("./images/flecha-botones.png"); background-position-x: left; background-position-y: center; background-repeat: no-repeat;
}

#boton2 {
    background-color: #124967;
    color: #cfdae0;
    padding: 8px;
    font-size: 12pt;
    background-image: url("./images/flecha-botones.png"); background-position-x: left; background-position-y: center; background-repeat: no-repeat;
}

#boton2:hover {
    background: #00689F;
    background-image: url("./images/flecha-botones.png"); background-position-x: left; background-position-y: center; background-repeat: no-repeat;
}

#tutorial-box{
    font-size: 13pt;
    padding: 15px;
    width: 75%;
    color: #FFFFFF;
    background: #DF565D;
}

#tutorial-box:hover{
    background: #D51D27;
}

#software-box{
    color: #DF565D;
    background-color: #cfdae0;
    font-size:13pt;
    padding: 15px;
    width: 75%;
}

#software-box span{
    font-weight: 700;
}

#software-boton{
    background-color: #124967;
    padding: 10px;
    color: #cfdae0;
}

#software-boton:hover {
    background: #00689F;
}

.colorbase{
    color: #FFFFFF;
    font-size: 11pt;
}

.cuadrotexto{
    color: #FFFFFF;
    font-size: 12pt;
    width: 400px;
}

.err{
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 12px;
    color: red;
}

#map {
        height: 244px;
        padding: 10px;
            width: 420px;
        }
		