/* ========================================
      GTK - CSS - Zoller & Levy
   ======================================== */

body, html {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #41211F;
	margin: 0px;
	height: 100%;
	background: #FFFFFF url(../images/fondo.gif) repeat-y;
	background-position: center;
}

a { text-decoration:none; color: #41211F;}
a:hover { text-decoration:none; color: #41211F;}
a:active {	text-decoration:none; color: #41211F;}

form, p, li, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2928;
}
.oculta {
	display:none;
}


#contenedor {
	position: relative;
	margin: 0px auto;
	width: 770px;
	height: 100%;
	background: #FFFFFF url(../images/fondo.gif) repeat-y;
}

#cabecera {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 202px;
	background: #FFFFFF url(../images/cabeceralogo.jpg) no-repeat;
	z-index: 3;
}

#cabecera .linkhome {
	float: left;
	width: 240px;
	height: 75px;
	margin: 40px 0 0 250px;
}

#menu {
	position: absolute;
	top: 202px;
	left: 0px;
	width: 222px;
	padding: 0 0 0 11px;
	background: #FFFFFF url(../images/fondomenu_general.gif) repeat-y;
	z-index: 4;
}
#intro {
	position: absolute;
	top: 210px;
	left: 266px;
	width: 205px;
	z-index: 5;
}
#novedades {
	position: absolute;
	top: 202px;
	left: 514px;
	width: 235px;
	z-index: 6;
}
#central {
	position: absolute;
	top: 210px;
	left: 253px;
	width: 486px;
	z-index: 7;
}

#pie {
	position: absolute;
	width: 204px;
	color: #3B2928;
	font-size: 9px;
	bottom: 5px;
	left: 20px;
	z-index: 2;	
}




/*  Links MENU  */
#menu li a {
	display: block;
	width: 222px;
	height: 20px;
}
/* hack Firefox */
div>#menu li a {
	height: 22px;
}

#menu li a.m1 {	background: #FFFFFF url(../images/menu1.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m2 {	background: #FFFFFF url(../images/menu2.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m3 {	background: #FFFFFF url(../images/menu3.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m4 {	background: #FFFFFF url(../images/menu4.gif) no-repeat; background-position: 100% 0%;}

#menu li a.m5 {	background: #FFFFFF url(../images/menu5.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m6 {	background: #FFFFFF url(../images/menu6.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m7 {	background: #FFFFFF url(../images/menu7.gif) no-repeat; background-position: 100% 0%;}
#menu li a.m8 {	background: #FFFFFF url(../images/menu8.gif) no-repeat; background-position: 100% 0%;}

#menu li a.m1:hover { background: url(../images/menu1.gif) no-repeat; }
#menu li a.m2:hover { background: url(../images/menu2.gif) no-repeat; }
#menu li a.m3:hover { background: url(../images/menu3.gif) no-repeat; }
#menu li a.m4:hover { background: url(../images/menu4.gif) no-repeat; }

#menu li a.m5:hover { background: url(../images/menu5.gif) no-repeat; }
#menu li a.m6:hover { background: url(../images/menu6.gif) no-repeat; }
#menu li a.m7:hover { background: url(../images/menu7.gif) no-repeat; }
#menu li a.m8:hover { background: url(../images/menu8.gif) no-repeat; }


#menu li.m1activa, #menu li.m2activa, #menu li.m3activa, #menu li.m4activa, #menu li.m5activa, #menu li.m6activa, #menu li.m7activa, #menu li.m8activa {
	display: block;
	width: 222px;
	height: 20px;
}

#menu li.m1activa { background: url(../images/menu1_on.gif) no-repeat; }
#menu li.m2activa { background: url(../images/menu2_on.gif) no-repeat; }
#menu li.m3activa { background: url(../images/menu3_on.gif) no-repeat; }
#menu li.m4activa { background: url(../images/submenu_edicion_fondo.gif) no-repeat; }

#menu li.m5activa { background: url(../images/menu5_on.gif) no-repeat; }
#menu li.m6activa { background: url(../images/menu6_on.gif) no-repeat; }
#menu li.m7activa { background: url(../images/menu7_on.gif) no-repeat; }
#menu li.m8activa { background: url(../images/menu8_on.gif) no-repeat; }


/* Submenu del aparatdo Edición */
#menu li.m4activa {
	padding-top: 20px;
	height: 45px;
}
/* hck */
div>#menu li.m4activa {
	height: 43px;
}
#menu li a.sm1, #menu li a.sm2, #menu li a.sm1:hover, #menu li.sm1activa, #menu li a.sm2:hover, #menu li.sm2activa {
	height: 18px;
}
#menu li a.sm1 {	background: url(../images/submenu1.gif) no-repeat;}
#menu li a.sm2 {	background: url(../images/submenu2.gif) no-repeat;}
#menu li a.sm1:hover, #menu li.sm1activa { background: url(../images/submenu1.gif) no-repeat;  background-position: 100% 0%; }
#menu li a.sm2:hover, #menu li.sm2activa { background: url(../images/submenu2.gif) no-repeat;  background-position: 100% 0%;}




#adornosup {
	float: left;
	width: 220px;
	height: 57px;
	margin-top: -8px;
	background: url(../images/adornosup.gif) no-repeat;
}


/*  Estilos de INTRO  */

#intro .tit {
	font-weight: bold;
}
#intro .subtit {
	color: #FF6600;
}

#intro p {
	padding-bottom: 12px;
}

/*  Estilos de NOVEDADES  */

#novedades .tit {
	font-weight: bold;
	padding: 4px 0 0 4px;
}

#novedades .tit_novedades {
	width: 232px;
	height: 31px;
	background: url(../images/tit_novedades.gif) no-repeat;
}
#novedades .fecha {
	width: 228px;
	height: 12px;
	overflow: hidden;
	background-color: #FFE599;
	color: #3B2928;
	padding: 0 0 0 4px;
}

#novedades img {
	padding: 5px 8px 2px 3px;
}

#novedades p {
	padding: 3px 0 18px 3px;
}


/*  Rótulos de sección  */
h2 {
	height: 39px;
}
h2.accesorios_2, h2.edicion_s2_2 {
	height: 70px;
}

h2.quienes { background: url(../images/rot_quienes.gif) no-repeat; }
h2.partituras { background: url(../images/rot_partituras.gif) no-repeat; }
h2.accesorios { background: url(../images/rot_accesorios.gif) no-repeat; }
h2.accesorios_2 { background: url(../images/rot_accesorios2.gif) no-repeat; }

h2.edicion { background: url(../images/rot_edicion.gif) no-repeat; }
h2.edicion_s1 { background: url(../images/rot_edicionsub1.gif) no-repeat; }
h2.edicion_s2 { background: url(../images/rot_edicionsub2.gif) no-repeat; }
h2.edicion_s2_2 { background: url(../images/rot_edicionsub22.gif) no-repeat; }

h2.instrumentos { background: url(../images/rot_instrumentos.gif) no-repeat; }
h2.novedades { background: url(../images/rot_novedades.gif) no-repeat; }
h2.novedadessub { background: url(../images/rot_novedadessub.gif) no-repeat; height:60px }
h2.enlaces { background: url(../images/rot_enlaces.gif) no-repeat; }

h2.contacto { background: url(../images/rot_contacto.gif) no-repeat; }
h2.legal1 { background: url(../images/rot_lega1.gif) no-repeat; }
h2.legal2 { background: url(../images/rot_legal2.gif) no-repeat; }
h2.legal3 { background: url(../images/rot_legal3.gif) no-repeat; }

/* Central */

#central p {
	padding: 0 40px 15px 4px;
}
#central p.dos {
	padding: 0 40px 5px 4px;
}
#central p.tres {
	padding: 0 40px 0px 4px;
}
#central h3 {
	font-size: 17px;
	color: #FF6600;
	font-weight: normal;
	padding: 0 0 12px 4px;
}
#central h4 {
	font-size: 13px;
	color: #FF6600;
	background: url(../images/fondoH4.gif) repeat-x;
	/*background-color: #FFE599;*/	
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
}
#central h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 4px;
}
#central h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 4px;
}
#central img {
	float: left;
}
#central .contieneimg {
	position: relative;
	float: left;
	width: 486px;
	color: #FF6600;
	background-color: #FFF5D5;
	margin: 0 0 15px 0;
}
#central .pieimg{
	position: absolute;
	float: left;
	padding: 0 0 0 12px;
	width: 230px;
	font-style: italic;
	left: 205px;
	bottom: 10px;
}


.h4b, .h4c {
	float: left;
	width: 483px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/fondoH4_b.gif) repeat-x;
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
}
.h4c {
	color: #3B2928;
	background: url(../images/fondoH4_c.gif) repeat-x;
}

.h4c_txt {
	float: left;
	width: 279px;
	padding: 0 5px 0 2px;
}
.h4c_bot {
	position: relative;
	float: left;
	width: 196px;
	margin-top: 2px;
}



/*  Botones  
bot_ampliarplano.gif - 116
bot_enviar.gif - 71
bot_imprimir.gif - 91
bot_masinfo.gif - 50

bot_novedad.gif - 87
bot_pdf.gif - 53
bot_presupuesto.gif - 178
bot_volver.gif - 70
*/

.bot_ampliarplano, .bot_enviar, .bot_imprimir, .bot_masinfo, .bot_masinfo2, .bot_novedad, .bot_novedad2, .bot_pdf, .bot_pdf2, .bot_pdf3, .bot_presupuesto, .bot_volver, .bot_volver2 {
	float: left;
	height: 14px;
	border-right: #FFFFFF solid 2px;
	border-left: #FFFFFF solid 2px;
	
}

.bot_ampliarplano { background: url(../images/bot_ampliarplano.gif) no-repeat; width: 116px; }
.bot_enviar { background: url(../images/bot_enviar.gif) no-repeat; width: 71px; }
.bot_imprimir { background: url(../images/bot_imprimir.gif) no-repeat; width: 91px; }
.bot_masinfo { position: absolute; left: 89px; background: url(../images/bot_masinfo.gif) no-repeat; width: 50px; }
.bot_masinfo2 { position: absolute; left: 144px; background: url(../images/bot_masinfo.gif) no-repeat; width: 50px; }

.bot_novedad, .bot_novedad2 { position: absolute; left: 0px; background: url(../images/bot_novedad.gif) no-repeat; width: 87px; }
.bot_novedad2 { left: 52px; }
.bot_pdf { position: absolute; left: 141px; background: url(../images/bot_pdf.gif) no-repeat; width: 53px; }
.bot_pdf2 { position: absolute; left: 0px; background: url(../images/bot_pdf.gif) no-repeat; width: 53px; }
.bot_pdf3 { position: absolute; margin-top:3px; right: 0px; background: url(../images/bot_pdf.gif) no-repeat; width: 53px; }

.bot_presupuesto { background: url(../images/bot_presupuesto.gif) no-repeat; width: 178px; }
.bot_volver, .bot_volver2 { background: url(../images/bot_volver.gif) no-repeat; width: 70px; margin: 5px 0 0 -2px;}
.bot_volver2 { margin-top: 0px; }



/*  Formularios */


#central .forms {
	font-weight: bold;
	padding: 0 0 3px 5px;
}

.campoform, .campoform2, .campoform3, .campoform4 {
	float: left;
	width: 247px;
	height: 25px;
}
.campoform2 {
	width: auto;
}
.campoform3 {
	width: auto;
	
}
.campoform4 {
	width: auto;
	padding: 15px 2px 0 10px;
	font-weight: bold;
}
.campoform5, .campoform6, .campoform7  {
	float: left;
	height: auto;
	width: 145px;
	padding: 0px 0px 0 0px;
	font-weight: bold;
}

.campoform6 { width: 185px; }
.campoform6 { width: 285px; }


#central input, #central input.input2 {
	float: left;
	border: solid 0px;
	width: 228px;
	height: 17px;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background: #FFFFFF url(../images/fondoInput1.gif) no-repeat fixed;
}
#central input.input2 { 
	width: 145px; 
	background: #FFFFFF url(../images/fondoInput145w.gif) no-repeat fixed;
}

#central input.chec {
	width: auto;
	height: auto;
	padding: 0px;
	margin: -2px 2px 0 0;
	background-image: none;
}
#central input.radio {
	width: auto;
	height: auto;
	padding: 0px;
	margin: -2px 2px 0 0;
	background-image: none;
}

div>#central input { 
	background: #FFFFFF url(../images/fondoInput1.gif) no-repeat;
}
div>#central input.input2 { 
	background: #FFFFFF url(../images/fondoInput145w.gif) no-repeat;
}

#central textarea, #central textarea.textareados  {
	float: left;
	border: solid 0px;
	width: 476px;
	height: 102px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0 0 0px;
	background: #FFFFFF url(../images/fondoTextarea1.gif) no-repeat fixed;
}

#central textarea.textareados  {
	width: 175px;
	height: 52px;
	background: #FFFFFF url(../images/fondoTextarea185w57h.gif) no-repeat fixed;
}

div>#central textarea { 
	background: #FFFFFF url(../images/fondoTextarea1.gif) no-repeat;
}
div>#central textarea.textareados { 
	background: #FFFFFF url(../images/fondoTextarea185w57h.gif) no-repeat;
}


.linea {
	position: relative;
	float: left;
	width: 528px;
	height: 25px;
	border-bottom: #41211F solid 1px;
	margin: 0 0 0 -20px;
}

.contiene_enviar {
	float: left;
	padding: 18px 0 5px 413px;
}

.contiene_enviarimp {
	float: left;
	padding: 18px 0 5px 300px;
}

.filaform, .filaform2, filaform_a {
	float: left;
	height: 48px;
}

.filaform2 { 
	height: 120px; 
}

.filaform_a { 
	height: auto;
	padding: 0 0 10px 0;
}

.contieneradio, .contieneradio2 {
	float: left;
	width: 145px;
}
.contieneradio2 { width: 145px; }

/* Novedades */

.novedad {
	float: left;
	width: 456px;
	padding: 4px 30px 5px 0px;
	background-color: #F0EEED;
	margin-bottom: 15px;
}

.imgnov {
	float: left;
	padding: 0 10px 0 0;
	margin-top: -4px;
}

/*  Enlaces */

a.enlacessec {
	padding: 0 5px;
	background-color: #FFB62F;
}



.nosalto {
	float: left;
}

.bloqnoticia  {
	float: left;
	width: 235px;
	padding: 0 15px 15px 0;
}
