#body {
font-family:tahoma;
font-size: 14px;
background-color:#000;
}
#menu {
font-weight:bold;
width:955px;
}
#menu tr {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu td {
background-image: url(../img/imgmenu.png);
background-repeat: repeat-x;
height:50px;
}
#menu a {
font-size:14px;
height:50px;
text-decoration : none;
display:block;
color: #fff;
padding-top:15px;
}
#menu a:hover {
background-image: url(../img/imgmenu2.png);
background-repeat: repeat-x;
color: #CCCCCC;
}
.menu a:visited {
background-image: url(../img/imgmenu2.png);
background-repeat: repeat-x;
color: #CCCCCC;
}
#contenido {
color:#fff;
text-align:justify;
}
#contenido a {
color:#fff;
text-decoration:none;
}
#contenido a:hover {
color: #FF6600;
text-decoration:none;
}
#portafolio {
color: #fff;
text-decoration:none;
margin-top:15px;
}
#portafolio td {
margin-top:20px;
}
#footer {
color:#fff;
text-align:justify;
border-top: 1px solid #fff;
}