body {
background-color: #000;
font: 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
color: #000;
margin: 0px;
text-align: center;
padding-top: 5px;
}
a:link, a:visited {
color: #8a77c8;
text-decoration: none;
}
a:hover, a:active {
color: #8a77c8;
text-decoration: underline;
}
img {
border: 0px;
}
input {
/* border: 1px solid; */
}
/*** Cabeceras ***/
h1, h2, h3, h4, h5 {
font-weight: normal;
}
#cabecera h1 {
display: none;
}
h2 {
color: #93a9f2;
font-size: 16px;
}
h3 {
color: #93a9f2;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid;
}
/*** Layout ***/
#contenedor {
text-align: left;
width: 750px;
margin: auto;
}
#tienda {
text-align: right;
}
#cabecera {
width: 750px;
height: 100px;
}
#navegacion {
margin-top: 2px;
background: #000;
height: 30px;
width: 750px;
}
#navegacion ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.menu li {
float: left;
}
.menu a {
margin: 0px;
width: 120px;
height: 25px;
display: block;
padding-top: 5px;
border-right: 1px dotted;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight : bold;
}
.menu a:hover {
text-decoration: underline;
}
.menu a:active {
text-decoration: underline;
}
#menulat {
width: 148px;
float: left;
background: #f9f9f9;
border-right: 2px solid #eee;
}
#menulat h2 {
margin: 0px;
width: 138px;
padding: 5px 5px;
background: #eee;
}
.box {
margin: 0px 0px 5px 0px;
padding: 5px;
background: #f9f9f9;
}
.box ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#contenido {
width: 585px;
float: right;
padding: 2px 5px 2px 5px;
background: #f9f9f9;
}
#pie {
clear: both;
text-align: center;
color: #aaa;
}
.banner {
text-align: center;
}

.pageHeading {
font-size: 16px;
font-weight: bold;
}
.pageHeading h1 {
font-size: 16px;
font-weight: bold;
}
.smallText {
font-size: 10px;
}
.infoBoxHeading {
font-size: 14px;
background: #eee;
font-weight: bold;
}

.cssbutton {
background: #8a77c8;
color: #fff;
width: 120px;
vertical-align: top;
font-weight: normal;
font-size: 12px;
cursor: pointer;
text-align:center;
border: 1px solid #000;
}
.cssbuttonsubmit{
background: #8a77c8;
color: #fff;
width: 120px;
vertical-align: top;
font-weight: normal;
font-size: 12px;
cursor: pointer;
border: 1px solid #000;
}
.productSpecialPrice {
font-weight: bold;
color: red;
}
