* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #e1e1e1;
	/*font-family: Georgia, serif;*/
	font-family: Arial;
	font-size: 62.5%;
	color: #3b3b3b;
}

#headerContainer {
	height: 166px;
	background-image: url(../img/default/bg/headerContainer.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
}

	#header {
		width: 950px;
		margin: auto;
		font-size: 1.4em;
	}
	
		#header h1 {
			display: block;
			float: left;
		}	
			
			#header h1 a {
				display: block;
				text-indent: -9999px;
				width: 324px;
				height: 166px;
				background-image: url(../img/default/bg/h1.gif);
				background-repeat: no-repeat;
			}
			
		#header p {
			float: right;
			text-align: right;
			padding-top: 60px;
			line-height: 1.15em;
		}
		
			#header p strong {
				text-transform: uppercase;
				color: #f45f43;
				font-size: 1.1em;
				font-weight: normal;
			}
			
			#header p a,
			#footer p a {
				color: #3b3b3b;
				text-decoration: none;
			}
			
			#header a.link {
				display: block;
				color: #FFF;
				margin-top: 16px;
				padding-right: 30px;
				font-size: 0.7em;
				height: 22px;
				line-height: 22px;
				text-decoration: underline;
				background-image: url(../img/default/bg/rss.gif);
				background-repeat: no-repeat;
				background-position: right;
				float: right;
				margin-left: 20px
			}
			
			#header a.link.twitter {
				background-image: url(../img/default/bg/twitter.gif);
			}
			
#contentContainer {
	background-color: #FFF;
	padding-top: 166px;
}

	#content {
		background-image: url(../img/default/bg/content.gif);
		background-repeat: repeat-y;
		margin: auto;
		width: 950px;
		font-size: 1.4em;
	}
	
	#menu {
		width: 245px;
		float: left;
	}
	
		#menu ul {
			list-style-type: none;
			margin-top: 20px;
		}
		
		#menu li {
			display: block;
			font-weight: bold;
			line-height: 1.6em;
		}
		
		#menu li a {
			display: block;
			color: #4f4f4f;
			padding: 0 25px;
			text-decoration: none;
			border-bottom: 1px dotted #4f4f4f;
			font-size:.8em;
			background:url(../img/arrow.gif) no-repeat 12px 7px;
		}
		
			#menu li a:hover {
				background-color: #a52100;
				color: #FFF;
			}
		
		#menu li ul {
			margin: 0;
		}
			
		#menu li li {
			font-style: italic;
			font-weight: normal;
		}
		
		#menu li li a {
			padding-left: 25px;
			font-size:.8em;
			background:none
		}
	
	#main {
		margin-top: 20px;
		width: 670px;
		float: right;
		line-height: 1.6em;
	}
	
		#main h2,
		#main h3 {
			color: #000;
			font-size: 1.5em;
		}
	
#footerContainer {
	clear: both;
	height: 201px;
	background-image: url(../img/default/bg/footerContainer.gif);
	background-repeat: repeat-x;
	font-size: 1.4em;
	line-height: 1.5em;
}

		#footer {
			margin: auto;
			width: 958px;
			height: 201px;
		}

		#footer .menu {
			height: 65px;
			padding: 25px 0;
			font-size: 0.8em;
			font-family: Helvetica, Arial, sans-serif;
		}
		
			
			#footer .menu a {
				color: #3b3b3b;
				text-decoration: none;
			}
			
			#footer .menu ul {
				display: block;
				padding: 0 20px;
			}
			
			#footer .menu li {
				display: inline;
			}

		#footer p {
			float: left;
		}
		
			#footer p strong {
				text-transform: uppercase;
			}
		
		#footer p.links {
			float: right;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			margin-top: 45px;
			clear: none;
		}
		
/* Pincha para ampliar */
#contactHelp {
	position: absolute;
	display: none;
	width: 169px;
	height: 57px;
	background-image: url(../img/default/ampliar.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default/ampliar.png', sizingMethod='scale');
	z-index: 10000;
}

#pubHelp {
	position: absolute;
	display: none;
	width: 207px;
	height: 64px;
	background-image: url(../img/default/hover.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default/hover.png', sizingMethod='scale');
	z-index: 10000;
}

	#pubHelp p {
		margin: 10px 0 0 0;
		padding: 0 5px;
		line-height: 23px;
		color: #FFF;
		font-weight: bold;
		font-size: 0.9em;
		width: 156px;
		overflow: hidden;
		text-align: center;
		background-color: black
	}

/* Home */
.home .publicaciones {
	margin: 30px 0;
	padding: 20px 0 0 20px;
	border: 1px solid #cfcfcf;
}

.home .publicaciones ul {
	list-style-type: none;
}

	.home .publicaciones li {
		float: left;
		margin-right: 14px;
		margin-bottom: 20px;
	}

.home h2 {
	margin-bottom: 20px;
}

.home .noticia,
.home .links,
.home .banners {
	float: left;
	clear: none;
	width: 30%;
}

.home .noticia {
	width: 250px;
}

.home .links {
	width: 150px;
	margin-left: 20px;
}

.home .links ul {
	list-style-position: inside;
	list-style-image: url(../img/default/bullet.gif)
}

#main .home .links a,
#main .home .noticia h3 a {
	font-weight: normal;
	color: #525252;
	text-decoration: underline;
}

.home .noticia p.date {
	font-style: italic;
	font-size: 0.8em;
}

.home .noticia p.todas {
	font-weight: bold;
}

	.home .noticia p.todas a {
		text-decoration: none;
	}
	
	.home .noticia p.todas a span {
		text-decoration: underline;
	}

.home .seo {
	clear: both;
	padding: 20px 0 50px 0;
}

	.home .seo img {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
