/*
 * Estilos CSS | CATALOGO
 * 
 * Martín Rodríguez Jáuregui
 * Para el sitio web de PERTOVT Y CIA SRL
 */

body {
    margin: 0;
    background-color: #c5c5c5;
}

header {
    padding-top: 50px;
    background-color: gainsboro;
    max-height: 660px;
}

section {
    padding: 0;
}

table thead {
    color: white;
    background-color: black;
    font-weight:bold;
}

p {
    font-size: 1.5em;
}

h1 {
    font-size: 2.75em;    
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.75em;
}

.textoIntroductorio {
    background-color:white;
    padding: 50px 0;
} 

.textoIntroductorio h1{
    color:black;
} 

.indiceTexto {
    background-color:white;
    padding: 50px 0;
} 

.indiceTexto h1,h4,span, a{
    text-transform: none;
    color:black;
} 

.indiceTexto a:hover,a:focus,a:active {
    text-decoration-line: none;
    color:white;
    background-color: black;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 25px;
}

.indiceTexto hr {
    border-top: 2px solid #ccc;
} 

.catalogoGrafico {
    padding: 50px 0;
    background-color:#ccc;
    text-align: center;
} 

.catalogoGrafico img {
    display: inline;
} 

footer {
    font-size: 0.75em;
    padding: 25px 0;
    background-color: black;
    color:white;
}