#divScrollTextCont{
	position:relative;
	left:0px;
	top:0px;
	width:300px;
	height:100px;
	clip:rect(0px 300px 100px 0px);
	overflow:hidden;
	visibility:hidden;
	border: thin solid #006699;
}
#divText{
	position:absolute;
	left:0px; top:0px;
}
.barra{
	background-image: url(imagenes/barra.gif);
	background-repeat:  repeat-x;
}
.titulo{
	font-size: 16px;
	font-weight: bold;
	color: #365675;
	text-transform: capitalize;
}
.texto{
	font-size: 12px;
	color: #7A9CBF;
	text-transform: none;
}
.pregunta{
	font-weight: bold;
	color: #365675;
}
.respuesta{
	color: #7A9CBF;
}
.leyenda{
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.tit_principal{
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	font-family: "Comic Sans MS";
}
.img_galeria{
	background-color: #006699;
}
.text_galeria{
	font-size: 9px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a{
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	font-size: 23px;
	color: #006699;
}
hr{
	color: #006699;
}