@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fondo2.jpg);
	background-color:#9ec900;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color:#00a1ae;
	text-decoration:none;
}

a:hover {
	color:#00a1ae;
	text-decoration: underline;
	font-weight: bold;
}

#menu a {
	color:#00a1ae;
	text-decoration:none;
}

#menu a:hover {
	color:#00a1ae;
	text-decoration:none;
	font-weight: bold;
}

#menu_categories a {
	color:#696464;
	text-decoration:none;
}

#menu_categories a:hover {
	color:#696464;
	text-decoration: underline;
	font-weight: bold;
}


#linksinf {
	float:left;
	width:550px; 
	height:30px; 
	margin:67px 10px 45px 295px;
}

#linksinf a {
	color:#00a1ae;
	text-decoration:none;
}

#linksinf a:hover {
	color:#00a1ae;
	text-decoration: underline;
	font-weight: bold;
}

#linksinf .copyright a{
	color:#696464;
	text-decoration:underline;
}

#linksinf .copyright a:hover{
	color:#333333;
	font-weight:bold;
}

.fondnumbers {
	background-image: url(../images/fonnumbers.jpg);
	background-repeat: repeat-x;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #DAFF00;
	cursor:pointer;
}

.fondnumbers:hover {
	background-image: url(../images/fonnumbers.jpg);
	background-repeat: repeat-x;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #0D86DF;
	cursor:pointer;
}

.fondnumbersdisable {
	background-image: url(../images/fonnumbers.jpg);
	background-repeat: repeat-x;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #BFE4FF;
}
.fondnumbersselec {
	background-color:#333333;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #DAFF00;
	cursor:pointer;
}
