html, body {
	font-family: sans-serif;
	font-size: 13px;
	margin: 0;
padding: 0;
	background-color: #930000;
	}
#contenedor {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	
	}
#cab {
	display: none;
	}
#menu {
	display: none;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	margin-left: 58px;
	height: 18px;
	}
#menu ul li {
	float: left;	
	border-right: 1px solid #fff;
	}
#menu ul li a {
	color: #fff;
	width: 130px;
	height: 18px;
	text-align: center;
	display: block;
	text-decoration: none;

	}
#menu ul li a:hover {
	color: #930000;
	background-color: #fff;
}
#content{
	padding: 10px;
	background-image: url(img/fondocontent.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: 3px;
	}
#pie {
	text-align: center;
	background-color: #930000;
	background-image: url(img/fondomenu.gif);
	background-position: middle;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 3px;
	height: 20px;
	clear: both;
	}
#subpie {
	text-align: center;
	color: #fff;
	}
h1 {
	color: #c72017;
	background-color: #fff;
	background-image: url(img/fondotit.gif);
	background-position: center left;
	background-repeat: no-repeat;
	height: 20px;
	font-size: 16px;
	padding-left: 5px;
	}
h2 {
	color: #c72017;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 15px;
	}
ul.gr {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	}
h3 {
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}
.lateral {
	width: 390px;
	*width: 380px;
	float: left;
	padding-right: 10px;
	}
p {
	background-image: url(img/fondop.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 5px;
	text-align: justify;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.logo {
	float: left;
	width: 130px;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
	}
.item {
	border-bottom: 1px solid red;
	height: 120px;
	width: 360px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	}
.item h2 {
	background-color: #C52018;
	color: #fff;
	text-align: center;
	}
.item p {
	text-align: left;
	background-image: none;
	margin: 0;
	margin-top: 5px;
	}
#spacer {
	height: 1px;
	clear: both;
	}
.centrado {
	text-align: center;
	}
a {
	color: #C10000;
	}
