@charset "utf-8";
/* CSS Document */

body {
background:#151515;
margin:0;
}

div#bg_cross {
background:url(img/bg_cross.jpg) center top no-repeat;

position:absolute;
width:503px;
height:232px;
top:0;
left:50%;
margin-left:-251px;
}

div#bg_magenta {
background:url(img/bg_magenta.jpg) center top repeat-x;

position:absolute;
height:79px;
width:50%;
left:0;
margin-right:50%;
}

div#bg_yellow {
background:url(img/bg_yellow.jpg) center top repeat-x;

position:absolute;
height:79px;
width:50%;
left:50%;
}

div#vertical_bar {
background:url(img/vertical_bar.gif) center no-repeat;

position:absolute;
width:1px;
height:316px;
top:170px;
left:50%;
margin-left:1px;
}

div#aconeventos_symbol {
background:url(img/aconeventos_symbol1.gif) center no-repeat;

position:absolute;
height:200px;
width:154px;
top:225px;
left:50%;
margin-left:-225px;
cursor:pointer;
}

div#aconeventos_symbol:hover {
background:url(img/aconeventos_symbol2.gif) center no-repeat;
}

div#acon2008_symbol {
background:url(img/acon2008_symbol1.gif) center no-repeat;

position:absolute;
height:181px;
width:176px;
top:240px;
left:50%;
margin-left:78px;
cursor:pointer;
}

div#acon2008_symbol:hover {
background:url(img/acon2008_symbol2.gif) center no-repeat;
}

div#aconeventos_txt {
position:absolute;
height:20px;
width:200px;
top:450px;
left:50%;
margin-left:-295px;
text-align:right;
color:#383838;
}

div#acon2008_txt {
position:absolute;
height:20px;
width:200px;
top:450px;
left:50%;
margin-left:100px;
text-align:left;
color:#383838;
}

.title {
font-family:Tahoma;
font-size:12px;
letter-spacing:1px;
}

.subtitle {
font-family:Tahoma;
font-size:10px;
color:#383838;
}
