body {
	background-image: url(../imagenes/fondo.jpg);
	margin:0;
	padding:0;
}

#contenedor {
	width:800px;
	background-color: #FFFFFF;
	border: 2px solid #003300;
	margin: 0 auto;
margin-top:5px;
margin-bottom:5px;
}
#cabecera {
	width: 800px;
	height: 160px;
	background-image: url(../imagenes/cabecera.jpg);
	position: relative;
}
#contenido {
	overflow: auto;
	position: absolute;
		height: 500px;
	top: 4px;
	z-index: 1;
	background-color: #FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
}
#fecha {
	position:absolute;
	width: 275px;
	height: 26px;
	left: 170px;
	bottom: 2px;
}
#iconoschicos {
	position:absolute;
	left: 13px;
	bottom: 2px;
}
#cuerpo {
	width:800px;
	height: 500px;
	position: relative;
}
#barraizquierda {
	width:190px;
	position: relative;
	height: 500px;
	background-image:url(../imagenes/izquierda-trans.png);
	background-repeat:repeat-y;
	z-index:5;
}
.fachada{
	position:absolute;
	left: 11px;
	top: 14px;
}

#barraderecha {
	width:100px;
	background-color:#EEEEEE;
	text-align: center;
	height: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.notas{
	margin-top: 30px;
}
#pie1 {
	font-size: 9pt;
	text-align: center;
	color: #CCCCCC;
	clear: both;
	background-color: #006600;
	padding:5px;
}
#pie2 {
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	font-size: 8pt;
padding:5px;
}

#clear {clear:both}
#texto {
	padding-top:20px;
	position: relative;
	padding-left:50px;
	padding-right:40px;
	overflow: auto;
	height: 480px;
	z-index: 5;
}
.iframe1{
	position:absolute;
	bottom:10px;
	left:8px;
	height:155px;
	width:164px;
	border:none;
	overflow:visible;
	margin:0;
	padding:0;
}
.imagenesnews{float:right;
margin-right:20px;
margin-left:10px;}
