html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#00c0f7;
	background-image:url(images/bk.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Tahoma;
	font-size:small;
	color:#006;
}

h1 { 
	font:1.5em Tahoma; 
	margin:0.5em 0;
}

h2 {
	font:1.25em Tahoma; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#FFF;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	border-left:solid 2px #FFF;
	border-right:solid 2px #FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	margin:0;
	padding:0;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	background-image:url(images/bk_content.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	div#content p {
		text-align:left;
		padding:0 1em;
	}
	
div#contentinside {
	padding:1em 1em 5em; /* bottom padding for footer */	
	background-image:url(images/bk_inside.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	div#contentinside p {
		text-align:left;
		padding:0 1em;
	}	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#0098dc;
	border-top:6px double white;
	color:#FFF;
}
	div#footer p {
		padding:1em;
		margin:0;
	}					
	
.imgcuad {
	border:solid 1px #006;
}

.link_f a {
	text-decoration:none;
	color:#FFF;
}
.link_f a:hover {
	text-decoration:underline;
}

.titulo {
	font-family:Tahoma;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	color:#006;
}

.white {
	font-family:Tahoma;
	font-size:12px;;
	font-weight:bold;
	color:#006;
}

.tituloNoticias {
	font-family:Tahoma;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#FFF;
}
.Noticias {
	font-family:Tahoma;
	font-size:10px;
}

.footer {
	font-family:Tahoma;
	font-size:10px;
	font-style:italic;
}
