.main{
    top: 0;
    box-sizing: border-box;
    padding:30px 10px;
    text-shadow: 2px 2px 2px #000;
    
}

section{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    z-index: 1;
    box-sizing: border-box;
    padding: 20px 10px;
}

.imagenes ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 1024px;
}
.imagenes ul li{
    margin: auto;
    list-style: none;
    padding: 2px;
}
.imagenes img{
    border: 1px solid #666;
}
h2{
    color: red;
    padding: 5px 0;
    font-weight: lighter;
    font-size: 20px;
}
h3{
    color: #ccc;
    font-weight: lighter;
    padding: 5px 0 10px 0;
    text-align: center;
}
h3 a:link{
    color: #ccc;
}
h3 a:hover{
    color: red;
}
.separacion-horizontal1{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(102,102,102,0.5);
    border-top: 2px solid rgba(0,0,0,0.9);
    margin: 0 0 10px 0;
    width: 100%;
    clear: both;
}
.separacion-horizontal{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(102,102,102,0.5);
    border-top: 2px solid rgba(0,0,0,0.9);
    margin: 10px 0;
    width: 100%;
    clear: both;
}
.titulo-img-desc ul {
    width: 140px;
    text-align: center;
}
.titulo-img-desc ul li.individual a {
    color: #ccc;
    font-weight: lighter;
    padding: 5px 0 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.titulo-img-desc ul li.individual a:hover {
color: red;
}
.titulo-img-desc h2{
    font-size: 14px;
    padding: 10px 0;
}
.titulo-img-desc-ancho ul {
    width: 300px;
    text-align: center;
}
.titulo-img-desc-ancho ul li.individual a {
    color: #ccc;
    font-weight: lighter;
    padding: 5px 0 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.titulo-img-desc-ancho ul li.individual a:hover {
    color: red;
}
.titulo-img-desc-ancho h2{
    font-size: 14px;
    padding: 10px 0;
}
