body
{
	color: #626262;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background: url(../images/fondo.gif);
	/*margin: 5px;*/
	/*background: #DFF1F4;*/
}
html {
	scrollbar-arrow-color: #5DBACC;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F2F2F2;
}

a
{
	color: #E6086F;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a:hover
{
	color: #5DBACC;
	text-decoration: underline;
}

.linkmenu a {
	color: #5DBACC;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
.linkmenu a:hover {
   color: #E6086F;	
	text-decoration: underline;
}

table.bordepunteado1 { 
	border-style: solid solid solid solid; 
	border-width: 1px 1px 1px 1px;
	border-color: Teal;
}
table.bordepunteado2 { 
	border-style: dashed dashed dashed dashed; 
	border-width: 1px 0px 1px 0px;
	border-color: #E6086F;
}
table.bordepunteado3 { 
	border-style: dashed dashed dashed dashed; 
	border-width: 1px 0px 0px 0px;
	border-color: #E6086F;
}
hr {
height: 3px; 
border: 3px #777777 solid;
/*filter: Alpha(Opacity=100,FinishOpacity=10,Style=3); */
width: 100%;
}

