body{
    background-color: #f9f9f9;
    font-family: Arial,sans-serif;
    color: #333;
    margin: 20px;
    padding: 10px;
}
/*Estilos para titulos*/
h1{
    font-family: 'Georgia',serif;
    font-size: 32px;
    color: #c0392b;
    text-align: center;
}

h2{
    font-family: 'Verdana',sans-serif;
    font-size: 24px;
    color: #2980b9;
}

/*Estilos para poarrafos*/

p{
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
        text-align: justify;
}
.p2{
    font-family: 'Helvetica', sans-serif;
    color:darkgreen;
    font-size: 18px;
    line-height: 1.5;
        text-align: justify;
}
/*Estilo para imagenes*/

img{
    width: 400px;
    height: auto;
    border: 2px solid #3498db;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}
/*Estilo para tablas*/

table{
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
}
th{
    background-color: #0000ff;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #0000ff;
}
td:hover{
    background-color:green;
}
td{
    background-color: #ffffff;
    color: #e74c3c;
    padding: 8px;
    text-align: left;
    border: 1px solid #0000ff;
}
tbody tr:nth-child{
    background-color: #ecf0f1;
}

ul{
    font-family: cursive;
    padding: 14px;
    color: #0000ff;
}
a{
    font-family: underline;
    color: #0000ff;
    padding: 16px;
}
   .form1{
        background-color: #f0f0f0;
        border: 2px solid#ccc;
        padding: 20px;
    }
    .input1{
        border: 1px solid#999;
        padding: 10px;
    }
    .button1{
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }
    .footer1{
        background-color: #333;
        color: #fff;
        padding: 20px;
        text-align: center;
        font-size: 14px;
    }
    .p1{
        color: white;
    }