@charset "UTF-8";
body {
	background-image: url(fondoo.png);
	background-repeat: repeat;
	background-position:center,top;
	margin-top: 0px;
	margin-left: 0px;
}
.txt_menu {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	outline:0px;
	color: #FFF;
}
.txt_menu:link {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	outline:0px;
	color: #FFF;
	
}
.txt_menu:hover {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	outline:0px;
	color: #7F3E98;
	
}
.txt_menu:active {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	outline:0px;
	color: #FECD69;
	
}
/*.txt_menu:visited {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
    outline:0px;
	color: #C1D72D;
	
}*/
.menu_izq {
	background-image: url(boton_izq.png);
	background-repeat: no;
	background-position: right;
}
.menu_der {
	background-image: url(boton_der.png);
	background-repeat: no;
	background-position: left;
}
/*.txt_pie {
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 18px;
	font-weight: bold;
	color: #411A5B;
}*/
