body {
	background-color: #000000;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#fecha {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
	color: #D50000;
	font-size: 70%;
	text-align: right;
}
#wrap {
	background-color: #FFFFFF;
	width: 718px;
	border: 6px solid #E4E4E4;
	padding: 20px 35px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	font-size: 70%;
	margin-bottom: 15px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-right: 15px;
}
#menu a {
	text-decoration: none;
	color: #AE0000;
}
#menu a:hover {
color:#999999;
}
#content {
	background-image: url(images/centro_index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_corpo {
	background-image: url(images/bg_identidad.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content_edit {
	background-image: url(images/editorial/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content_web {
	background-image: url(images/web/bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_contacto {
	background-image: url(images/contacto/bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#izq {
	width: 245px;
	margin-right: 225px;
	float: left;
}
#izq h1 {
	color: #999999;
	font-size: 180%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#izq h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 95%;
	font-variant: normal;
	font-style: italic;
	color: #990000;
}

#izq p {
	color: #1A1F21;
	font-size: 75%;
	text-align: justify;
	font-weight: normal;
}
#izq a {
	color: #D70000;
}
#derecha a:hover {
	text-decoration: none;
	color: #000000;
}
#derecha {
	width: 234px;
	float: right;
}
#derecha img {
	border: 1px solid #F2F2F2;
}
#derecha h1 {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 85%;
	color: #666666;
	font-style: italic;
}
#derecha p {
	font-size: 70%;
	color: #7C7C7C;
	margin: 3px 0px 20px;
	text-align: justify;
}
#derecha ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 70%;
}
#derecha li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#derecha a {
	display: block;
	background-color: #F8F8F8;
	text-decoration: none;
	color: #D70000;
	background-image: url(images/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 15px;
}
#derecha a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	font-size: 60%;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #F20000;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}

