* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url("imagenes/fondo.gif") repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 25px;
	padding-bottom: 25px;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #ccc;
}

#banner {
	width: 750px;
	height: 210px;
	background: #000 url("imagenes/banner.jpg") no-repeat;
	background-position: top right;
}

#caja {
	width: 750px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

h1 {
	width: 140px;
	height: 30px;
	background-color: #333;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

h1:first-letter {
	color: #f00;
	text-decoration: underline;
}

h2 {
	width: 589px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

#menu {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 240px;
	width: 150px;
}

#menu li a {
	color: #fff;
	font: normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #333;
}

#actual a {
	background-image: url("imagenes/actual.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

img {
	border: none;
}

a img {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

a:hover img {
	border-color: #f00;
}

#contenido {
	width: 730px;
	margin-top:30px;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
}

p {
	margin-bottom: 20px;
}
