﻿#encabezado
{
    position:fixed;
    top:65px;
    left:65%;
    right:0px;
    height:25px;
    /*background-color:blue;*/
    
}
#bannerencabezado
{
    position:absolute;
    top:0px;
    left:30px;
    width:557px;
    height:55px;
    /*background: url("/elementos/png/encabezado/BannerEncabezado.png") no-repeat;*/
}
#banderaencabezado
{
    position:absolute;
    top:0px;
    right:0px;
    width:314px;
    height:60px;
    /*background: url("/elementos/png/encabezado/BanderaEncabezado.png") no-repeat;*/
}
/*#logoninterbus
{
    position:absolute;
    top:10px;
    right:5px;
    width:131px;
    height:56px;
    background: url("/elementos/png/encabezado/logoIB.png") no-repeat;
}   */ 
#encabezadotext
{
    color:Red;
    font-family:Arial;
    font-size:x-large;
    position:absolute;
    top:10px;
    bottom:0px;
    right:0px;
    left:0px;
    text-align:center;
}
#encabezadoUser
{
    font-size: 12px;
    font-weight:bold;
    text-align:center;
	color:Blue;	
	position:fixed;
	top:65px;
	right:40px;
}


/*#divBlancoencabezado
{
	background-color:white;
	position:fixed;
	top:60px;
	left:0px;
	right:0px;
	width:100%;
	height:100px;
}*/
