/* Oculta el texto "Vocalizado por ReadSpeaker" */
.rsbtn {
	overflow:hidden !important;
    margin-bottom:0px !important;
}


.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .titulo,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .titulo {
    padding-right: 0px !important;
}

.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .rsbtn_sampleskin.rsexpanded .rsbtn_exp.rsimg,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .rsbtn_sampleskin.rsexpanded .rsbtn_exp.rsimg {
    margin-right:0px !important
}
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .rsbtn_sampleskin .rspart,
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .rsbtn_sampleskin .rspart {
    margin-left:1px !important;
}

.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell,
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .titulo,
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .titulo h3,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .titulo,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .titulo h3 {
	margin-bottom:0px !important;
	margin-top:0px !important;
	padding-bottom:0px !important;
    padding-top:0px !important;
    min-height:0 !important;
    height:auto !important;
}
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .wp-top-bar .read-speaker, 
/*.wp-top-bar .export-pdf, */
.wp-top-bar .export-pdf-all-page, 
/*.wp-top-bar .print,*/
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .wp-top-bar .read-speaker {
    float:right;
}
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .read-speaker,
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .read-speaker {
    padding-top:7px;
}
.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior  .rsbtn_sampleskin,
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior  .rsbtn_sampleskin {
    float:right;
    margin-bottom:0px !important;
}

.ContenedorBreadcrumb .col-lg-2 .ms-webpartzone-cell .contenedor-exterior .titulo h3,
.ContenedorBreadcrumb .col-lg-3 .ms-webpartzone-cell .contenedor-exterior .titulo h3 {
    float:right !important;
    margin-right:0px !important;
    margin-left:0px;
}

.rsbtn_sampleskin {
	/*border: 1px solid #ccc;*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 10px;
	position: relative;
}

/************************************************ GENERAL CLASSES */

/**
 * These are a couple of classes that apply to many object or redefine elements
 */
.rsbtn_sampleskin a, .rsbtn_sampleskin span {
	position: relative;
	display: block;
	text-decoration: none;	
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
.rsbtn_sampleskin .rsimg {
	background: transparent url(ReadSpeakerTCESkin.png) no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
.rsbtn_sampleskin .rspart {
	float: left;
	margin-left: 2px;
}

.rsbtn_sampleskin .rsdefloat {
	clear: both;
}

/**
 * This goes for all buttons
 */
.rsbtn_sampleskin .rspart.rsbutton {
	background-color: #999;
	width: 18px;
	height: 18px;

	/**
	 * This is just to make the rollover effect a little smoother.
	 */
	-moz-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

/**
 * Add a subtle rollover effect to the buttons.
 */
.rsbtn_sampleskin .rspart.rsbutton:hover {
	background-color: #aaa;
}

/**
 * Add a little pressed-down effect as well
 */
.rsbtn_sampleskin .rspart.rsbutton:active {
	background-color: #888;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsbtn_sampleskin .rspart .rsbtn_btnlabel {
	display: none;
}

/************************************************ PLAYER BOX */
.rsbtn_sampleskin .rsbtn_box {
	margin: 1px;
}

/************************************************ LISTEN BUTTON + ICON */
.rsbtn_sampleskin .rsbtn_play {
	float: left;
	margin: 1px 0;
}

.rsbtn_sampleskin .rsbtn_left .rsbtn_text {
	background: transparent url(ReadSpeakerTCESkin.png) no-repeat scroll 0 0;
	padding-left: 20px;
}

/************************************************ EXPANDING AREA */
.rsbtn_sampleskin .rsbtn_exp.rsimg.rspart {
	background: none;
	float: left;
	display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsbtn_sampleskin.rsexpanded .rsbtn_exp.rsimg {
	display: block;
    margin-right:35px;
}

/************************************************ PLAY/PAUSE BUTTON */
.rsbtn_sampleskin .rsbtn_pause {
	background-position: 0 -34px;
}

.rsbtn_sampleskin.rspaused .rsbtn_pause,
.rsbtn_sampleskin.rsstopped .rsbtn_pause {
	background-position: 0 -20px;
}

/************************************************ STOP BUTTON */
.rsbtn_sampleskin .rsbtn_stop {
	background-position: 0 -56px;
}

/************************************************ PROGRESS CONTAINER */
.rsbtn_sampleskin .rsbtn_progress_container {
	border: 1px solid #999;
	width: 50px;
	height: 8px;
	margin-top: 4px;
	margin-left: 4px;
	background-image: none;
}

/************************************************ PROGRESS DRAG HANDLE */
.rsbtn_sampleskin .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: #666;
	top: -3px;
	left: -2px;
	width: 4px;
	height: 14px;
	background-image: none;
}

/************************************************ PROGRESS BAR */
.rsbtn_sampleskin .rsbtn_progress_played {
	position: absolute;
	height: 100%;
	background-color: #ccc;
	background-image: none;
}

/************************************************ VOLUME BUTTON */
.rsbtn_sampleskin .rsbtn_volume {
	margin-left: 4px;
	background-position: 0 -74px;
}

/************************************************ VOLUME SLIDER CONTAINER */
.rsbtn_sampleskin .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 16px;
	height: 40px;
	border: 1px solid #999;
	background: #fff;
}

/************************************************ VOLUME SLIDER SLIDER AREA */
.rsbtn_sampleskin .rsbtn_volume_slider {
	width: 6px;
	height: 30px;
	margin: 5px;
	background: #ccc;
}

/************************************************ VOLUME SLIDER SLIDE HANDLE */
.rsbtn_sampleskin .rsbtn_volume_handle.rsimg {
	position: absolute;
	top: -2px;	
	left: -3px;	
	width: 12px;
	height: 4px;
	background: #666;
}

/************************************************ SETTINGS BUTTON */
.rsbtn_sampleskin .rsbtn_settings {
	background-position: 0 -92px;
}

/************************************************ CLOSE BUTTON */
.rsbtn_sampleskin .rsbtn_closer {
	margin-left: 4px;
	background-position: 0 -110px;
}

/************************************************ POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsbtn_sampleskin.rspopup {
	position: absolute;
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 5px #777;
	display: none;
}

/* About-page link */
.rsbtn_sampleskin a.rsbtn_abouthelp {
	background: url(ReadSpeakerTCESkin.png) no-repeat scroll 0px -124px transparent;
	background-color: #999999;
	transition: background-color 0.2s ease 0s;
	height: 18px;
	width: 18px;
	float: left;
	margin: 1px;
}

.rsbtn_sampleskin a.rsbtn_abouthelp:hover {
	background-color: #aaa;
}

.rsbtn_sampleskin a.rsbtn_abouthelp span {
	display: none;
}

/************************************************ POWERED BY READSPEAKER */
.rsbtn_sampleskin .rsbtn_powered {
	display:none;
    /*position: absolute;
	width: 210px;
	right: -10px;
	top: 22px;
	height: 10px;
	z-index: 110;
	color: #999;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;
	background: none;
	cursor: pointer;*/
}

.rsbtn_sampleskin .rsbtn_powered a, .rsbtn_sampleskin .rsbtn_powered span {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;	
	display: inline;
}

.rsbtn_sampleskin .rsbtn_powered .rsbtn_btnlabel {
	display: inline;
	float: right;
}

.rsbtn_sampleskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read {
	color: #e60;
}

.rsbtn_sampleskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #33a;
}

.rsbtn_sampleskin .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	position: relative;
	top: 1px;
	width: 11px;
	height: 9px;
	margin-left: 2px;
	padding-right: 11px;
	background-position: -137px -490px;
}

.rsbtn_sampleskin.rs_whitelogo .rsbtn_powered,
.rsbtn_sampleskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsbtn_sampleskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #fff;
}

.rsbtn_sampleskin.rs_whitelogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -285px -490px;
}

.rsbtn_sampleskin.rs_blacklogo .rsbtn_powered,
.rsbtn_sampleskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_read,
.rsbtn_sampleskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_speaker {
	color: #000;
}

.rsbtn_sampleskin.rs_blacklogo .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
	background-position: -433px -490px;
}

.rsbtn_sampleskin.rspopup .rsbtn_powered  {
	display: none;
}