.content_reproductor_mod
{
    width: 365px;
    height: 275px;
    overflow: hidden;
    position: relative;
}

.content_reproductor_mod_reproductor
{
    width: 365px;
    height: 275px;
    overflow: hidden;
    background-color: #000000;

}

.head_mod_reproductor
{
  background-color: #000099;
  background-image: url(../img/pleca_videos.jpg);
  height:32px;
  width: 365px;
}




.mod_reproductor_menu
{
  padding-top: 5px;
  padding-left: 5px;

}
#reproductor_menu
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}


.reproductor
{
    text-align: center;
    width: 365px;
    height: 220px;
    background-image: url(../img/degradado_modulo_videos.jpg);
    padding-top: 10px;
    padding-bottom: 10px;

}

.menu_reporductor_select
{
    border: 0px solid #000000;
    background-color: #37426F;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}

option.b_reproductor
{
    background-color: #37426F;
}



