/* Hoja de estilo para las páginas all de las presentaciones del Sidar.
Basada en la hoja de estilos de ejemplo que ofrece Opera para la presentación en pantalla.
*/
body    {
background:#3C4869;
padding: 0;
margin: 0;
font-family: 'trebuchet ms',arial,sans-serif;
font-size: 150%;
color: #fff;
}
#barnav {
	padding: 5px;
	background: #fff; 
	color: inherit; 
	margin-bottom: 0.5em;
}
#barnav img {
	vertical-align: sub;
}
#barnav a {
	background: none;
	color: #fff;
	border: none;
	text-decoration: none;
}
#barnav .botones {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
	background: #fff;
	border: 3px inset #3c4869;
}
#modul {
	clear: both;
	font-family: "Comic Sans MS";
	text-align: right;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-right: 15px;
}
.nota {
display:none;
}

.diapo {
display: block; 
padding: 0 12% 35px 24px;
page-break-after: always;
}
.diapoIndice {
display: block; 
padding: 0 12% 0 24px;
page-break-after: always;
	font-size: 80%;
}
a, a:link {
	background: transparent;
	color: White;
	text-decoration: underline;
}
a:visited {
	background: White !important;
	display: inline !important;
	color: #3C4869;
	text-decoration: none;
}
a:hover {
	background: Black !important;
	display: inline !important;
	color: Yellow;
	text-decoration: none;
}
img.flotadcha {
	float: right; 
	border: none; 
	padding-left: 1em; 
}
img.flotaizda {
	float: left; 
	border: none; 
	padding-right: 2em; 
}
ul { margin-top: 2em }
li { margin-bottom: .8em }
.opacity { color: #616f9c }
.clr { clear: both }
.alignRight { text-align: right }
.serif {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}
.txtYellow { color: #ffff00 }
.colLeft { 
	float: left;
	width: 45%;
}
.colRight { 
	float: left;
	width: 45%;
	margin-left: 35px;
	padding-left: 35px;
	border-left: 2px solid #fff;
}
.bkgCielo {
	background: url(graf/bkgcielo.jpg) top left no-repeat;
	height: 500px;
	padding-top: 2em;
}