/* PK 20160326 Version 2, con disenio centrado */ body { font-family: Georgia, serif; } #wrapper { text-align: center; width: 700px; margin: 0 auto; /*position: -webkit-sticky; position: sticky; top: 0;*/ } /* im�genes */ .redondeado { margin-right: 10px; margin-top: 10px; margin-bottom: 10px; border: 5px #000000; padding:5px; background:#FFF; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } .redondeado:hover { margin-right: 20px; margin-top: 10px; margin-bottom: 10px; border: 5px #000000; border-radius: 10% 10%; } /* CONTENEDORES */ #encabezado { text-align: center; border-top-width: 20px; border-right-width: 20px; /*border-bottom: 5px solid #aaccff;*/ border-left-width: 20px; } #contenedor { /*background-color: #aaccff;*/ margin: 0 auto; width:700px; text-align: center; color:#ff7f2a; } #rejas { margin: 0 auto; width:700px; text-align: center; color:#0101DF; font-size: 16pt; } #andamios { margin: 0 auto; width:700px; text-align: center; color:#0101DF; font-size: 16pt; } #mesas { margin: 0 auto; width:700px; text-align: center; color:#0101DF; font-size: 16pt; } #escaleras { margin: 0 auto; width:700px; text-align: center; color:#0101DF; font-size: 16pt; } .textoDetalle { color:#ff7f2a; font-size: 16pt; } /* FIN CONTENEDORES */ /* PARA EL TEXTO DEL TITULO */ .herreria { color: AACCFF; font-size: 48pt; } .tituloGrande{ color: #aaccff;/*354E9A; 7F2424, 06143F;*/ font-size: 48pt; } .grande{ font-size: 72pt; font-style: italic; font-weight:bold; /*color: BA851B;*521CDA;*/ } .dieciocho { font-size: 18pt; }