@import url("menu.css");
/*////////////////////////////*/
*{
	padding:0;
	margin:0;
}
/*///////////////////////////CLASES////////////////////////////*/

.intro{
	font-size:12px;
	text-align:justify;
	font-style:italic;
	padding-left:45px;
	margin-bottom:30px;
	margin-top:20px;
	width:660px;
}
.profesional{
	background-image:url(images/guitarrasDeProfesional.jpg);
}
.estudio{
	background-image:url(images/guitarrasDeEstudio.jpg);
}
.sp{
	background-image:url(images/modeloSP.jpg);
}

.profesionalEn{
	background-image:url(images/guitarrasDeProfesionalEn.jpg);
}
.estudioEn{
	background-image:url(images/guitarrasDeEstudioEn.jpg);
}
.spEn{
	background-image:url(images/modeloSPEn.jpg);
}
.profesionalFr{
	background-image:url(images/guitarrasDeProfesionalFr.jpg);
}
.estudioFr{
	background-image:url(images/guitarrasDeEstudioFr.jpg);
}
.spFr{
	background-image:url(images/modeloSPFr.jpg);
}
.izq{
text-align:left;
}
/*///////////////////////////FIN CLASES////////////////////////////*/
body{
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	font-style:italic;
	color:#000;
}
#contenedor{
	width:760px;
	height:auto;
	background: url(images/fondoContenedor.jpg) repeat-y top center;
	margin:0 auto 0 auto;
}
#cabecera{
	width:706px;
	height:150px;
	background:url(images/cabecera.jpg) no-repeat;
	margin:0 auto 0 auto;
}
#cabecera2{
	width:706px;
	height:150px;
	margin:0 auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin:0 30px 10px 0;
}
#guitarras{
	width:690px;
	height:auto;
	border-top:#b66c47 3px solid;
	border-bottom:#b66c47 3px solid;
	margin:0 auto 0 auto;
	margin-bottom:30px;
	background:url(images/motivo1.jpg) bottom repeat-y right;
}
#guitarras p{
	font-size:12px;
	text-align:left;
	margin-bottom:20px;
	margin-left:15px;
	width:330px;
	height:auto;
	float:left;	
}
#guitarras img{
	border:#000 2px solid;
	float:left;
	margin: 0 10px 10px 10px;
}
#pie{
	width:760px;
	height:36px;
	background:url(images/pie.jpg) no-repeat;
	margin:10px auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
}
#contenedor hr {
	display: block;
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}
a{
	text-decoration:none;
	color:#ff0000;
	font-size:14px;
}
a:hover{
	color:#b56c47;
}

#nota{
width:680px;
height:auto;
background-color:#FFFFFF;
border:2px #000000 solid;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
margin-top:-10px;
}
#nota p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:5px;
}

a.catalogo{ font-weight:bold; font-size:18px; color:#ff0000; text-transform:uppercase;}
a.catalogo:hover{ text-decoration:underline;}