/*Full d'estil per a la web d'Àngels Arroyo*/

html {
	overflow: hidden;
}
body {
	overflow: hidden;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff0000;
}
.lang_on {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.lang_off {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
}
.menu_black {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.menu_red {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.big_black {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.big_red {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
.clic {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}
.clic_flash {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.back {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
}
.text_t {
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:20px;
	width:340px;
}
.text {
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
	width:340px;
}
.ocultar {
	width: 0px;
	height: 0px;
	overflow: auto;
}
.mostrar {
	width: auto;
	height: auto;
}
.mostrar_flash {
	width: 740px;
	height: 427px;
}

