@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
    margin-left: 0px;
	margin-top:0px;
}
#header{
    width:904px;
	height:77px;
	margin: auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
} 
#box{
    width:904px;
    height:auto;
	margin: auto;
    
} 	 
.box {
    background:url(images/ima_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
	width:904px;
	height:10px;
}
.boxbg{
    background:url(images/bg_middle.jpg);
	
	width:904px;
	
}
.boxbottommiddle{
    background:url(images/middle.jpg);
    width:904px;
	height:15px;
}

.boxgray{
    background: url(images/bg_gray.jpg);
	background-repeat:no-repeat;
	background-position:top;
	 
	width:904px;
	height:76px;
}
.boxabajo{
    background: url(images/abajo.jpg);
	width:904px;
	height:7px;
	background-repeat:no-repeat;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	background-color: #00CCFF;
}
#footer{
    margin-top:8px;
    width:904px;
	height:77px;
	margin: auto;
} 
