/*
Theme Name: Shelbi Joseph
Theme URI: http://illusions.com.mx
Description: Diseño para el sitio web del fotógrafo Shelbi Joseph
Version: 2.4
Author: aprendamos.org
Author URI: http://www.aprendamos.org
*/

.alignleft {
float: left;
margin-right: 4px;
}

.alignright {
float: right;
margin-left: 4px;
}

.aligncenter {
margin: auto;
display: block;
}

.img-single img {
display: block;
margin: auto;
width: 100px;
height: auto;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}

.img-single {
text-align: center;
}

.img-cat-entrada img {
margin: 8px;
float: left;
width: 100px;
height: auto;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}

.img-cat-galeria img {
margin: 10px;
width: 100px;
height: auto;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}

.elementos {
display: flex;
flex-direction: column;
}

/* Texto de ALTCHA alineado */
.altcha-label {
position: relative;
top: -1px; /* Compensa diferencias de 1px en navegadores */
margin: 0 !important;
}