html{
	height: 100%;
	overflow:auto;
	background-color:#000;
}
body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family: 'Trebuchet MS',  Arial,  Nimbus Sans L, Sans;
	/*font-family:Arial, Helvetica, sans-serif;*/
	background-color:#000;
	background-image:url(../imagenes/fondo.jpg);
	color:#CCCCCC;
	background-repeat:repeat-x;	
}



h1{
	margin:0px;
	font-size:19px;
	color:#D2A800;
}
h2{
	margin:0px;
	font-size:18px;
	color:#6BD700;
}
h3{
	margin:0px;
	font-size:16px;
	color:#8A5FDC;
}
h4{
	margin:0px;
	font-weight:normal;
	font-size:15px;
}
h5{
	font-weight:normal;
	margin:0px;
	font-size:11px;
	color:#fff;
}
p{
	margin:0px;
	font-size:13px;
	}
b{
	font-weight:bold;
	margin:0px;
	color:#000000;
	}
ul{
	font-size:12px;
}
a:link, a:visited, a:active{
	color:#00CCFF;
	text-decoration:none;
}
a:hover{
	color:#00DD00;
	text-decoration:none;
}



#cabeza {
	height: 228px;
	width: 100%;
}
#supercabeza {
	margin:0 auto;
	height: 228px;
	width: 791px;
	background:url(../imagenes/fondo_logo.jpg) top center no-repeat;
}
#chica {
	height: 228px;
	width: 791px;
}
#espacio {
	height: 165px;
}
#cuerpo {
	height: auto;
	width: 793px;
	margin: 0 auto;
	background:url(../imagenes/cuerpo_medio.jpg) repeat-y;
}
#cuerpo div{
	height: auto;
	width: auto;
	margin: auto;
	background:url(../imagenes/cuerpo_arriba.jpg) top no-repeat;
}
#cuerpo div div{
	padding:10px;
	background:url(../imagenes/cuerpo_abajo.jpg) bottom no-repeat;
}
#cuerpo div div div{
	background:none;
}
#pie {

}

#menu {
	
	height: 30px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
#menu a{
	color:#DDD;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
}

