esta es mi hoja de estilos
Código CSS:
Ver originalbody {
background-color: dfdfdf;
text-align:center;
}
#fondo_foto {
width:800px;
height:598px;
background-image:url(../images/fondoweb.jpg);
margin:0 auto 0 auto; width:800px;
}
.alpha {
position:relative;
width:743px;
height:445px;
background-image:url(../images/alpha.jpg);
margin: 0 auto 0 auto; width:743px;
top: 60px;
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
}
.contenedor {
position:absolute;
width: 743px;
height: 445px;
margin: 0 auto 0 auto; with: 743px;
top: 80px;
z-index:1;
}
.logo {
position:relative;
width:162px;
height:86px;
background-image:url(../images/logo_up.png);
z-index:2;
left: 60px;
}
.barra {
position:relative;
width:729px;
height:24px;
background-image:url(../images/barra.png);
left: 43px;
top: -20px;
}
.menu {
position:relative;
width: 400px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
left:450px;
top: -20px;
}
A:link {
color:#FFFFFF;
text-decoration:none;
}
A:visited {
color:#CC0000;
}
A:hover {
text-decoration:underline;
color:#0000FF;
}
.texto {
position:relative;
width:565px;
height: 109px;
background-image:url(../images/texto.png);
left: 190px;
}
.maestro {
position:relative;
width: 228px;
height:314px;
background-image:url(../images/maestro.png);
top:-114px;
}
.marq_up {
position:relative;
width:750px;
height:24px;
background-image:url(../images/marq_up.png);
top:-280px;
left: 20px;
}
.marq_left {
position:relative;
width:29px;
height:81px;
background-image:url(../images/marq_left.png);
top:-280px;
left:21px;
}
.marq_center {
position:relative;
width:689px;
height:81px;
background-color:#FFFFFF;
top:-361px;
left:50px;
}
.marq_right {
position:relative;
width:31px;
height:82px;
background-image:url(../images/marq_right.png);
top:-443px;
left:739px;
}
.marq_down {
position:relative;
width:750px;
height:27px;
background-image:url(../images/marq_down.png);
top:-443px;
left:20px;
}
ul {
padding-left: 0px;
margin-left: 0px;
list-style-type: none;
text-align:left;
}
.footer1{
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
top: -420px;
left: 50px;
}
.footer2 {
position:relative;
width:99px;
height:53px;
background-image:url(../images/logo_down.png);
top: -480px;
left: 620px;
}