body {
background-color: #fff;
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;
}
/*** Cabeceras ***/
h1, h2, h3, h4, h5 {
font-weight: normal;
}
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: 124px;
height: 25px;
display: block;
padding-top: 5px;
border-right: 1px dotted;
text-align: center;
text-decoration: none;
color: #8a77c8;
font-size: 14px;
font-weight : bold;
}
.menu a:hover {
text-decoration: underline;
}
.menu a:active {
text-decoration: underline;
}
#menulat {
width: 225px;
float: left;
}
#menulat h2 {
margin: 0px;
width: 138px;
padding: 5px 5px;
background: #eee;
}
.box {
margin: 0px 0px 5px 0px;
padding: 0px;
}
.box ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#contenido {
width: 510px;
float: right;
padding: 2px 5px 10px 5px;
}
#contenido h4 {
font-size: 14px;
margin: 0px;
padding: 0px;
font-weight: bold;
}
.fecha {
font-size: 10px;
}
#pie {
clear: both;
text-align: center;
color: #aaa;
}
.financia {
font-size: 16px;
font-weight: bold;
}
