* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
#general {
	margin-top: 70px;
	width: 1000px;
}
#cabecero {
	height: 100px;
	padding-left: 300px;
}
#menufijo {
	width: 70px;
	float: left;
	height: 600px;
}
#cuerpo {
	padding-left: 25px;
	padding-top: 40px;
}
li {
	list-style-type: none;
	display: block;
	margin-bottom: 4px;
}
#imagenes {
	width: 680px;
	float: right;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menuvariable {
	width: 195px;
	float: left;
	padding-left: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color: #666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #CCC;
	letter-spacing: -4px;
	padding-left: 20px;
	word-spacing: -2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	font-weight: lighter;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
}
#general #cabecero a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 83px;
}
#p {
	font-family: Arial, Helvetica, sans-serif;
}

