/* CSS html*/

img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}

a {
	COLOR: #444444; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #cccccc; TEXT-DECORATION: underline;
}

/* CSSflash*/

.subrayado{
text-decoration:underline;
}
.negrita{
font-weight:bold;
}
.grande{
font-size:6px;
}
.mail{
font-size:12px;
font-weight:bold;
text-decoration:underline;
font-style:italic;
}
a.flash:link{
text-decoration:underline;
color:#993300;
}
a.flash:hover{
color:#000099;
text-decoration:none;
}
.alignright{
right:auto
}