BODY { 
	/* background:transparent url(img/bg.jpg) no-repeat center 0px; 	/* fondo por defecto */
	background-color:#999;											/* color por defecto */
	text-align:center;													/* centra el contenido */
	min-width:930px;													/* arreglo de overflow para mozilla */
	margin:20px 0px;
	padding:0px;
}

#logo {
	position:relative;
	left:40px;
	top:30px;
	width:240px;
	height:60px;
	border:0px solid blue;
	float:left;
	z-index:15;
}

/* ------------------ contenedor general ----------------- */
#container {
	width:930px;			/* tamaņo y posicion */
	text-align:left;		/* restaura alineacion izq */
	left:0px;				/* margenes */
	top:0px;
	margin-left:auto;		/* arreglo para centrar en mozilla */
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border:0px solid green;
}

/* ------------------ header --------------------- */
#header {
	width:930px;
	height:160px;			/* tamaņo y posicion */
	text-align:left;		/* restaura alineacion izq */
	background:transparent url(img/hdr-bg.gif) no-repeat left top;
	margin:0px;
	padding:0px;
	border:0px solid yellow;
}
* html #header { he\ight:160px; marg\in:0px; padd\ing:0px; } /* arreglo por logo en div flotante */

#content {
	/* background:transparent url(img/cnt-bg.jpg) repeat-x left top; */
	background-color:#787878;
	padding:15px 15px 15px 10px;
	border:0px solid red;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}
* html #content { he\ight:47px; padd\ing:15px 15px 0px 10px;}

/* ------------------ topmenu --------------------- */
#topmenu {
	width:640px;
	height:40px;
	float:left;
	margin:25px 0 0 20px;				/* margenes */
	padding:0px;
	border:0px solid green;
}

/* ------------------ barrita enlaces superiores --------------------- */
#header .menu {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:right;
	margin:20px 50px 0 0;
	padding-top:10px;
}
* html #header .menu { marg\in:0px 50px 0 0; padd\ing-top:12px; }

#header .menu a { color:#666666; text-decoration:none; }
#header .menu a:hover { text-decoration: underline; }

/* ------------------ topbanner --------------------- */
#topbanner {
	position:relative;
	width:468px;
	height:60px;
	float:right;
	margin:10px 50px 0px 0px;
	padding:0px;
	border:1px dashed #cccccc;
}
/* ----------------- caja de busqueda ------------------ */
#search {
	float:right;
	clear:right;
	margin:30px 15px 0px 0px;
}

/* ----------------- derecha ------------------ */
#right {
	position:relative;
	width:200px;
	float:left;
	margin:40px 0 0 0;
	padding:0px;
	/* background-color:#ffffff; */
	min-height:320px;
	height:expression(this.scrollHeight > 320 ? "auto":"320px");
	border:0px solid blue;
}
* html #right {	marg\in:0px; padd\ing:0px; w\idth:200px; }

#right ul li {
	font-family:tahoma, sans-serif;
	color:#ffffff;
	font-size:90%;
	margin-left:-20px;
	padding:0px;
	list-style-type:none;
}

/* ------------------ columna central -------------------- */
#main {
	position: relative;
	width:460px;								/* igual ancho GIF */
	float:left;
	margin:0px;
	padding:0px 20px 0px 55px;
	border:0px solid #6f7b87;
}	

* html #main { marg\in:0px; padd\ing:0px 20px 0px 55px; w\idth:535px;}	/* igual ancho GIF */

/* ----------------- color secciones ------------------ */
#instit #content { background:transparent url(img/cnt-bg-instit.gif) repeat-y left top; }
#banco-sonidos #content { background:transparent url(img/cnt-bg-banco-sonidos.gif) repeat-y left top; }
#oido-absoluto #content { background:transparent url(img/cnt-bg-oido-absoluto.gif) repeat-y left top; }
#espacio-sonoro-argentina #content { background:transparent url(img/cnt-bg-espacio-sonoro-argentina.gif) repeat-y left top; }
#escuchar-santa-fe #content { background:transparent url(img/cnt-bg-escuchar-santa-fe.gif) repeat-y left top; }
#salon-lectura #content { background:transparent url(img/cnt-bg-salon-lectura.gif) repeat-y left top; }
#tienda #content { background:transparent url(img/cnt-bg-tienda.gif) repeat-y left top; }

#main ul li {
	list-style-image: url(img/ico-audio.gif);
	/* display:inline; */
	/* white-space:nowrap; */
}

/* ----------------- categorias derecha ------------------ */
#submenu { margin:-20px 0 40px 0; }

/* ----------------- publicidades derecha ------------------ */
#adv {
	position:relative;
	float:right;
	clear:right;
	width:160px;					/* tamaņo y posicion */
	margin:0px 0px 20px 0px;
	padding:0px;
	background-color:#;
	border:0px dashed white;
}

* html #adv {marg\in:0px 0px 20px 0px; padd\ing:0px; /* TAN HACK valores que toma IE*/ }

/* ----------------- banner donacion ------------------ */
#donacion, #venta {
	width:160px;
	float:right;
	margin:0px 0px 20px 0px;
	padding:2px;
	border:1px dashed #cccccc;
}

/* ------------------ contenidos interior -------------------- */
#nota {
	margin:30px 0 0 0;
	padding:0px 20px 0 0;
	min-height:320px;
	height:expression(this.scrollHeight > 320 ? "auto":"320px"); /* igual a altura de columna right*/

}

#instit #nota { background: transparent url(img/cnt-disco-instit.gif) no-repeat right bottom; }
#banco-sonidos #nota { background: transparent url(img/cnt-disco-banco-sonidos.gif) no-repeat right bottom; }
#oido-absoluto #nota { background: transparent url(img/cnt-disco-oido-absoluto.gif) no-repeat right bottom; }
#espacio-sonoro-argentina #nota { background: transparent url(img/cnt-disco-espacio-sonoro-argentina.gif) no-repeat right bottom; }
#escuchar-santa-fe #nota { background: transparent url(img/cnt-disco-escuchar-santa-fe.gif) no-repeat right bottom; }
#salon-lectura #nota { background: transparent url(img/cnt-disco-salon-lectura.gif) no-repeat right bottom; }
#tienda #nota { background: transparent url(img/cnt-disco-tienda.gif) no-repeat right bottom; }

/* ------------------ formato impresion ----------------- */
@media print {			
	body { top:80px; left:100px; background: none; text-align: left; font-size: 150%; width:80%; font-family: tahoma, verdana, sans-serif;}
}

/* ----------- ARREGLO ALTURA COLUMNAS -------------------- */
.clear { clear:both;}		/* arregla altura de Content en FF, debe llevar DIV class="clear" en codigo html */


/* ----------------- footer --------------------------- */
#footer {
	width:890px;					/* tamaņo y posicion */
	height:120px;
	margin:0px;
	padding:20px;
	text-align:center;
	background-color:#fff;
	margin-left:auto;		/* arreglo para centrar en mozilla */
	margin-right:auto;
	border:0px solid yellow;
	clear:both;
}
* html #footer { w\idth:930px; h\eight:0px; marg\in:0; padd\ing:20px;}

.copyright {
	font-family:tahoma, sans-serif;
	color:#666;
	font-size:70%;
	margin:0px;
	padding:20px;
	text-align:left;
}
* html #copyright { marg\in:0px 0px 0px 0px; padd\ing:0px; }

/* ----------------- texto ----------------------------*/

H1 {
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 240%;
	color:#ffffff;
	font-weight: normal;
	letter-spacing: -1px;
	line-height:110%;
	margin:0px;
	/* background:transparent url(img/h1-banco-sonidos.gif) no-repeat top left; */
	margin-left:-45px;
}

h1 a { color:#fff; text-decoration: none;}
h1 a:hover { color:#fff; text-decoration: underline; }

H2 {
	font-family:arial, helvetica, sans-serif;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	line-height:110%;
	text-transform:uppercase;
	margin-left:0px;
}
#submenu h2 { margin-left:0; }

/* volanta*/
H3 {
	font-family:trebuchet ms, tahoma, sans-serif;
	font-size:90%;
	color:#fff;
	font-weight:bold;
	font-weight:normal;
	text-align:right;
	text-transform:uppercase;
	margin:0px;
}

/* bajadita */
H4 {
	font-family:georgia, times, serif;
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	margin:10px 0 60px 0;
}

p {
	font-family:georgia, times, serif;
	font-size:80%;
	color:#ffffff;
	margin:10px 0px 10px 0px;
}

/* listas comunes */
ul, ol {
	font-size:75%;
	font-family:georgia, serif; 
	color:#fff;
	margin:0;
	padding:0 0 0 20px;
}

ul li {
	list-style-type: square;
	list-style-image: url(img/ico-audio2.gif);
	margin: 0 0 2px 0px;
}

/* listas */
#main ul li a { color:#fff; text-decoration: none;}
#main ul li a:hover { color:#fff; text-decoration: underline; }

/* listas */
#right ul li a { color:#fff; text-decoration: none;}
#right ul li a:hover { color:#fff; text-decoration: underline; font-weight:bold; }

/* listas audios nuevos*/
ul.nuevos li { margin:0px;}
ul.nuevos li a { font-family:tahoma, sans-serif; font-size:100%; color:#fff; }
ul.nuevos li a:hover { font-family:tahoma, sans-serif; font-size:100%; color:#fff; }

/* arreglo ul IE \*/
* html ul { margin: 10px 20px 20px 0px; }
* html ul.nuevos { margin: 10px 20px 20px 40px; }

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#tienda H1,
#tienda H2,
#tienda H3,
#tienda H4,
#tienda p,
#tienda a,
#tienda ul,
#tienda ol, 
#tienda #right ul li a,
#tienda #main ul li a { color:#999999; }

/* ----------------------------- */

.dropcap { font-size:400%; float: left; padding: 2px; }
.small { font-size:80%;}
.big { font-size:110%; }

.breadcrumb { font-family:tahoma, sans-serif; color:#ffffff; font-size:70%; margin:10px 0px; text-align:left; 	margin-left:-45px;}

.fecha { margin-bottom: -10px; }
.autor { margin: -5px 0 10px 0; }

blockquote {
	font-family: georgia, times, serif;
	font-style: italic;
	letter-spacing: -0.5px;
}

.pdficon {
	list-style-image: url(img/pdf.gif);
	margin-left: 20px;
}
* html .pdficon { padd\ing-left: 0px; }

.img { background-color: none; margin:0 0 10px 10px; }

hr { color:#fff; margin:0 0 0px -45px; }

.margder { margin-right: 10px; }
.margizq { margin-left: 10px; }
.border { border-top: 1px #ccc solid; }

/* ------------TABLAS ------------ */
table { margin:0px 10px 10px 10px;}
th {background: rgb(0,102,51); font-family: arial, helvetica, sans-serif; font-size: 75%; color: #ccffcc; font-weight: bold; padding:5px; }
.light { background: rgb(250,250,250); font-family: arial, helvetica, sans-serif; font-size: 75%; color:#666; padding:2px 5px; vertical-align:top;}
.medium { background: rgb(235,235,235); font-family: arial, helvetica, sans-serif; font-size: 75%; color:#666; padding:2px 5px; vertical-align:top;}
.dark { background: rgb(0,82,151);}

.ama { background: rgb(255,204,102);}
.verde1 { background: rgb(0,102,0);}
.rojo { background: rgb(191,51,24);}
.gri3 { background: rgb(231,231,231);}

/* ------------  FORM ------------ */
form { margin-bottom:-10px; padding:0;}
* html form {	marg\in: 0 0 0 0; padd\ing:0;/* TAN HACK valores que toma IE*/ }

.inputs {					/* para formularios en gral */
	background-color: #ffffff;
	color: #666;
	font-family: tahoma, verdana, sans-serif;
	font-size: 65%;
	margin: 0px;
}

.buttons {
	background-color: #28553f;
	color: #cce6cc;
	font-family: tahoma, verdana, sans-serif;
	font-size: 60%;
	font-weight: normal;
}

/* corrige achicamiento texto tags anidados */
li p { font-size: 100%; }
ol ol { font-size:100%;}
ul ul { font-size:100%;}


