@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
body {
	background-color: #323232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #323232;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #323232;
}
a:hover {
	text-decoration: none;
	color: #139f94;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #323232;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
#negro {
	width: 100%;
	background-color: #dcdcdc;
}
#cabecera {
	width: 100%;
	height: 160px;
	background-color: #dcdcdc;
}
#centrador {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../imagenes/fondoGeneral.jpg);
}
#logoPrensa {
	width: 950px;
	height: 160px;
	margin: 0 auto;
	padding: 0px;
	background: url(../imagenes/logoPrensa.png) no-repeat right top;
}
#logoPublicidad {
	width: 950px;
	height: 160px;
	margin: 0 auto;
	padding: 0px;
	background: url(../imagenes/logoPublicidad.png) no-repeat right top;
}

#logoPpal {
	width: 950px;
	height: 160px;
	margin: 0 auto;
	padding: 0px;
	background: url(../imagenes/logoPpal.png) no-repeat right top;
}

/* MENÚ */

#menu {
	float: left;
	width: 150px;
	line-height: normal;
}
.sidebar {
	float: left;
	padding-top: 40px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(../imagenes/menu.png) no-repeat left top;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
}
#menu .pagActual {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
	font-weight: bold;
	background: url(../imagenes/pagActual.png) no-repeat left top;
}

/* PIE DE PÁGINA */

#footer-wrapper {
	width: 100%;
	height: 100px;
	background-color: #dcdcdc;
}

#footer {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background:url(../imagenes/fondoTopFoot.gif);
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* PIE DE PÁGINA del INDEX */

#footer-wrapper-index {
	width: 100%;
	height: 100px;
	background-color: #323232;
}

#footer-index {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
}

#footer-index p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* Formateo especial */

.Capital {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 25px;
	line-height: 25px;
	color: #000;
}
.footerLink {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
