.barra-superior{
/*	background: #FFFBB9;*/
/*	border: 1px solid #999999;*/
	padding: 0px;	
	display: inline-block;
	display:block;
	width: 100%;
	min-width: 480px;
	text-align: left;
	background: #fff;/*Para web en fondo Blanco*/
        /*background: #000;/*Para web en fondo Negro*/
	
	/*Fijar la barra superior que contiene el logo y el menu*/
	left:0px;
	top:0px;
	position: fixed;
	z-index: 100;
        border-bottom: 1px solid #000;
}

.barra-superior a{
    color: #C6952E;
}

.barradatos{
	float: left;
	width: 100%;
	height: 26px;
	background-color: #eeeeee;/*Para web con fondo blanco*/
        /*background-color: #000;/*Para web con fondo negro*/

	font-family: 'Open Sans', sans-serif;
/*	font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	vertical-align: central;
	/*color: #e67e22;/*Para web con fondo blanco*/
        color: #C6952E;/*Para web con fondo blanco*/
	z-index:1000;
        /*padding: 2px;*/
}
#phoneemail a{
    text-decoration: none;
    /*color: #e67e22;/*Par web con fondo blanco*/
    /*color: #C6952E;/*Par web con fondo blanco(No es necesario porque esta puesto en body)*/
}

.pull-right {
	float: right !important;
	padding-right: 20px;
	padding-top: 5px;
}

.fb-botones {
    float: right !important;
    padding-right: 5px;
    padding-top: 5px;
    color: #999999;
}

.pull-left {
	float: left !important;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 5px;
}

.barramenu{
	float: left;
	/*height: 78;*/
	position: relative;
	width: 100%;
}

.logotipo{
	float: left;
	position: relative;
        display: inline-block;
	top:0px;
	padding: 0px;
	margin: 10px;
	width: 220px;
	height: 70px;
}

.empresas{
	float: right;
	position: relative;
        display: inline-block;
	top:30px;
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 70px;
}

/*.barramenu{
	float: left;
	top:25px;
	
}*/

.pull-right #usuario{
	text-height:max-size;
}

@media only screen and (max-width : 800px) {
    #infocontacto{
        display: none;
    }
    .barra-superior{
        min-width: 100%;
    }
    #bienvenido{
        display: none;
    }
}


@media only screen and (max-width : 500px) {
    .logotipo{
        width: 180px;
        //height: 35px;
    }

    .empresas{
        //display: none;
        width: 100px;
        //height: 12px;
    }
}
