@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(bg.jpg);
background-repeat: repeat-x;
background-color: #233f57;
}
.fondo{
	  background-image: url(fondo.jpg);
	  background-repeat: no-repeat;
	  width:1000px;
	  height:600px;
	  }
.header{
	  background-image: url(img/hd.jpg);
	  background-repeat: repeat-x;
	  }
.logo{
	  background-image: url(img/logo.jpg);
	  background-repeat: no-repeat;
	  }
.bg{
	  background-image: url(img/bg.jpg);
	  background-repeat: repeat-x;
	  }
.bg1{
	  background-image: url(img/bg1.jpg);
	  background-repeat: repeat-x;
	  }  	  
.bg2{
	  background-image: url(img/bg2.jpg);
	  background-repeat: no-repeat;
	  }
.bg3{
	  background-image: url(img/bg3.jpg);
	  background-repeat: no-repeat;
	  }	
.bg4{
	  background-image: url(img/bg4.jpg);
	  background-repeat: no-repeat;
	  }	
.bg5{
	  background-image: url(img/bg5.jpg);
	  background-repeat: no-repeat;
	  }    
.text{
	font-family: Verdana, Arial, Tahoma;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.text1{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.link
 {text-decoration:none;color: #FFCC00;font-size: 11px; font-family:Verdana, Arial, Tahoma; font-weight: bold;}
.link:hover
        {color: #FFFF00; text-decoration: underline;}
.a
 {text-decoration:none;color: #fff;font-size: 12px; font-family:Verdana, Arial, Tahoma; font-weight: bold;}
.a:hover
        {color: #fff; text-decoration: underline;}
.a1
 {text-decoration:none;color: #003366;font-size: 12px; font-family:Verdana; font-weight: bold;}
.a1:hover
        {color: #0066FF;}
