﻿#contorno
{

}

#fondomenu
{
	position:fixed;
    top:0px;
    background:url(/elementos/png/menu/menu.png);
    left:0;
    right:0;
    height:25px;
}

#marco1
{
	position:fixed;
    top:25px;
    left:0px;
    right:0px;
}
#marco2
{
    position:fixed;
    bottom:70px;
    left:10px;
    right:10px;
}
#marco3
{
    position:fixed;
    top:89px;
    bottom:70px;
    left:10px;
}
#marco4
{
    position:fixed;
    top:89px;
    bottom:70px;
    right:10px;
}
#esquinasuperiorizquierda
{
    position:absolute;
    top:15px;
    left:0px;
    width:24px;
    height:22px;
    background: url("/elementos/png/marco/BordTopL.png") no-repeat;
}
#bordesuperior    
{
    position:absolute;
    top:15px;
    right:24px;
    left:24px;
    height:22px;
    background: url("/elementos/png/marco/BordTop.png") repeat-x;
}    
#esquinasuperiorderecha    
{
    position:absolute;
    top:15px;
    right:0px;
    width:24px;
    height:22px;
    background: url("/elementos/png/marco/BordTopR.png") no-repeat;
}
#esquinainferiorizquierda
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:24px;
    height:22px;
    background: url("/elementos/png/marco/BordBl.png") no-repeat;
}   
#bordeinferior
{
    position:absolute;
    bottom:0px;
    right:24px;
    left:24px;
    height:22px;
    background: url("/elementos/png/marco/BordB.png") repeat-x;
}     
#esquinainferiorderecha
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:24px;
    height:22px;
    background: url("/elementos/png/marco/BordBR.png") no-repeat;
}
#bordelateralizquierdo 
{
    position:absolute;
    top:37px;
    bottom:22px;
    width:24px;
    left:0px;
    background: url("/elementos/png/marco/BordLatL.png") repeat-y;
}
#bordelateraderecho    
{
    position:absolute;
    top:37px;
    bottom:22px;
    right:0px;
    width:24px;
    background: url("/elementos/png/marco/BordLatR.png") repeat-y;
}
#goddy
{
    position:fixed;
    top:2px;
    left:5px;
    height:55px;
    width:65px;
    background: url("/elementos/png/marco/goody1.png");
} 

#logoninterbus
{
    position:fixed;
    top:5px;
    right:5px;
    width:100px;
    height:43px;
    background: url("/elementos/png/marco/logoIB.png") no-repeat;
} 

/*#chatinterbus{
    position:fixed;
    top:5px;
    right:105px;
    width:80px;
    height:65px;
    background: url("/elementos/png/chat/live-chat-time.png") no-repeat;
}*/

/*#chatinterbus
{
    position:fixed;
    top:80px;
	right:20px;
    width:90px;
    height:65px;
    background: url("/elementos/png/chat/live-chat1.png");
    background-repeat:no-repeat;
	background-position:right;
}*/

#chat a{
	position:fixed;
	top:80px;
	right:10px;
	width:82px;
	height:95px;
	background:url("/elementos/png/chat/live-chat.png");
	background-repeat:no-repeat;
	background-position:right;
}

#chat a:hover{
	background:url("/elementos/png/chat/live-chat-up.png");
}

