@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagenes/fondocabecera.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
}

#header{
	padding:0px;
	margin:0px;
	width:800px;
	height:100px;
	background-image:url(imagenes/cabecera.png);
	background-repeat:no-repeat;
}

#header2{
	padding:0px;
	margin:0px;
	width:800px;
}

#footer{
	padding:0px;
	margin:0px;
	width:800px;
}


#body{
	padding:0px;
	margin:0px;
	width:800px;
}

a.link{
	border:0px;
	margin:0px;
	padding:0px;
}

a.hover{
	border:0px;
	margin:0px;
	padding:0px;
}

a.visited{
	border:0px;
	margin:0px;
	padding:0px;
}

h1{
	font-family:"Trebuchet MS";
}