body {
	background-color: #FFFFFF;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x-y;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.naranja {
	font-family: sans-serif, arial, tahoma;
	font-size: 12px;
	color: #ff9933;}
	
.textos {
	font-family: sans-serif, arial, tahoma;
	font-size: 12px;
	color: #333333;}


a:link {	color : #000000; 	background-color : transparent; 	text-decoration : none; } 
a:visited {	color : #000000; 	text-decoration : none; 	background-color : transparent; } 
a:active {	color : #000000; 	text-decoration : none; 	background-color : transparent; } 

a.idioma:link {
	font-family: sans-serif, arial, tahoma;
	color: #4E7BE2;
	text-decoration: none;
}
a.idioma:visited {
	font-family: sans-serif, arial, tahoma;
	text-decoration: none;
	color: #4E7BE2;
}
a.idioma:hover {
		font-family: sans-serif, arial, tahoma;
		text-decoration: underline;
	color: #666666;
}
a.idioma:active {
		font-family: sans-serif, arial, tahoma;
		text-decoration: none;
	color: #4E7BE2;
}


a.link_naranja:link {
	color: #000000;
	text-decoration: none;
}
a.link_naranja:visited {
	text-decoration: none;
	color: #000000;
}
a.link_naranja:hover {
	text-decoration: underline;
	color: #ff9933;
}
a.link_naranja:active {
	text-decoration: none;
}
