@charset "utf-8";
/* CSS Document */

img.unitImage {
	-webkit-box-shadow: #ccc 2px 2px 4px;
	-moz-box-shadow: #ccc 2px 2px 4px;
	box-shadow: #ccc 2px 2px 4px;
}


/************************************************************************
* Estilos para ocultar divs utilizados en modos
************************************************************************/

/*******glossary******/

body.word-list {
    background: none repeat scroll 0 0 #e4e6e5;
    color: #444444;
    margin: 10px;
}
body.word-list span.section-title {
   font: 15pt Arial,Helvetica,sans-serif;
   text-shadow: 2px 1px 2px #B2B2B2;   
}
.wordlistTitleWindow {
	vertical-align: 5px;
    padding:0 0 0 8px;
    font-size: 15px;
	color: #d69106;
}
.wordlistAudio{
 display:inline-block;
 width:25px;
 height:25px;
 background:url("../../global/images/buttons/iconaudio.png") no-repeat 0 0;
}
.wordlistAudio:hover{
 background:url("../../global/images/buttons/iconaudio_over.png") no-repeat 0 0;
}