﻿/*

KAONASHI STYLES BY WARIGAKI THEMES

*/

.sidebar{
    position:absolute;
    top:-145px;
    left:-240px;
    height:643px;
    width:200px;
    -webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);

}

.cuerpo1{
    position:absolute;
    top:0px;
    left:25px;
    width:150px;
    height:300px;
    border-radius:48% 40% 0% 0%;
    background:#000;
}

.cuerpo2{
    position:absolute;
    top:100px;
    left:10px;
    width:180px;
    height:550px;
    border-radius:48% 48%  0% 0%;
    background:#000;
}

.cuerpo3{
    position:absolute;
    bottom:-10px;
    left:10px;
    width:180px;
    height:190px;
    background: linear-gradient(to bottom, black, white);
}

.cara-k{
    position:absolute;
    top:15px;
    left:28px;
    width:100px;
    height:150px;
    border-radius:55% 55% 80% 80%;
    background:#fff;
}

.caraojo1{
    position:absolute;
    top:50px;
    left:10px;
    width:15px;
    height:10px;
    border-radius:10px;
    background:#000;
}


.caraojo2{
    position:absolute;
    top:50px;
    right:10px;
    width:15px;
    height:10px;
    border-radius:10px;
    background:#000;
}

.cararaya1{
    position:absolute;
    top:63px;
    left:10px;
    width:15px;
    height:4px;
    border-radius:4px;
    background:#000;
}


.cararaya2{
    position:absolute;
    top:63px;
    right:10px;
    width:15px;
    height:4px;
    border-radius:4px;
    background:#000;
}


.triangulo1bajo{
    position:absolute;
    top:73px;
    left:-5px;
    width: 0; 
     height: 0; 
     border-right: 15px solid purple;
     border-bottom: 40px solid transparent;
     border-left: 15px solid transparent;
}

.triangulo2bajo{
    position:absolute;
    top:73px;
    right:-5px;
    width: 0; 
     height: 0; 
     border-left: 15px solid purple;
     border-bottom: 40px solid transparent;
     border-right: 15px solid transparent;
}

.triangulo1arriba{
    position:absolute;
    top:15px;
    left:-5px;
    width: 0; 
     height: 0; 
     border-right: 15px solid purple;
     border-top: 30px solid transparent;
     border-left: 15px solid transparent;
}

.triangulo2arriba{
    position:absolute;
    top:15px;
    right:-5px;
    width: 0; 
     height: 0; 
     border-left: 15px solid purple;
     border-top: 30px solid transparent;
     border-right: 15px solid transparent;
}


.boca{
    position:absolute;
    bottom:20px;
    left:40px;
    width:22px;
    height:10px;
    border-radius:10px;
    background:#000;
}

.bocaraya{
    position:absolute;
    bottom:10px;
    left:40px;
    width:20px;
    height:4px;
    border-radius:4px;
    background:#000;
}

.bocaa{
    position:absolute;
    bottom:350px;
    left:30px;
    width:140px;
    height:0px;
    background:red;
    border-radius:100% 100% 0% 0%;
    --webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	overflow:hidden;
}

.sidebar:hover .bocaa{
    height:90px;
}

.sidebar:hover .bocaa2{
    height:90px;
}

.bocaa2{
    position:absolute;
    top:291px;
    left:30px;
    width:140px;
    height:0px;
    background:red;
    border-radius:0% 0% 100% 100%;
    --webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	overflow:hidden;
}

.diente1{
    position:absolute;
    top:0px;
    left:20px;
    width:20px;
    height:20px;
    background:#fff;
}

.diente3{
    position:absolute;
    top:0px;
    right:25px;
    width:15px;
    height:23px;
    background:#fff;
}

.diente2{
    position:absolute;
    top:0px;
    left:55px;
    width:20px;
    height:30px;
    background:#fff;
}

.diente1a{
    position:absolute;
    bottom:0px;
    left:20px;
    width:20px;
    height:20px;
    background:#fff;
}

.diente3a{
    position:absolute;
    bottom:0px;
    right:25px;
    width:15px;
    height:23px;
    background:#fff;
}

.diente2a{
    position:absolute;
    bottom:0px;
    right:55px;
    width:20px;
    height:30px;
    background:#fff;
}