/*html {
  height: 100%;
  width: 100%;
}

body{
    margin: 0;
    height: 100%;
}

#prencipia {
    margin: 0;
    height: 100%;
    background-image: url("../images/nochevcyo.jpg");
      /* La imagen está centrada vertical y horizontalmente en todo momento 
    background-position: center center;*/
   /*La imagen no se repite
    background-repeat: no-repeat;*/
    /* Hace que la imagen se arregle en la ventana gráfica para que no se mueva cuando
       la altura del contenido es mayor que la altura de la imagen 
    background-attachment: fixed;*/
   /* Esto es lo que hace que la imagen de fondo se vuelva a escalar en función del tamaño de su contenedor 
    background-size: cover;*/
  /* Se establece un gradiante de color de fondo o uno sólido como se prefiera que se mostrará mientras se carga la imagen de fondo */
  /*  background-color:#464646;
  background-color: -webkit-linear-gradient(#0f1a2b, #411d63);
  background-color: -o-linear-gradient(#0f1a2b, #411d63);
  background-color: linear-gradient(#0f1a2b, #411d63);
}*/
/*
#header #logopmp {
    width: 5.5rem;
	height: 5.5rem;
	line-height: 5.5rem;
	border: solid 1px #ffffff;
	border-radius: 100%;
}
nav.navigation {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 50
}
nav.navigation li.active a {
    background-color: rgba(208,208,208,0)
}

nav.navigation a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    color: #FFF
}

nav.navigation a:hover {
    color: #5290c3
}

nav.navigation a:hover:before {
    opacity: 1;
    visibility: visible
}

nav.navigation a:before {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    content: attr(title);
    position: absolute;
    top: 0;
    right: 50px;
    color: #5A9BFF;
    padding: 10px 5px;
    opacity: 0;
    visibility: hidden
}

nav.navigation i {
    width: 30px
}


nav.navigation:nth-of-type(2) {
    z-index: 100
}

nav.navigation:nth-of-type(2) li.active a {
    background-color: rgba(255,255,255,0.08)
}

nav.navigation:nth-of-type(2) a {
    color: rgba(255,255,255,0.3)
}

nav.navigation:nth-of-type(2) a:hover {
    color: #5290c3
}
*/
.star {
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  animation-iteration-count: infinite;
  z-index: 1;
}

.fugaz {
  position: relative;
  top: 20%;
  left: 40%;
  width: 500px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  transform: rotateZ(-25deg);
}


.fugaz .core {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px; 
  border-radius: 50%;
  background: #ffff84;
  box-shadow: 0px 0px 3px 1px rgba(255, 245, 131, 0.5),
    0px 0px 10px 5px rgba(255, 245, 131, 0.2);
  animation: 4s linear infinite core;
}

.fugaz .trail {
  display: inline-block;
  position: absolute;
  content: '';
  width: 100px;
  height: 5px; 
  border-radius: 50% 0 0 50%;
  background: linear-gradient(
    to right,
    rgba(255, 245, 174,0.7),
    rgba(255, 245, 174, 0.2) 50%,
    transparent);
  top: -1px;
  left: 0;
  animation: 4s linear infinite trail;
}


@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes core {
  0% {
    left: 100%;
    opacity: 1;
  }
  5% {
    left: 60%;
    opacity: 0.8;
  }
  10% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}

@keyframes trail {
  0% {
    left: 100%;
    opacity: 1;
    width: 0;
  }
  5% {
    left: 65%;
    opacity: 0.5;
    width: 150px;
  }
  10% {
    left: 0;
    opacity: 0;
    width: 150px;
  }
  100% {
    left: 0;
    opacity: 0;
    width: 150px;
  }
}

/* inicio css careto */

.careto path {
  fill-opacity: 0;
  stroke: rgb(211, 154, 154);
  stroke-width: 1;
  stroke-dasharray: 252;
  stroke-dashoffset: 252;
  animation: draw 10s linear forwards; 
}
 
/* inicio css valverde*/ 

script {
	display: none;
}

svg {
  padding: 1px;
  width: 90vw; /* utiliza todo el ancho de la pantalla para hacer la descompòsición del mapa*/
}

#valverde {
  padding: 0px;
  height: inherit;
  width: inherit;
  display: inherit;
  margin: auto;
  float: center;
  max-width: auto;
  margin-top: 3%;
	}

/* fin css valverde */

.letraspmp {
	margin: auto;
	padding: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	
}
@keyframes draw {
  0% {
  fill-opacity: 0; }
  60% {
  fill-opacity: 1; }
  80% {
  stroke-dashoffset: 0;
  stroke-width: 0; }
  100% {
  fill-opacity: 1;
  stroke-width: 0;
  stroke-dashoffset: 0; } }


  @supports (display: grid) {
    @media (min-width: 0px) {
      .letraspmp {
        max-width: none;
        display: grid;
        grid-template-columns: 1.3fr .6fr 1.3fr .8fr 1fr 1.6fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 1vw; } } }

  @supports (display: grid) {
    @media (min-width: 600px) {

@keyframes draw {
  0% {
  fill-opacity: 0; }
  60% {
  fill-opacity: 1; }
  80% {
  stroke-dashoffset: 0;
  stroke-width: 0; }
  100% {
  fill-opacity: 1;
  stroke-width: 0;
  stroke-dashoffset: 0; } }
  @supports (display: grid) {
    @media (min-width: 600px) {

  @supports (display: grid) {
    @media (min-width: 600px) {



svg:not(:root) {
  overflow: hidden; }

.st0:hover {
animation: none;
cursor: crosshair; }

.st1:hover {
animation: none;
cursor: crosshair; }

.st2:hover {
  animation: none;
  cursor: crosshair; }

.st3:hover {
  animation: none;
  cursor: crosshair; }

.st4:hover {
  animation: none;
  cursor: crosshair; }

.st5:hover {
  animation: none;
  cursor: crosshair; }

.st6:hover {
  animation: none;
  cursor: crosshair; }


.st7:hover {
  animation: none;
  cursor: crosshair; }


.st8:hover {
  animation: none;
  cursor: crosshair; }


.st9:hover {
  animation: none;
  cursor: crosshair; }


.st10:hover {
  animation: none;
  cursor: crosshair; }


.st11:hover {
  animation: none;
  cursor: crosshair; }


.st12:hover {
  animation: none;
  cursor: crosshair; }


.st13:hover {
  animation: none;
  cursor: crosshair; }


.st14:hover {
  animation: none;
  cursor: crosshair; }


.st15:hover {
  animation: none;
  cursor: crosshair; }


.st16:hover {
  animation: none;
  cursor: crosshair; }


.st17:hover {
  animation: none;
  cursor: crosshair; }


.st18:hover {
  animation: none;
  cursor: crosshair; }


.st19:hover {
  animation: none;
  cursor: crosshair; }


.st20:hover {
  animation: none;
  cursor: crosshair; }


.st21:hover {
  animation: none;
  cursor: crosshair; }


.st22:hover {
  animation: none;
  cursor: crosshair; }


.st23:hover {
  animation: none;
  cursor: crosshair; }


.st24:hover {
  animation: none;
  cursor: crosshair; }


.st25:hover {
  animation: none;
  cursor: crosshair; }


.st26:hover {
  animation: none;
  cursor: crosshair; }


.st27:hover {
  animation: none;
  cursor: crosshair; }


.st28:hover {
  animation: none;
  cursor: crosshair; }


.st29:hover {
  animation: none;
  cursor: crosshair; }


.st30:hover {
  animation: none;
  cursor: crosshair; }


.st31:hover {
  animation: none;
  cursor: crosshair; }


.st32:hover {
  animation: none;
  cursor: crosshair; }


.st33:hover {
  animation: none;
  cursor: crosshair; }


.st34:hover {
  animation: none;
  cursor: crosshair; }


.st35:hover {
  animation: none;
  cursor: crosshair; }


.st36:hover {
  animation: none;
  cursor: crosshair; }


.st37:hover {
  animation: none;
  cursor: crosshair; }


.st38:hover {
  animation: none;
  cursor: crosshair; }


.st39:hover {
  animation: none;
  cursor: crosshair; }


.st40:hover {
  animation: none;
  cursor: crosshair; }


.st41:hover {
  animation: none;
  cursor: crosshair; }


.st42:hover {
  animation: none;
  cursor: crosshair; }


.st43:hover {
  animation: none;
  cursor: crosshair; }


.st44:hover {
  animation: none;
  cursor: crosshair; }


.st45:hover {
  animation: none;
  cursor: crosshair; }


.st46:hover {
  animation: none;
  cursor: crosshair; }


.st47:hover {
  animation: none;
  cursor: crosshair; }


.st48:hover {
  animation: none;
  cursor: crosshair; }


.st49:hover {
  animation: none;
  cursor: crosshair; }


.st50:hover {
  animation: none;
  cursor: crosshair; }


.st51:hover {
  animation: none;
  cursor: crosshair; }


.st52:hover {
  animation: none;
  cursor: crosshair; }


.st53:hover {
  animation: none;
  cursor: crosshair; }


.st54:hover {
  animation: none;
  cursor: crosshair; }


.st55:hover {
  animation: none;
  cursor: crosshair; }


.st56:hover {
  animation: none;
  cursor: crosshair; }


.st57:hover {
  animation: none;
  cursor: crosshair; }


.st58:hover {
  animation: none;
  cursor: crosshair; }


.st59:hover {
  animation: none;
  cursor: crosshair; }


.st60:hover {
  animation: none;
  cursor: crosshair; }


.st61:hover {
  animation: none;
  cursor: crosshair; }


.st62:hover {
  animation: none;
  cursor: crosshair; }


.st63:hover {
  animation: none;
  cursor: crosshair; }


.st64:hover {
  animation: none;
  cursor: crosshair; }


.st65:hover {
  animation: none;
  cursor: crosshair; }


.st66:hover {
  animation: none;
  cursor: crosshair; }


.st67:hover {
  animation: none;
  cursor: crosshair; }


.st68:hover {
  animation: none;
  cursor: crosshair; }


.st69:hover {
  animation: none;
  cursor: crosshair; }


.st70:hover {
  animation: none;
  cursor: crosshair; }


.st71:hover {
  animation: none;
  cursor: crosshair; }




.st73:hover {
  animation: none;
  cursor: crosshair; }


.st74:hover {
  animation: none;
  cursor: crosshair; }


.st75:hover {
  animation: none;
  cursor: crosshair; }


.st76:hover {
  animation: none;
  cursor: crosshair; }


.st77:hover {
  animation: none;
  cursor: crosshair; }


.st78:hover {
  animation: none;
  cursor: crosshair; }


.st79:hover {
  animation: none;
  cursor: crosshair; }


.st80:hover {
  animation: none;
  cursor: crosshair; }


.st81:hover {
  animation: none;
  cursor: crosshair; }


.st82:hover {
  animation: none;
  cursor: crosshair; }


.st83:hover {
  animation: none;
  cursor: crosshair; }


.st84:hover {
  animation: none;
  cursor: crosshair; }


.st85:hover {
  animation: none;
  cursor: crosshair; }


.st86:hover {
  animation: none;
  cursor: crosshair; }


.st87:hover {
  animation: none;
  cursor: crosshair; }


.st88:hover {
  animation: none;
  cursor: crosshair; }


.st89:hover {
  animation: none;
  cursor: crosshair; }


.st90:hover {
  animation: none;
  cursor: crosshair; }


.st91:hover {
  animation: none;
  cursor: crosshair; }


.st92:hover {
  animation: none;
  cursor: crosshair; }


.st93:hover {
  animation: none;
  cursor: crosshair; }


.st94:hover {
  animation: none;
  cursor: crosshair; }


.st95:hover {
  animation: none;
  cursor: crosshair; }


.st96:hover {
  animation: none;
  cursor: crosshair; }


.st97:hover {
  animation: none;
  cursor: crosshair; }


.st98:hover {
  animation: none;
  cursor: crosshair; }


.st99:hover {
  animation: none;
  cursor: crosshair; }


.st100:hover {
  animation: none;
  cursor: crosshair; }


.st101:hover {
  animation: none;
  cursor: crosshair; }


.st102:hover {
  animation: none;
  cursor: crosshair; }


.st103:hover {
  animation: none;
  cursor: crosshair; }


.st104:hover {
  animation: none;
  cursor: crosshair; }


.st105:hover {
  animation: none;
  cursor: crosshair; }


.st106:hover {
  animation: none;
  cursor: crosshair; }


.st107:hover {
  animation: none;
  cursor: crosshair; }


.st108:hover {
  animation: none;
  cursor: crosshair; }


.st109:hover {
  animation: none;
  cursor: crosshair; }


.st110:hover {
  animation: none;
  cursor: crosshair; }


.st111:hover {
  animation: none;
  cursor: crosshair; }


.st112:hover {
  animation: none;
  cursor: crosshair; }


.st113:hover {
  animation: none;
  cursor: crosshair; }


.st114:hover {
  animation: none;
  cursor: crosshair; }


.st115:hover {
  animation: none;
  cursor: crosshair; }


.st116:hover {
  animation: none;
  cursor: crosshair; }


.st117:hover {
  animation: none;
  cursor: crosshair; }


.st118:hover {
  animation: none;
  cursor: crosshair; }


.st119:hover {
  animation: none;
  cursor: crosshair; }


.st120:hover {
  animation: none;
  cursor: crosshair; }


.st121:hover {
  animation: none;
  cursor: crosshair; }


.st122:hover {
  animation: none;
  cursor: crosshair; }


.st123:hover {
  animation: none;
  cursor: crosshair; }


.st124:hover {
  animation: none;
  cursor: crosshair; }


.st125:hover {
  animation: none;
  cursor: crosshair; }


.st126:hover {
  animation: none;
  cursor: crosshair; }


.st127:hover {
  animation: none;
  cursor: crosshair; }


.st128:hover {
  animation: none;
  cursor: crosshair; }


.st129:hover {
  animation: none;
  cursor: crosshair; }


.st130:hover {
  animation: none;
  cursor: crosshair; }


.st131:hover {
  animation: none;
  cursor: crosshair; }


.st132:hover {
  animation: none;
  cursor: crosshair; }


.st133:hover {
  animation: none;
  cursor: crosshair; }


.st134:hover {
  animation: none;
  cursor: crosshair; }


.st135:hover {
  animation: none;
  cursor: crosshair; }


.st136:hover {
  animation: none;
  cursor: crosshair; }


.st137:hover {
  animation: none;
  cursor: crosshair; }


.st138:hover {
  animation: none;
  cursor: crosshair; }


.st139:hover {
  animation: none;
  cursor: crosshair; }


.st140:hover {
  animation: none;
  cursor: crosshair; }


.st141:hover {
  animation: none;
  cursor: crosshair; }


.st142:hover {
  animation: none;
  cursor: crosshair; }


.st143:hover {
  animation: none;
  cursor: crosshair; }


.st144:hover {
  animation: none;
  cursor: crosshair; }


.st145:hover {
  animation: none;
  cursor: crosshair; }


.st146:hover {
  animation: none;
  cursor: crosshair; }


.st147:hover {
  animation: none;
  cursor: crosshair; }


.st148:hover {
  animation: none;
  cursor: crosshair; }


.st149:hover {
  animation: none;
  cursor: crosshair; }


.st150:hover {
  animation: none;
  cursor: crosshair; }


.st151:hover {
  animation: none;
  cursor: crosshair; }


.st152:hover {
  animation: none;
  cursor: crosshair; }


.st153:hover {
  animation: none;
  cursor: crosshair; }


.st154:hover {
  animation: none;
  cursor: crosshair; }


.st155:hover {
  animation: none;
  cursor: crosshair; }


.st156:hover {
  animation: none;
  cursor: crosshair; }


.st157:hover {
  animation: none;
  cursor: crosshair; }


.st158:hover {
  animation: none;
  cursor: crosshair; }


.st159:hover {
  animation: none;
  cursor: crosshair; }


.st160:hover {
  animation: none;
  cursor: crosshair; }


.st161:hover {
  animation: none;
  cursor: crosshair; }


.st162:hover {
  animation: none;
  cursor: crosshair; }


.st163:hover {
  animation: none;
  cursor: crosshair; }


.st164:hover {
  animation: none;
  cursor: crosshair; }


.st165:hover {
  animation: none;
  cursor: crosshair; }


.st166:hover {
  animation: none;
  cursor: crosshair; }


.st167:hover {
  animation: none;
  cursor: crosshair; }


.st168:hover {
  animation: none;
  cursor: crosshair; }


.st169:hover {
  animation: none;
  cursor: crosshair; }


.st170:hover {
  animation: none;
  cursor: crosshair; }


.st171:hover {
  animation: none;
  cursor: crosshair; }


.st172:hover {
  animation: none;
  cursor: crosshair; }


.st173:hover {
  animation: none;
  cursor: crosshair; }


.st174:hover {
  animation: none;
  cursor: crosshair; }


.st175:hover {
  animation: none;
  cursor: crosshair; }


.st176:hover {
  animation: none;
  cursor: crosshair; }


.st177:hover {
  animation: none;
  cursor: crosshair; }


.st178:hover {
  animation: none;
  cursor: crosshair; }


.st179:hover {
  animation: none;
  cursor: crosshair; }


.st180:hover {
  animation: none;
  cursor: crosshair; }


.st181:hover {
  animation: none;
  cursor: crosshair; }


.st182:hover {
  animation: none;
  cursor: crosshair; }


.st183:hover {
  animation: none;
  cursor: crosshair; }


.st184:hover {
  animation: none;
  cursor: crosshair; }


.st185:hover {
  animation: none;
  cursor: crosshair; }


.st186:hover {
  animation: none;
  cursor: crosshair; }


.st187:hover {
  animation: none;
  cursor: crosshair; }


.st188:hover {
  animation: none;
  cursor: crosshair; }


.st189:hover {
  animation: none;
  cursor: crosshair; }


.st190:hover {
  animation: none;
  cursor: crosshair; }


.st191:hover {
  animation: none;
  cursor: crosshair; }


.st192:hover {
  animation: none;
  cursor: crosshair; }


.st193:hover {
  animation: none;
  cursor: crosshair; }


.st194:hover {
  animation: none;
  cursor: crosshair; }


.st195:hover {
  animation: none;
  cursor: crosshair; }


.st196:hover {
  animation: none;
  cursor: crosshair; }


.st197:hover {
  animation: none;
  cursor: crosshair; }


.st198:hover {
  animation: none;
  cursor: crosshair; }


.st199:hover {
  animation: none;
  cursor: crosshair; }


.st200:hover {
  animation: none;
  cursor: crosshair; }


.st201:hover {
  animation: none;
  cursor: crosshair; }


.st202:hover {
  animation: none;
  cursor: crosshair; }


.st203:hover {
  animation: none;
  cursor: crosshair; }


.st204:hover {
  animation: none;
  cursor: crosshair; }


.st205:hover {
  animation: none;
  cursor: crosshair; }


.st206:hover {
  animation: none;
  cursor: crosshair; }


.st207:hover {
  animation: none;
  cursor: crosshair; }


.st208:hover {
  animation: none;
  cursor: crosshair; }


.st209:hover {
  animation: none;
  cursor: crosshair; }


.st210:hover {
  animation: none;
  cursor: crosshair; }


.st211:hover {
  animation: none;
  cursor: crosshair; }


.st212:hover {
  animation: none;
  cursor: crosshair; }


.st213:hover {
  animation: none;
  cursor: crosshair; }


.st214:hover {
  animation: none;
  cursor: crosshair; }


.st215:hover {
  animation: none;
  cursor: crosshair; }


.st216:hover {
  animation: none;
  cursor: crosshair; }


.st217:hover {
  animation: none;
  cursor: crosshair; }


.st218:hover {
  animation: none;
  cursor: crosshair; }


.st219:hover {
  animation: none;
  cursor: crosshair; }


.st220:hover {
  animation: none;
  cursor: crosshair; }


.st221:hover {
  animation: none;
  cursor: crosshair; }


.st222:hover {
  animation: none;
  cursor: crosshair; }


.st223:hover {
  animation: none;
  cursor: crosshair; }


.st224:hover {
  animation: none;
  cursor: crosshair; }


.st225:hover {
  animation: none;
  cursor: crosshair; }


.st226:hover {
  animation: none;
  cursor: crosshair; }


.st227:hover {
  animation: none;
  cursor: crosshair; }


.st228:hover {
  animation: none;
  cursor: crosshair; }


.st229:hover {
  animation: none;
  cursor: crosshair; }


.st230:hover {
  animation: none;
  cursor: crosshair; }


.st231:hover {
  animation: none;
  cursor: crosshair; }


.st232:hover {
  animation: none;
  cursor: crosshair; }


.st233:hover {
  animation: none;
  cursor: crosshair; }


.st234:hover {
  animation: none;
  cursor: crosshair; }


.st235:hover {
  animation: none;
  cursor: crosshair; }


.st236:hover {
  animation: none;
  cursor: crosshair; }


.st237:hover {
  animation: none;
  cursor: crosshair; }


.st238:hover {
  animation: none;
  cursor: crosshair; }


.st239:hover {
  animation: none;
  cursor: crosshair; }


.st240:hover {
  animation: none;
  cursor: crosshair; }


.st241:hover {
  animation: none;
  cursor: crosshair; }


.st242:hover {
  animation: none;
  cursor: crosshair; }


.st243:hover {
  animation: none;
  cursor: crosshair; }


.st244:hover {
  animation: none;
  cursor: crosshair; }


.st245:hover {
  animation: none;
  cursor: crosshair; }


.st246:hover {
  animation: none;
  cursor: crosshair; }


.st247:hover {
  animation: none;
  cursor: crosshair; }


.st248:hover {
  animation: none;
  cursor: crosshair; }


.st249:hover {
  animation: none;
  cursor: crosshair; }


.st250:hover {
  animation: none;
  cursor: crosshair; }


.st251:hover {
  animation: none;
  cursor: crosshair; }


.st252:hover {
  animation: none;
  cursor: crosshair; }


.st253:hover {
  animation: none;
  cursor: crosshair; }


.st254:hover {
  animation: none;
  cursor: crosshair; }


.st255:hover {
  animation: none;
  cursor: crosshair; }


.st256:hover {
  animation: none;
  cursor: crosshair; }


.st257:hover {
  animation: none;
  cursor: crosshair; }


.st258:hover {
  animation: none;
  cursor: crosshair; }


.st259:hover {
  animation: none;
  cursor: crosshair; }


.st260:hover {
  animation: none;
  cursor: crosshair; }


.st261:hover {
  animation: none;
  cursor: crosshair; }


.st262:hover {
  animation: none;
  cursor: crosshair; }


.st263:hover {
  animation: none;
  cursor: crosshair; }


.st264:hover {
  animation: none;
  cursor: crosshair; }


.st265:hover {
  animation: none;
  cursor: crosshair; }


.st266:hover {
  animation: none;
  cursor: crosshair; }


.st267:hover {
  animation: none;
  cursor: crosshair; }


.st268:hover {
  animation: none;
  cursor: crosshair; }


.st269:hover {
  animation: none;
  cursor: crosshair; }


.st270:hover {
  animation: none;
  cursor: crosshair; }


.st271:hover {
  animation: none;
  cursor: crosshair; }


.st272:hover {
  animation: none;
  cursor: crosshair; }


.st273:hover {
  animation: none;
  cursor: crosshair; }


.st274:hover {
  animation: none;
  cursor: crosshair; }


.st275:hover {
  animation: none;
  cursor: crosshair; }


.st276:hover {
  animation: none;
  cursor: crosshair; }


.st277:hover {
  animation: none;
  cursor: crosshair; }


.st278:hover {
  animation: none;
  cursor: crosshair; }


.st279:hover {
  animation: none;
  cursor: crosshair; }


.st280:hover {
  animation: none;
  cursor: crosshair; }


.st281:hover {
  animation: none;
  cursor: crosshair; }


.st282:hover {
  animation: none;
  cursor: crosshair; }

/* fin css careto */