body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 2.3em;
    margin:2em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

audio {
    width: 100%;
}

.titulo_01 {
    font-weight: bold;
    font-size: 22px;
    color: #ef9754;
    border-bottom: 2px dotted #ef9754;
    padding-bottom: 32px;
}

.icono-musica {
    float: left;
    background: #ef9754;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #FFF;
    padding: 5px 0 0 10px;
    margin-right: 12px;
}

.objeto {
    width: 260px;
    height: 350px;
    float: left;
    text-align: center;
    margin: 10px 30px;
    padding: 10px;
    border: 1px solid #666;
    border-radius: 10px;
}

.vacio {
    border: 1px solid #ef9754;
}

.contenedor {
    clear: both;
    display:flex; /* declaras que vas a usar flexbox*/
    justify-content: center; /* centrado horizontal*/
}

[id^="controles"]{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[id^="elem"]:nth-child(odd){
    background-color: #CCC;
}
[id^="elem"]:nth-child(even){
    background-color: #EEE;
}
[id^="play"], [id^="pause"]{
    background: #FFF;
    text-align: center;
    color: #ef9754;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 13px;
    cursor: pointer;
    margin: 0 auto;
}
[id^="pause"] {
    display: none;
}

.icono_info {
    color: #ef9754;
}
.txt {
    float: left;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    clear: both;
    margin-top: 8px;
    text-align: center;
}

.txt2 {
    width: 100%;
    display: block;
    border-bottom: 1px solid;
}

select {
    width: 130px;
}

i.play, i.pause {
    margin-left: -5%;
    margin-top: -5%;
}

.barraInferior{
    text-align: center;
    clear: both;
}
li{
	list-style-type:none;
	margin-top:20px;
}
.mensajes{
	margin-left:20px;
	background:#CFCFCF;
	text-align:center;
	padding:5px;
	display:none;
}
.headings {
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
p, ul {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;
}
.actividad {
    max-width: 250px;
    background: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #6c6b82;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}
.bien {
	border-color:#00A500;
    background-position: right;
    background-repeat: no-repeat;
}

.mal{
	border-color:#A50000;
    background-position: right;
    background-repeat: no-repeat;
}

i.ip {
    font-size:36px;
    color:green;
}
i.it {
    font-size:36px;
    color:red;
}
.palomita, .tache{
    display: none;
}

.mostrar{
    display: initial;
}

.ocultar{
    display: none;
}

.retroBien{
    color: rgb(0, 131, 0);
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid rgb(0, 165, 0);
    padding: 6px;
    border-radius: 3px;
	line-height:30px;
}

.retroMal{
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
	margin: 0 2px;
	line-height:30px;
}
.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}

.icono{
	font-size: 6em;
	float: right;
	color: #b1b1b1;
}
@media (min-width:900px){
    .icono {
        display: none;
    }
}
.divAudio .aAudio{
  background-color: red;
}

img {
    width: 64%;

    transform: scale(0.7, 0.7);
}

@media (max-width: 460px) {
     [id^="play"], [id^="pause"]{
        display: table-cell;
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
    [id^="pause"] {
        display: none;
    }
    .objeto{
        width: auto;
        height: auto;
        float: none;
    }
    .txt {
        display: none;
    }

    img {
        width: 60px;
        transform: scale(1.0, 1.0);
    }

    [id^="controles"]{
        display: table-cell;
        vertical-align: middle;
    }
    [id^="lista"] {
        display: table-cell;
        padding-left: 15px;
        font-size: 12px;
    }
    [id^="lista"] > p {
        margin-bottom: 0;
    }
    i.play, i.pause{
        margin-left: 0%;
        margin-top: 0%;
    }

}

.tooltip.primary .tooltip-inner          { background-color:    #337ab7; }
.tooltip.primary.top > .tooltip-arrow    { border-top-color:    #337ab7; }
.tooltip.primary.right > .tooltip-arrow  { border-right-color:  #337ab7; }
.tooltip.primary.bottom > .tooltip-arrow { border-bottom-color: #337ab7; }
.tooltip.primary.left > .tooltip-arrow   { border-left-color:   #337ab7; }

.tooltip.info .tooltip-inner          { background-color:    #31b0d5; }
.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; }
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; }
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; }
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; }

.tooltip.success .tooltip-inner          { background-color:    #449d44;}
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #449d44; }
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #449d44; }
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #449d44; }
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #449d44; }

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; }
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; }
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; }
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; }
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; }

.tooltip.danger .tooltip-inner          { background-color:    #d9534f; }
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #d9534f; }
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #d9534f; }
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #d9534f; }
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #d9534f; }
