﻿body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px;
    background-color: #ffffff;
}

h1 {
    font-size: 32px;
    color: #001D7F;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #001D7F;
    text-align: center;
}

p {
    font-size: 16px;
    color: #000080;
    text-align: center;
}

.texto-grande {
    font-size: 18px;
}

.texto-chico {
    font-size: 14px;
}

.contenedor {
    max-width: 1000px;
    margin: auto;
}

.producto {
    text-align: center;
    margin-bottom: 40px;
}

.producto img {
    max-width: 450px;
    height: auto;
    border: 1px solid #ccc;
	width: 500px;
}