@import url("sonido3-index.css");
@import url("http://www.sonido3.es/assets/templates/sonido3/css/sonido3-matrial-oficina.css");
@import url("sonido3-musica.css");
@import url("sonido3-son-profesional.css");
@import url("http://www.sonido3.es/assets/templates/sonido3/css/sonido3-sonido3.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 90%; /*tamano de la letra para todo el sitio son 10pix. lo hago para que en caso de aumentar el tamano de la pagina me lo haga proporcionadamente*/
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #6B5854;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8F827A;
	height: 35px;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-transform: none;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #8F827A;
	padding-left: 35px;
}
#cabecera {
	background-image: url(../img/img-fondo-cabecera.jpg);
	background-repeat: repeat-x;
	height: 160px;
	width: 100%;
	margin: auto;
	float: left;
}
#cabecera-contenedor {
	margin: auto;
	width: 800px;
}
#botonera {
	margin: auto;
	width: 800px;
	height: 40px;
	padding-top: 5px;
}
#botonera ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	margin-left: 15px;
}
#botonera ul li {
	color: #FFFFFF;
	display: inline;
	background-repeat: no-repeat;
	margin: 4px;
}
#botonera ul li a {
	text-decoration: underline;
	color: #FFFFFF;
	padding-left: 15px;
}
#botonera ul li a:hover, #botonera li a.activo /*aquí declaro la clase activo con e mismo comportamiento que el hover*/
{
	color: #FFCC33;
}
#fondo-botonera {
	background-color: #6B5854;
	width: 100%;
}

#cuerpo-fondo {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/img-fondo-cuerpo.jpg);
	background-repeat: repeat-x;
	float: left;
}
#cuerpo-informacion {
	width: 800px;
	background-image: url(../img/img-fondo-cuerpo.jpg);
	background-repeat: repeat-x;
	margin: auto;
}
#logotipo {
	height: 100px;
	width: 285px;
	background-image: url(../img/logotipo.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	float: left;
}
#ludwig {
	height: 70px;
	width: 265px;
	float: right;
	background-image: url(../img/logotipo-luwgting.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 25px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
}
#casio {
	float: right;
	height: 40px;
	width: 260px;
	background-image: url(../img/logotipo-casio.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#pie-fondo {
	background-image: url(../img/img-fondo-pie.jpg);
	background-repeat: repeat-x;
}
#pie-informacion{
	margin: auto;
	width: 800px;
}
#pie-informacion p {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 50px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#pie-informacion a {
	text-decoration: underline;
	color: #FFFFFF;
}
#pie-informacion a:hover, #pie-informacion .activo-pie /*aquí declaro la clase activo-pie con el mismo comportamiento que el hover*/
{
	text-decoration: underline;
	color: #FFCC33;
}
.br-izq {
	clear: left;
}
.br-drch {
	clear: right
}
.centrado {
	text-align: center;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
p {
	margin: 10px;
}


