/* CSS Document */
<style>
.pie1
{
background-color:#FF0000;
}

#content
{
width:780px;
background-color:#FFffff;
border: 1px #000000 solid;
margin: 0 0 25px 0;
}
#menu
{
width:780px;
height:20px;
background-color:#FFfffc;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}
#fotos
{
width:780px;
height:200px;
background-color:#FFffff;
text-align: center;
/*border: 1px red solid;*/
}
#fotos2
{
position:relative;
text-align: center;
/*border: 1px #00FF00 solid;*/
top: 0px;
}
#catalogo
{
border-top:1px #000000 solid;
width:780px;
height:120px;
background-color:#ffffff;
}
#catalogo2
{
position:relative;
top:90px;
left:15px;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-align:left;
font-weight: lighter;
letter-spacing:3px;
}

.pie2
{
width:780px;
height:25px;
background-color:#FF0000;
}

#pie22
{
background-color:#FF0000;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
letter-spacing:0px;
text-align:right;
}

.pie3
{
width:780px;
height:20px;
background-color:#999999;
}
.menu_itzel:link,.menu_itzel:visited
{
color:#999999;
text-decoration: none;
}
.menu_itzel:hover
{
color:#FF0000;
text-decoration:none;
}
</style>

