.adjunto_a{
	display: inline-block;
	vertical-align: middle;
}

audio.player{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.simple-player-container {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}
.simple-player-container > div{
	padding: 0 0 5px 0;
}
.simple-player-container > div > ul {
    margin: 0;
    padding-left: 0;
}
.simpleplayer-play-control {
    background-image: url('images/play.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-play-control:hover {
    background-image: url('images/playing.png');
}
.simpleplayer-stop-control {
    background-image: url('images/stop.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-stop-control:hover {
    background-image: url('images/stoped.png');
}

.adjunto_tipo{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.adjunto_tipo.tipo_mp3{
	background: url('/imagenes/icons/files/mp3.png');
	background-size: cover;
}
.adjunto_tipo.tipo_csv{
	background: url('/imagenes/icons/files/csv.png');
	background-size: cover;
}
.adjunto_tipo.tipo_doc{
	background: url('/imagenes/icons/files/doc.png');
	background-size: cover;
}
.adjunto_tipo.tipo_docx{
	background: url('/imagenes/icons/files/docx.png');
	background-size: cover;
}
.adjunto_tipo.tipo_mp4{
	background: url('/imagenes/icons/files/mp4.png');
	background-size: cover;
}
.adjunto_tipo.tipo_pdf{
	background: url('/imagenes/icons/files/pdf.png');
	background-size: cover;
}
.adjunto_tipo.tipo_pps{
	background: url('/imagenes/icons/files/pps.png');
	background-size: cover;
}
.adjunto_tipo.tipo_ppt{
	background: url('/imagenes/icons/files/ppt.png');
	background-size: cover;
}
.adjunto_tipo.tipo_pptx{
	background: url('/imagenes/icons/files/pptx.png');
	background-size: cover;
}
.adjunto_tipo.tipo_xls{
	background: url('/imagenes/icons/files/xls.png');
	background-size: cover;
}
.adjunto_tipo.tipo_xlsx{
	background: url('/imagenes/icons/files/xlsx.png');
	background-size: cover;
}