.cintacolores{
    background:#F2F5A9;
    animation: animacionColor 60s infinite;
	-o-animation: animacionColor 60s infinite;
    -ms-animation: animacionColor 60s infinite;
    -webkit-animation: animacionColor 60s infinite;
    -moz-animation: animacionColor 60s infinite;
	height:10px;
	width:100%;
	float:left;
}
@keyframes animacionColor{
    0% {background: #F2F5A9;}
    15% {background: #81F781;}
    30% {background: #FF8000;}
    40% {background: #58D3F7;}
    60% {background: #9A2EFE;}
    75% {background: #FA5858;}
    88% {background: #BDBDBD;}
    100% {background: #F2F5A9;}
              }
@-webkit-keyframes animacionColor{
    0% {background: #F2F5A9;}
    15% {background: #81F781;}
    30% {background: #FF8000;}
    40% {background: #58D3F7;}
    60% {background: #9A2EFE;}
    75% {background: #FA5858;}
    88% {background: #BDBDBD;}
    100% {background: #F2F5A9;}
              }
@-ms-keyframes animacionColor{
    0% {background: #F2F5A9;}
    15% {background: #81F781;}
    30% {background: #FF8000;}
    40% {background: #58D3F7;}
    60% {background: #9A2EFE;}
    75% {background: #FA5858;}
    88% {background: #BDBDBD;}
    100% {background: #F2F5A9;}
}
@-o-keyframes animacionColor{
    0% {background: #F2F5A9;}
    15% {background: #81F781;}
    30% {background: #FF8000;}
    40% {background: #58D3F7;}
    60% {background: #9A2EFE;}
    75% {background: #FA5858;}
    88% {background: #BDBDBD;}
    100% {background: #F2F5A9;}
}
@-moz-keyframes animacionColor{
    0% {background: #F2F5A9;}
    15% {background: #81F781;}
    30% {background: #FF8000;}
    40% {background: #58D3F7;}
    60% {background: #9A2EFE;}
    75% {background: #FA5858;}
    88% {background: #BDBDBD;}
    100% {background: #F2F5A9;}
}