/* CSS Document */

/* Elementos que no deben sonar */
#logo, .cabecera, .vinetas {
	speak: none;
}

/* Elementos del cuerpo del documento */
body {
	volume: medium;
	pitch: medium;
	voice-family: female;
}
.infoCorporativa {
	speech-rate: x-fast;
	volume: soft;
}
h1, h2, h3 {
	volume: loud;
	pitch: low;
	pause: 1s 500ms;
	azimuth: center-left;
	voice-family: male;
}
.subtitulo {
	pitch: low;
	voice-family: male;
	azimuth: center-left;
}
a {
	speak-punctuation: code;
	speak-numeral: digits;
}