﻿.debil
{
    background-color:#d9534f;
    color:white;
}
.regular
{
    background-color: #f0ad4e;
    color:black;
}
.fuerte
{
    background-color:#5cb85c;
    color:white;
}
.bordeBarra
{
    /*border-width: 1px;
    border-style: solid; 
    border-color:gray; 
    width:10%;*/    
    
    border: 1px solid #ccc;
	border-radius: 4px;  
    width:10%;
    line-height: 1.42857143;
    height: 34px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
	
  
}
