body {
	font-family:"Segoe UI","Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	color:#333333;
	background-color:#365C80;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-image:url(../imagenes/principal/fondo.jpg);
}


/* Elementos propios del cuerpo */

h1 {
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#365C80;
}

h2 {
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-size:18px;
	color:#2E81B9;
	font-weight:bold;
}

h3 {
	margin:5px 5px 5px 0px;
	padding:0px;
	color:#FF6600;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #0099CC;
}

h4 {
	margin:15px 0px 3px 0px;
	padding:0px;
	font-size:16px;
	color:#006699;
}

a:link, a:visited, a:active {
	color:#2E81B9;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0066FF;
	text-decoration:none;
}
a:focus {
	outline:none;
}


form {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:5px 0px;
}

ul, ol {
	margin:5px 15px;
	padding:0px;
}

li {
	margin:0px 15px;
	padding:2px;
}



#wrapper {
	width:800px;
	margin:0px auto;
}

#header {
	width:100%;
	height:130px;
	background:url(../imagenes/principal/fondo-cabeza.png) top center no-repeat;
}
#header-b {
	width:100%;
	height:10px;
	background:url(../imagenes/principal/fondo-cabeza-b.png) top center no-repeat;
}

#cuerpo {
	padding:5px 50px;
	background:url(../imagenes/principal/fondo-cuerpo.png) top center repeat-y;
}

#footer {
	padding-top:30px;
	padding-right:40px;
	margin-bottom:20px;
	height:30px;
	text-align:right;
	color:#CCCCCC;
	background:url(../imagenes/principal/fondo-pie.png) top center no-repeat;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
} 

#in-header {
	height:80px;
	padding:20px 0px 0px 40px;
	margin:0px;
	background-image:url(../imagenes/principal/logo.png);
	background-repeat:no-repeat;
	background-position:20px 0px;
}

.titulo {
	color:#F7740C;
	font-size:28px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.sub-titulo {
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#menu {
	height:30px;
	padding-right:60px;
}
#menu a:link, #menu a:visited, #menu a:active {
	display:block;
	float:right;
	width:90px;
	height:23px;
	margin:0px 4px;
	padding-top:7px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../imagenes/principal/boton.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#menu a:hover {
	background-image:url(../imagenes/principal/boton.png);
	background-position:-90px 0px;
	background-repeat:no-repeat;
	color:#F7740C;
}
#menu .on {
	display:block;
	float:right;
	width:90px;
	height:23px;
	margin:0px 4px;
	padding-top:7px;
	text-align:center;
	font-weight:bold;
	color:#F7740C;
	background-image:url(../imagenes/principal/boton.png);
	background-position:-90px 0px;
	background-repeat:no-repeat;
}

.descripcion {
	color:#666666;
	font-size:14px;
	line-height:16px;
	padding-bottom:10px;
}

.contenedor {
	float:left;
	width:310px;
	height:150px;
	margin:10px 20px;
	border-bottom:1px dashed #F1CF25;
}

.libro {
	float:left;
	width:340px;
	height:225px;
	margin:10px 10px 10px 0px;
	padding:5px 0px;
	border-top:1px solid #F1CF25;
	border-bottom:1px solid #CAA200;
}

.folleto {
	float:left;
	width:144px;
	text-align:center;
	margin:10px 10px 10px 0px;
	border-right:1px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
}

.manual {
	float:left;
	width:340px;
	height:180px;
	margin:10px 10px 10px 0px;
	padding:5px 0px;
	border-top:1px solid #F1CF25;
	border-bottom:1px solid #CAA200;
}

.musica {
	float:left;
	width:330px;
	margin:10px 10px 10px 0px;
	padding:5px;
}

.cont-musica {
	border-bottom:1px solid #CAA200;
	float:left;
	width:100%;
	margin-bottom:10px;
}

table {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

th {
	font-weight:bold;
	text-align:left;
	font-size:14px;
	background-color:#365C80;
	color:#FFFFFF;
	padding:5px;
}

td {
	padding:5px;
	border-bottom:1px dashed #999999;
	color:#2E81B9;
}

.enfasis {
	margin:10px 0px 15px 0px;
	padding:10px;
	border-bottom:1px solid #196297;
	color:#196297;
	background-color:#EEF8FF;
}
