@charset "utf-8";
/* CSS Document */

/* READSPEAKER -------------------------------------------- */
/* The player stays in place with: width: 327px !important; */
.rsbtn {
	float:right;
	right: 0px;
	top: 40px;
	width:auto !important;
	/*width: 327px !important;*/
	/*width: 150px !important;*/
}

.rsbtn .rsbtn_powered {
	display: none !important;
}
/* This makes the text keep the size it has before highlighting is added. */
.sync_word, .sync_sent , .sync_sent_highlighted, .sync_word_highlighted {
	font-size: 1em;
}

.sync_sent {font-size:inherit !important; font-family:inherit !important;}
.sync_word {font-size:inherit !important; font-family:inherit !important;}
.sync_word_highlighted {font-size:inherit !important; font-family:inherit !important;}
.sync_sent_highlighted {font-size:inherit !important; font-family:inherit !important;}

.rsbtn_text span{ 
	/* font-weight: bold;  */
	font-size: .8em; 
	/* color: maroon; */
}
.rsbtn_text span:hover { 
	color:#FF8040; /*ECB793*/
}

#rslightbox_logo.rsimg {display:none;}


.icono_docReader, .icono_docReader_dcha {
    background: url("../img/docReader_ReadSpeaker_icon.gif") no-repeat scroll left top #EEE;
	border-style: none; 
	padding: 5px 5px 1px 20px;
	font-size: .8em;
	border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 3px #CCC;
	display:inline-block;
	margin-top:5px;
}
.icono_docReader_dcha { float:right;}




/* Fin READSPEAKER -------------------------------------------- */
