604 lines
9.7 KiB
CSS
604 lines
9.7 KiB
CSS
|
|
body {
|
|||
|
|
padding: 0px;
|
|||
|
|
margin: 0px;
|
|||
|
|
background-color: #3E465B;
|
|||
|
|
font-family: georgia, times, serif;
|
|||
|
|
font-size: 13px;
|
|||
|
|
line-height: 160%;
|
|||
|
|
color: #545452;
|
|||
|
|
background-image: url('../images/fondo-part.gif');
|
|||
|
|
background-repeat: repeat;
|
|||
|
|
background-position: 0 -10px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
p {
|
|||
|
|
margin: 0;
|
|||
|
|
margin-bottom: 10px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h1 {
|
|||
|
|
font-family: "Palatino Linotype", Georgia, Serif;
|
|||
|
|
font-size: 22px;
|
|||
|
|
color: #8C1C10;
|
|||
|
|
font-weight: normal;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h2 {
|
|||
|
|
font-family: "Palatino Linotype", Georgia, Serif;
|
|||
|
|
font-size: 18px;
|
|||
|
|
color: #8C1C10;
|
|||
|
|
font-weight: normal;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h3,
|
|||
|
|
.contact_position {
|
|||
|
|
font-family: "Palatino Linotype", Georgia, Serif;
|
|||
|
|
padding: 0px;
|
|||
|
|
margin: 0px;
|
|||
|
|
padding-top: -5px;
|
|||
|
|
font-size : 16px;
|
|||
|
|
color : #111111;
|
|||
|
|
font-weight: normal;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
img {
|
|||
|
|
border: 0;
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a {
|
|||
|
|
color: #B01F0F;
|
|||
|
|
border-bottom: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a:visited {
|
|||
|
|
color: #8C1C10;
|
|||
|
|
border-bottom: none;
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a:hover {
|
|||
|
|
color: #0066CC;
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a:active {
|
|||
|
|
color: #0066CC;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* Layouts */
|
|||
|
|
|
|||
|
|
#layout {
|
|||
|
|
margin: 0px;
|
|||
|
|
margin-left: auto;
|
|||
|
|
margin-right: auto;
|
|||
|
|
width: 960px;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
border-right: 15px solid #4A536B;
|
|||
|
|
border-left: 15px solid #4A536B;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#top {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
top: 0;
|
|||
|
|
height: 28px;
|
|||
|
|
width: 100%;
|
|||
|
|
text-align: right;
|
|||
|
|
background-color: #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#top .moduletable {
|
|||
|
|
float: right;
|
|||
|
|
width: 100%;
|
|||
|
|
padding-right: 5px;
|
|||
|
|
float: right;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#top ul#mainlevel-top
|
|||
|
|
{
|
|||
|
|
list-style: none;
|
|||
|
|
padding: 0;
|
|||
|
|
margin: 3px 0 0;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#top ul#mainlevel-top li
|
|||
|
|
{
|
|||
|
|
display: inline;
|
|||
|
|
background-image: none;
|
|||
|
|
padding-left: 5px;
|
|||
|
|
padding-right: 5px;
|
|||
|
|
margin: 0;
|
|||
|
|
width: 25%;
|
|||
|
|
white-space: nowrap;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#header {
|
|||
|
|
width: 100%;
|
|||
|
|
border-top: 15px solid #FFFFFF;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
margin-top: 0px;
|
|||
|
|
height: 160px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#header #banner {
|
|||
|
|
float: right;
|
|||
|
|
width: 710px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#header #banner object {
|
|||
|
|
width: 710px;
|
|||
|
|
height: 160px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#header #logo {
|
|||
|
|
width: 250px;
|
|||
|
|
height: 160px;
|
|||
|
|
float: left;
|
|||
|
|
color: #000000;
|
|||
|
|
font-size: 20px;
|
|||
|
|
background-image: url('../images/logo.jpg');
|
|||
|
|
background-repeat: no-repeat;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#header #logo span {
|
|||
|
|
visibility: hidden;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#outer{
|
|||
|
|
width: auto;
|
|||
|
|
border: solid white 0px;
|
|||
|
|
margin-left: 200px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#inner {
|
|||
|
|
margin: 0;
|
|||
|
|
width: 100%;
|
|||
|
|
padding-top: 15px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#outer>#inner {
|
|||
|
|
border-bottom: 1px solid #FFFFFF;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#leftcol {
|
|||
|
|
width: 190px;
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
margin-left: -190px;
|
|||
|
|
margin-right: 0px;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#maincol {
|
|||
|
|
float: right;
|
|||
|
|
width: 690px;
|
|||
|
|
position: relative;
|
|||
|
|
margin-right: 20px;
|
|||
|
|
padding-left: 20px;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
/*border-left: 1px solid #C2C7D6; */
|
|||
|
|
}
|
|||
|
|
html>body #maincol {
|
|||
|
|
width: 710px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#footer {
|
|||
|
|
position: relative;
|
|||
|
|
width:100%;
|
|||
|
|
height: 52px;
|
|||
|
|
background-color: #FFFFFF;
|
|||
|
|
background-image: url('../images/partitura.gif');
|
|||
|
|
background-repeat: repeat-x;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#footer div {
|
|||
|
|
padding: 16px 0px 0px 10px;
|
|||
|
|
height: 30px;
|
|||
|
|
background-image: url('../images/logo2.gif');
|
|||
|
|
background-repeat: no-repeat;
|
|||
|
|
background-position: 850px 11px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#footer p {
|
|||
|
|
padding: 0;
|
|||
|
|
margin: 8px 0 0 0;
|
|||
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|||
|
|
font-size: 10px;
|
|||
|
|
color: #4F5A74;
|
|||
|
|
text-align: left;
|
|||
|
|
line-height: normal;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.clr{clear:both;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* Mambo Styling for Contents
|
|||
|
|
* --------------------------
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
table.contentpaneopen, table.contentpane,
|
|||
|
|
table.contentpane-contact, table.blog {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.contentpane, .contentpaneopen,
|
|||
|
|
.contentpane-contact,
|
|||
|
|
.sitemap {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
td.contentpaneopen, td.contentpane,
|
|||
|
|
td.contentpane-contact {
|
|||
|
|
vertical-align: top;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.contentpaneopen img, .contentpane img {
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
padding: 4px;
|
|||
|
|
border: 1px solid #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
td.buttonheading {
|
|||
|
|
border: 0;
|
|||
|
|
margin: 0;
|
|||
|
|
line-height: normal;
|
|||
|
|
vertical-align: bottom;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
img.buttonheading,
|
|||
|
|
.buttonheading img {
|
|||
|
|
border: 0px;
|
|||
|
|
background-color: transparent;
|
|||
|
|
padding: 0px;
|
|||
|
|
margin: 0px;
|
|||
|
|
vertical-align: middle;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.componentheading, .componentheader {
|
|||
|
|
font-family: "lucida grande", "trebuchet ms", georgia, times, serif;
|
|||
|
|
font-size: 28px;
|
|||
|
|
font-weight: normal;
|
|||
|
|
text-align:left;
|
|||
|
|
letter-spacing: 1px;
|
|||
|
|
color: #3E465B;
|
|||
|
|
margin: 0 0 10px 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.contentheading, .contentpagetitle,
|
|||
|
|
.contentheading-contact {
|
|||
|
|
font-family : "Palatino Linotype", Georgia, Serif;
|
|||
|
|
font-size : 22px;
|
|||
|
|
color : #8C1C10;
|
|||
|
|
font-weight : normal;
|
|||
|
|
line-height: normal;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
td.contentheading,
|
|||
|
|
td.contentheading-contact {
|
|||
|
|
padding-top: 20px;
|
|||
|
|
border-top: 1px solid #C2C7D6;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.contentdescription {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* Navegacion */
|
|||
|
|
table.moduletable-nav,
|
|||
|
|
table.moduletable-priv {
|
|||
|
|
width: 100%;
|
|||
|
|
margin-bottom: 30px;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-nav th,
|
|||
|
|
table.moduletable-priv th {
|
|||
|
|
color: #4F5A74;
|
|||
|
|
font-family: helvetica, arial, sans-serif;
|
|||
|
|
font-weight: normal;
|
|||
|
|
font-size: 16px;
|
|||
|
|
padding: 0.4em 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-nav td,
|
|||
|
|
table.moduletable-priv td {
|
|||
|
|
font-size: 12px;
|
|||
|
|
padding-top: 2px;
|
|||
|
|
padding-left: 6px;
|
|||
|
|
text-align: left;
|
|||
|
|
margin: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/* Informaci<63>n lateral */
|
|||
|
|
table.moduletable-info {
|
|||
|
|
width: 100%;
|
|||
|
|
padding: 0px 8px 0px 0px;
|
|||
|
|
margin-bottom: 30px;
|
|||
|
|
text-align: right;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-info tr {
|
|||
|
|
text-align: right;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-info th {
|
|||
|
|
font-family: Georgia, serif;
|
|||
|
|
font-size: 17px;
|
|||
|
|
font-weight: normal;
|
|||
|
|
color: #3E465B;
|
|||
|
|
font-variant: small-caps;
|
|||
|
|
letter-spacing: 1px;
|
|||
|
|
text-align: right;
|
|||
|
|
padding-bottom: 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-info td {
|
|||
|
|
padding: 5px;
|
|||
|
|
text-align: right;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.moduletable-info p {
|
|||
|
|
margin: 5px 0px 0px 0px;
|
|||
|
|
font-size: 88%;
|
|||
|
|
line-height: 160%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.contact_email-contact {
|
|||
|
|
border: 1px solid #C2C7D6;
|
|||
|
|
padding: 15px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
input.inputbox, textarea.inputbox {
|
|||
|
|
/*border: 1px solid #848482;
|
|||
|
|
font-size: 12px;
|
|||
|
|
background: #FAFAF9;
|
|||
|
|
padding: 2px;
|
|||
|
|
color: #0066CC;*/
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
input.inputbox {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
input.button {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
input.button:hover {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.search {
|
|||
|
|
float: left;
|
|||
|
|
margin: -22px 0 0 4px;
|
|||
|
|
padding: 0;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
a.mainlevel, a.mainlevel-top {
|
|||
|
|
background-image: url('../images/arrow2.gif');
|
|||
|
|
background-repeat: no-repeat;
|
|||
|
|
background-position: 0 50%;
|
|||
|
|
padding-left: 8px;
|
|||
|
|
font-size: 12px;
|
|||
|
|
line-height: 160%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a.mainlevel-top {
|
|||
|
|
background: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a.mainlevel:link, a.mainlevel:visited,
|
|||
|
|
a.mainlevel-top:link, a.mainlevel-top:visited {
|
|||
|
|
color: #B01F0F;
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a.mainlevel:hover,
|
|||
|
|
a.mainlevel-top:hover {
|
|||
|
|
color: #0066CC;
|
|||
|
|
text-decoration: none;
|
|||
|
|
border: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#active_menu, #active_menu-top {
|
|||
|
|
color: #0066CC;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.readon {
|
|||
|
|
font-size: 11px;
|
|||
|
|
font-weight: normal;
|
|||
|
|
background: url(../images/arrow.gif) no-repeat 0 50%;
|
|||
|
|
padding-left: 15px;
|
|||
|
|
border: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.back_button {
|
|||
|
|
font-size: 11px;
|
|||
|
|
font-weight: normal;
|
|||
|
|
background: url(../images/back.gif) no-repeat 0 87%;
|
|||
|
|
padding-top: 30px;
|
|||
|
|
padding-left: 15px;
|
|||
|
|
border: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pathway {
|
|||
|
|
font: 9px "lucida grande", "trebuchet ms", georgia, times, serif;
|
|||
|
|
padding: 0;
|
|||
|
|
margin: 0;
|
|||
|
|
color: #3E465B;
|
|||
|
|
margin-bottom: 25px;
|
|||
|
|
letter-spacing: 1px;
|
|||
|
|
text-decoration: none;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
margin: 0 0 1em 0;
|
|||
|
|
padding: 6px 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.pathway a {
|
|||
|
|
text-decoration: none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.createdate, .modifydate, .mosimage_caption {
|
|||
|
|
padding: 0px;
|
|||
|
|
margin: 0px;
|
|||
|
|
line-height: normal;
|
|||
|
|
font-size: 12px;
|
|||
|
|
color: #848482;
|
|||
|
|
font-weight: normal;
|
|||
|
|
font-style: italic;
|
|||
|
|
height: 30px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
table.repertorio {
|
|||
|
|
border: 0px;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.repertorio p {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
line-height: 20px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tituloobra {
|
|||
|
|
font-weight: bold;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.autorobra {
|
|||
|
|
font-weight: normal;
|
|||
|
|
font-style: italic;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/* Not Sure?! */
|
|||
|
|
.tabpadding {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* Style to be applied to to tab text */
|
|||
|
|
.tabheading {
|
|||
|
|
background-color: #00CCFF;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* Style to be applied to tab contents to hid them */
|
|||
|
|
.pagetext {
|
|||
|
|
/*visibility: hidden;
|
|||
|
|
display: none;
|
|||
|
|
position: relative;
|
|||
|
|
top: 0;*/
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.headerlist {
|
|||
|
|
text-align: left;
|
|||
|
|
font-size: 14px;
|
|||
|
|
color: #4A536B;
|
|||
|
|
font-weight: bold;
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
height: 25px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/*.sitemap .title .sitemap ul {
|
|||
|
|
padding: 15px;
|
|||
|
|
}*/
|
|||
|
|
|
|||
|
|
.sitemap .trunk {
|
|||
|
|
text-align: left;
|
|||
|
|
list-style: none;
|
|||
|
|
padding: 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sitemap .trunk .title {
|
|||
|
|
height: 25px;
|
|||
|
|
font-size: 14px;
|
|||
|
|
color: #4A536B;
|
|||
|
|
font-weight: bold;
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sitemap .level_0 li {
|
|||
|
|
text-align: left;
|
|||
|
|
font-size: 12px;
|
|||
|
|
font-weight: bold;
|
|||
|
|
margin: 5px 0px 2px 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sitemap .level_1 li {
|
|||
|
|
text-align: left;
|
|||
|
|
font-size: 12px;
|
|||
|
|
font-weight: normal;
|
|||
|
|
margin: 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
.sectiontableheader {
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 11px;
|
|||
|
|
color: #4A536B;
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
font-family: Arial, Helvetica, sans-serif;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.titleCell {
|
|||
|
|
text-align: right;
|
|||
|
|
font-weight: bold;
|
|||
|
|
width: 150px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sectiontableentry1 {
|
|||
|
|
background-color: #F7F7FA;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sectiontableentry2 {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
table.tabla_cuerdas {
|
|||
|
|
text-align: left;
|
|||
|
|
border: 1px solid #4F5A74;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.tabla_cuerdas tr {
|
|||
|
|
height: 50px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.tabla_cuerdas th {
|
|||
|
|
text-align: center;
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
border-bottom: 1px solid #4F5A74;
|
|||
|
|
border-right: 1px solid #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
table.tabla_cuerdas td {
|
|||
|
|
width: 80px;
|
|||
|
|
border-bottom: 1px solid #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nombre_cuerda {
|
|||
|
|
background-color: #ECEEF2;
|
|||
|
|
text-align: center;
|
|||
|
|
font-weight: bold;
|
|||
|
|
border-right: 1px solid #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celda_rellena {
|
|||
|
|
text-align: center;
|
|||
|
|
background-color: #F7F7FA;
|
|||
|
|
border-right: 1px solid #C2C7D6;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celda_vacia {
|
|||
|
|
text-align: center;
|
|||
|
|
border-right: 1px solid #C2C7D6;
|
|||
|
|
}
|