@font-face {
    font-family: 'MilleniGemRegular';
    src: url('fonts/millenigem-webfont.eot');
    src: url('fonts/millenigem-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millenigem-webfont.woff') format('woff'),
         url('fonts/millenigem-webfont.ttf') format('truetype'),
         url('fonts/millenigem-webfont.svg#MilleniGemRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, 
body {
background-image: url('images/bg_main.png');
padding-bottom: 45px;
margin:0;
padding:0;
height:100%;
}

#body {
padding:10px;
padding-bottom:45px;
height: 100%;
}

h1 {
font-family: MilleniGemRegular;
font-size: 24px;
color: #2d0001;
text-align: right;
padding: 0.7em;
}

h2 {
font-family: tahoma;
font-size: 16px;
font-weight: bold;
color: #2d0001;
padding: 0.7em;
vertical-align: middle;
}

#h2 img {
bottom: 0;
border-width: 0px;
}

p {
font-family: Tahoma;
font-size: 12px;
color: #2d0001;
line-height: 14px;
padding-left: 1em;
padding-right: 1em;
}

/*----------------header----------------*/

#header {
background-image: url('images/bg_header.png');
min-width: 750px;
height: 150px;
font-family: MilleniGemRegular;
font-weight: Bold;
font-size: 17px;
text-align: center;
}

#header img {
float: left;
margin-left: 10%;
margin-top: 0px;
}

#header ul {
float: right;
color: white;
margin-top: 35px;
margin-right: 1em;
}

#header a {
color: #feac27;
}

#header a:hover {
color: white;
}

span {
color: #feac27;
}

/*----------------navigation----------------*/

#navigation {
height: 35px;
background-image: url('images/bg_nav.png');
background-repeat: repeat-x;
width: 100%;
position: absolute;
padding-top: 5px;
text-align: center;
}

#navigation a {
font-family: MilleniGemRegular;
font-weight: bold;
color: #2d0001;
text-decoration: none;
}

#navigation a:hover {
text-decoration: underline;
}

#navigation li {
display: inline;
list-style-type: none;
padding: 20px;
vertical-align: middle;
}

/*----------------content----------------*/

#main {
width: 900px;
min-height: 100%;
margin-top: 45px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#decoracion img {
float: left;
position: absolute;
margin-left: 5px;
}

#center {
float: right;
width: 400px;
position: absolute;
margin-left: 200px;
background: url('images/bg_trans.png');
font-family: tahoma;
font-size: 12px;
padding: 2px;
padding-bottom: 10px;
}

#center a {
color: #333333;
text-decoration: underline;
}

#center a:hover {
color: #2d0001;
text-decoration: none;
}

#center img {
margin-left: 10px;
}

#center ul {
font-family: tahoma;
font-size: 12px;
color: #2d0001;
list-style-type: square;
margin-left: 5em;
}

#center span {
color: #2d0001;
font-weight: bold;
}

#navmenus li {
display: inline;
list-style-type: none;
padding: 2px;
text-align: center;
}

iframe {
background: none;
}

#imagenes {
float: right;
background-color: #feac27;
position: absolute;
margin-left: 620px;
height: 450px;
width: 280px;
margin-right: 10px;
padding: 2px;
}

#imagenes img {
float: left;
}

#promociones {
float: left;
width: 346px;
height: 100px;
position: absolute;
margin-top: 470px;
margin-left: 200px;
background: url('images/bg_trans.png');
}

#novedades {
float: right;
width: 344px;
height: 100px;
position: absolute;
margin-left: 559px;
margin-top: 470px;
background: url('images/bg_trans.png');
}

/*----------------footer----------------*/

#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
top: 800px;
background: url('images/bg_footer.png');
}

#footermenu {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
top: 2540px;
background: url('images/bg_footer.png');
}

#footercomentarios {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
top: 1025px;
background: url('images/bg_footer.png');
}

#footercontacto {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
top: 693px;
background: url('images/bg_footer.png');
}

#footer p {
color: white;
}

#footermenu p {
color: white;
}

#footercomentarios p {
color: white;
}

#footercontacto p {
color: white;
}

#horario {
color: white;
float: left;
position: absolute;	
margin-top: 15px;
}

#horario span{
color: #feac27;
}

#servicioespecial {
float: right;
margin-top: 15px;
}

#servicioespecial span {
color: #feac27;
}

/*----------------forms----------------*/

form {
margin-left: 1em;
color: #2d0001;
font-size: 12px;
line-height: 1.2;
width: 95%;
}

input,select,textarea,option {
font-family:tahoma;
font-size: 12px;
padding: 2px;
border: 1px solid #2d0001;
color: #555555;
background-color: #fcfee5;
}

.ss-gridrow {
font-size: 11px;
border-top: 1px solid #2d0001;
text-align: center;
vertical-align: middle;
padding: 2px;
}

.ss-gridnumber {
font-size: 11px;
text-align: center;
vertical-align: middle;
}

.ss-choices {
font-size: 11px;
vertical-align: middle;
}

.ss-q-long {
width: 85%;
max-width: 96%;
max-height: 100px;
}