/* CSS Document */
@charset "utf-8";
/* CSS Document */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body{
background-image: url(ff.jpg);
background-repeat:repeat-x;
background-color: #00373f;
}
.fondo{
	  background-image: url(fondo.jpg);
	  background-repeat:no-repeat;
	  }
.text{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #003333;
	font-weight: bold;
	left:auto;
}

.text2 {
	font-family: Verdana, Arial, Tahoma;
	font-size: x-small;
	color: #999999;
	font-weight: bold;
}
.text22 {
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	color: #FF9900;
	font-weight: bold;
}
.a
 {text-decoration:none;color: #FFFFFF;font-size: 12px; font-family:Verdana, Arial, Tahoma; font-weight: bold;}
.a:hover
        {color: #FFFF00;}
.a1
 {text-decoration:none;color: #999999;font-size: 11px; font-family:Verdana}
.a1:hover
        {color: #CCCCCC;}
