#GWeb_edit_cont_page{
	background: url(../img/fondo.jpg);
	width: 100%;
	height: 40px;
	position: relative;
    font-family: 'Lato', sans-serif;
    color: white;
}

#GWeb_edit_cont_page #estado{
	position: absolute;
	top:10px;
	right: 20px;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

#seccion_edit #titulo_sitio{
	font-size: 14px;
}

#seccion_edit #titulo_sitio{
	font-size: 13px;
}

#seccion_edit p{
	padding-bottom: 0px;
    margin: 0px;
}

#seccion_edit a{
	font-size: 9px;
	color: white;
}
#GWeb_edit_cont_page #estado img{
	position: relative;
	top: 3px;
	left: -5px;
}

#logo_admin{
	position: absolute;
	left: 25px;
	top: 5px;
}

#seccion_edit{
	position: absolute;
	left: 100px;
	line-height: 10px;
	top: 11px;
}
body.gweb_edit_on *[editable_gw=true]:hover{
	border-width: 5px;
	border-color: fuchsia;
	border-style: solid;
}
